Class HandleCppPtr
Assembly: Assembly-CSharp.dll
Syntax
public abstract class HandleCppPtr
Constructors
|
Improve this Doc
View Source
HandleCppPtr(DeleteResponsibility)
Declaration
public HandleCppPtr(DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
Parameters
|
Improve this Doc
View Source
HandleCppPtr(IntPtr, DeleteResponsibility)
Declaration
public HandleCppPtr(IntPtr cppPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
Parameters
Properties
|
Improve this Doc
View Source
CppPtr
Declaration
public IntPtr CppPtr { get; set; }
Property Value
|
Improve this Doc
View Source
DeleteResponsibility
Declaration
public DeleteResponsibility DeleteResponsibility { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected abstract void DeleteCppPtr()
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()