MeshLib C# Docs
Loading...
Searching...
No Matches
MR.CompressZipSettings Class Reference

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

Inheritance diagram for MR.CompressZipSettings:

Public Member Functions

unsafe CompressZipSettings ()
 Constructs an empty (default-constructed) instance.
unsafe CompressZipSettings (MR.Std._ByValue_Vector_StdFilesystemPath excludeFiles, int compressionLevel, string password, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.CompressZipSettings elementwise.
unsafe CompressZipSettings (MR._ByValue_CompressZipSettings _other)
 Generated from constructor MR.CompressZipSettings.CompressZipSettings.
 CompressZipSettings (Const_CompressZipSettings _other)
 Generated from constructor MR.CompressZipSettings.CompressZipSettings.
 CompressZipSettings (CompressZipSettings _other)
 Generated from constructor MR.CompressZipSettings.CompressZipSettings.
unsafe MR.CompressZipSettings assign (MR._ByValue_CompressZipSettings _other)
 Generated from method MR::CompressZipSettings::operator=.

Properties

new unsafe MR.Std.Vector_StdFilesystemPath excludeFiles [get, protected set]
 files that should not be included to result zip
new unsafe ref int compressionLevel [get]
 [0-9]: greater level means longer processing but better compression 0 is special value to use default level
new unsafe MR.Std.String password [get, protected set]
 if password is given then the archive will be encrypted
new unsafe MR.Std.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 non-const half of the class.

Constructor & Destructor Documentation

◆ CompressZipSettings() [1/5]

unsafe MR.CompressZipSettings.CompressZipSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ CompressZipSettings() [2/5]

unsafe MR.CompressZipSettings.CompressZipSettings ( MR.Std._ByValue_Vector_StdFilesystemPath excludeFiles,
int compressionLevel,
string password,
MR.Std._ByValue_Function_BoolFuncFromFloat cb )
inline

Constructs MR.CompressZipSettings elementwise.

◆ CompressZipSettings() [3/5]

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

Generated from constructor MR.CompressZipSettings.CompressZipSettings.

◆ CompressZipSettings() [4/5]

MR.CompressZipSettings.CompressZipSettings ( Const_CompressZipSettings _other)
inline

Generated from constructor MR.CompressZipSettings.CompressZipSettings.

◆ CompressZipSettings() [5/5]

MR.CompressZipSettings.CompressZipSettings ( CompressZipSettings _other)
inline

Generated from constructor MR.CompressZipSettings.CompressZipSettings.

Member Function Documentation

◆ assign()

unsafe MR.CompressZipSettings MR.CompressZipSettings.assign ( MR._ByValue_CompressZipSettings _other)
inline

Generated from method MR::CompressZipSettings::operator=.

Property Documentation

◆ cb

new unsafe MR.Std.Function_Bool_From_Float MR.CompressZipSettings.cb
getprotected set

an option to get progress notifications and cancel the operation

◆ compressionLevel

new unsafe ref int MR.CompressZipSettings.compressionLevel
get

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

◆ excludeFiles

new unsafe MR.Std.Vector_StdFilesystemPath MR.CompressZipSettings.excludeFiles
getprotected set

files that should not be included to result zip

◆ password

new unsafe MR.Std.String MR.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: