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

This is used as a function parameter when the underlying function receives UniqueTemporaryFolder by value. Usage: More...

Public Member Functions

 _ByValue_UniqueTemporaryFolder (Const_UniqueTemporaryFolder new_value)
 

Static Public Member Functions

static implicit operator _ByValue_UniqueTemporaryFolder (Const_UniqueTemporaryFolder arg)
 
static unsafe implicit operator _ByValue_UniqueTemporaryFolder (MR.Std._ByValue_Function_VoidFuncFromConstStdFilesystemPathRef? onPreTempFolderDelete)
 creates new folder in temp directory Generated from constructor MR.UniqueTemporaryFolder.UniqueTemporaryFolder. Parameter onPreTempFolderDelete defaults to {}.
 

Detailed Description

This is used as a function parameter when the underlying function receives UniqueTemporaryFolder by value. Usage:

  • Pass new() to default-construct the instance.
  • Pass an instance of UniqueTemporaryFolder/Const_UniqueTemporaryFolder to copy it into the function.
  • Pass null to use the default argument, assuming the parameter has a default argument (has ? in the type).

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