CSharpTest.Net
TransactedCompoundFile.Options Class Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IO Namespace : TransactedCompoundFile.Options Class


Glossary Item Box

The following tables list the members exposed by TransactedCompoundFile.Options.

Public Constructors

 NameDescription
Public ConstructorTransactedCompoundFile.Options ConstructorConstructs an Options instance  
Top

Public Properties

 NameDescription
Public PropertyBlockSizeDefines the block-size used for storing data. Data storred in a given handle must be less than ((16*BlockSize)-8)  
Public PropertyCommitOnDisposeAutomatically Commit the storage file when it's disposed.  
Public PropertyCommitOnWriteWhen true every write will rewrite the modified handle(s) back to disk, otherwise the handle state is kept in memory until a call to commit has been made.  
Public PropertyCreateNewTrue to create a new file, false to use the existing file. If this value is false and the file does not exist an exception will be raised.  
Public PropertyFileOptionsThe FileOptions used for writing to the file  
Public PropertyFilePathRetrieves the file name that was provided to the constructor  
Public PropertyLoadingRuleSee comments on the LoadingRule enumerated type and Commit(Action,T)  
Public PropertyMaxWriteSizeReturns the maximum number of bytes that can be written to a single handle base on the current BlockSize setting.  
Public PropertyReadOnlyGets or sets a flag that controls if the file is opened in read-only mode. For ReadOnly files, another writer may exist; however, changes to the file will not be reflected until reload.  
Top

Public Methods

 NameDescription
Public MethodCloneReturns a copy of the options currently specified.  
Top

See Also

Generated with Document! X 2011 by Innovasys