MkObjectC - create and destroy a managed-object … More...
Functions | |
void | csmkkernel.MkObjectC.Dispose () |
C#: → C-API Dispose-Slot - untie the connection between the Native-C#-Instance and the csmkkernel-Instance. | |
void | csmkkernel.MkObjectC.Delete () |
C#: → C-API Delete-Slot - delete an instance. | |
static void | csmkkernel.MkObjectC.DeleteCallbackCleanup (string ident) |
C#: → C-API cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup … | |
static void | csmkkernel.MkObjectC.DeleteCallbackSetup (string ident, MkObjectDeleteSCB callback=null, string filter=null) |
C#: → C-API Create/Delete the instance-delete-callback … | |
MkObjectC - create and destroy a managed-object …
|
inline |
C#:
→ C-API [destructor] obj.Delete()
Delete-Slot - delete an instance.
Definition at line 710 of file MkObjectC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkObjectC.DeleteCallbackCleanup(string ident)
cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup …
Definition at line 726 of file MkObjectC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkObjectC.DeleteCallbackSetup(string ident, MkObjectDeleteSCB callback = null, string filter = null)
Create/Delete the instance-delete-callback …
Definition at line 733 of file MkObjectC.cs.
|
inline |
C#:
→ C-API [destructor] obj.Dispose()
Dispose-Slot - untie the connection between the Native-C#-Instance and the csmkkernel-Instance.
Definition at line 694 of file MkObjectC.cs.