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

helper class to create a temporary folder; the folder will be removed on the object's destruction Generated from class MR.UniqueTemporaryFolder. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_UniqueTemporaryFolder:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_UniqueTemporaryFolder (MR.Std._ByValue_Function_VoidFuncFromConstStdFilesystemPathRef? onPreTempFolderDelete=null)
 creates new folder in temp directory Generated from constructor MR.UniqueTemporaryFolder.UniqueTemporaryFolder. Parameter onPreTempFolderDelete defaults to {}.
 
unsafe Const_UniqueTemporaryFolder (MR._ByValue_UniqueTemporaryFolder _other)
 Generated from constructor MR.UniqueTemporaryFolder.UniqueTemporaryFolder.
 

Static Public Member Functions

static unsafe implicit operator Const_UniqueTemporaryFolder (MR.Std._ByValue_Function_VoidFuncFromConstStdFilesystemPathRef? onPreTempFolderDelete)
 creates new folder in temp directory Generated from constructor MR.UniqueTemporaryFolder.UniqueTemporaryFolder. Parameter onPreTempFolderDelete defaults to {}.
 
static unsafe operator bool (MR.Const_UniqueTemporaryFolder _this)
 Generated from conversion operator MR.UniqueTemporaryFolder.operator bool.
 
static unsafe implicit operator MR.Std.Filesystem.Const_Path (MR.Const_UniqueTemporaryFolder _this)
 Generated from conversion operator MR.UniqueTemporaryFolder.operator const std.filesystem.path &.
 
static unsafe MR.Std.Filesystem.Path operator/ (MR.Const_UniqueTemporaryFolder _this, string child)
 Generated from method MR.UniqueTemporaryFolder.operator/.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_UniqueTemporaryFolder >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_UniqueTemporaryFolder >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Detailed Description

helper class to create a temporary folder; the folder will be removed on the object's destruction Generated from class MR.UniqueTemporaryFolder. This is the const half of the class.


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