MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.CompressZipSettings. This is the const half of the class. More...

Inheritance diagram for MR.Const_CompressZipSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_CompressZipSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_CompressZipSettings (MR.Std._ByValue_Vector_StdFilesystemPath excludeFiles, int compressionLevel, string password, MR.Std._ByValue_Function_Bool_From_Float cb)
 Constructs MR.CompressZipSettings elementwise.
unsafe Const_CompressZipSettings (MR._ByValue_CompressZipSettings _other)
 Generated from constructor MR.CompressZipSettings.CompressZipSettings.
 Const_CompressZipSettings (Const_CompressZipSettings _other)
 Generated from constructor MR.CompressZipSettings.CompressZipSettings.
 Const_CompressZipSettings (CompressZipSettings _other)
 Generated from constructor MR.CompressZipSettings.CompressZipSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe int * __ref_storage_compressionLevel

Properties

unsafe MR.Std.Const_Vector_StdFilesystemPath excludeFiles [get, protected set]
 files that should not be included to result zip
unsafe int compressionLevel [get]
 [0-9]: greater level means longer processing but better compression 0 is special value to use default level
unsafe MR.Std.Const_String password [get, protected set]
 if password is given then the archive will be encrypted
unsafe MR.Std.Const_Function_Bool_From_Float cb [get, protected set]
 an option to get progress notifications and cancel the operation

Detailed Description

Generated from class MR.CompressZipSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_CompressZipSettings() [1/5]

unsafe MR.Const_CompressZipSettings.Const_CompressZipSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_CompressZipSettings() [2/5]

unsafe MR.Const_CompressZipSettings.Const_CompressZipSettings ( MR.Std._ByValue_Vector_StdFilesystemPath excludeFiles,
int compressionLevel,
string password,
MR.Std._ByValue_Function_Bool_From_Float cb )
inline

Constructs MR.CompressZipSettings elementwise.

◆ Const_CompressZipSettings() [3/5]

unsafe MR.Const_CompressZipSettings.Const_CompressZipSettings ( MR._ByValue_CompressZipSettings _other)
inline

Generated from constructor MR.CompressZipSettings.CompressZipSettings.

◆ Const_CompressZipSettings() [4/5]

MR.Const_CompressZipSettings.Const_CompressZipSettings ( Const_CompressZipSettings _other)
inline

Generated from constructor MR.CompressZipSettings.CompressZipSettings.

◆ Const_CompressZipSettings() [5/5]

MR.Const_CompressZipSettings.Const_CompressZipSettings ( CompressZipSettings _other)
inline

Generated from constructor MR.CompressZipSettings.CompressZipSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_CompressZipSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_CompressZipSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_compressionLevel

unsafe int* MR.Const_CompressZipSettings.__ref_storage_compressionLevel
protected

Property Documentation

◆ cb

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_CompressZipSettings.cb
getprotected set

an option to get progress notifications and cancel the operation

◆ compressionLevel

unsafe int MR.Const_CompressZipSettings.compressionLevel
get

[0-9]: greater level means longer processing but better compression 0 is special value to use default level

◆ excludeFiles

unsafe MR.Std.Const_Vector_StdFilesystemPath MR.Const_CompressZipSettings.excludeFiles
getprotected set

files that should not be included to result zip

◆ password

unsafe MR.Std.Const_String MR.Const_CompressZipSettings.password
getprotected set

if password is given then the archive will be encrypted


The documentation for this class was generated from the following file: