Overload | Description |
---|---|
OpenWrite(Boolean,CompressionMethod,CompressionLevel,String) | Opens the file for writing providing an encryption password and specifying if existing data should be replaced. |
OpenWrite(CompressionMethod,CompressionLevel,String,EncryptionMethod,Int32) | Opens the file for writing providing encryption method, password and strength, and specifying if existing data should be replaced. |
OpenWrite(Boolean,FileShare,CompressionMethod,CompressionLevel,String) | Opens the file for writing providing an encryption password and file sharing mode as well as specifying if existing data should be replaced. |
OpenWrite(FileSystemEvents,Object,Boolean,CompressionMethod,CompressionLevel,String) | Opens the file for writing providing an encryption password and specifying if existing data should be replaced. Events will be raised during the process. |
OpenWrite(FileSystemEvents,Object,CompressionMethod,CompressionLevel,String,EncryptionMethod,Int32) | Opens the file for writing providing an encryption method, password and strength, and specifying if existing data should be replaced. Events will be raised during the process. |
OpenWrite(FileSystemEvents,Object,Boolean,FileShare,CompressionMethod,CompressionLevel,String) | Opens the file for writing providing an encryption password and file sharing mode as well as specifying if existing data should be replaced. Events will be raised during the process. |
OpenWrite(Boolean) | Opens the file for writing. (Inherited from Xceed.FileSystem.AbstractFile) |
OpenWrite(Boolean,FileShare) | Opens the file for writing with the specified file sharing mode. (Inherited from ) |
OpenWrite(FileSystemEvents,Object,Boolean) | Opens the file for writing and raises events during the process. (Inherited from ) |
OpenWrite(FileSystemEvents,Object,Boolean,FileShare) | Opens the file for writing with the specified file sharing mode and raises events during the process. (Inherited from ) |
OpenWrite(FileSystemEvents,Object,Boolean,FileShare,FileOptions) | Opens the file for writing with the specified file sharing mode, file options and raises events during the process. (Inherited from ) |
OpenWrite(FileSystemEvents,Object,Boolean,AbstractFile,FileShare,FileOptions) | (Inherited from ) |
OpenWrite(FileSystemEvents,Object,Object,Boolean,AbstractFile,FileShare,FileOptions) | (Inherited from ) |
OpenWrite(FileSystemEvents,Object,Object,Boolean,AbstractFile,FileShare,FileOptions,Boolean,Stream) | (Inherited from ) |