Delegate FreeNativeDelegate
Delegate for performing unmanaged memory cleanup.
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public delegate void FreeNativeDelegate(nint nativeValue, bool freeNative)
Parameters
Type | Name | Description |
---|---|---|
nint | nativeValue | Location in unmanaged memory of the value to cleanup |
bool | freeNative | True if the unmanaged memory should be freed, false otherwise |