cohtml::Net::DotNetBinder

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
virtual voidSetBinderCreatedCallback(BindingsCallback callback)
virtual voidSetBinderDestroyedCallback(BindingsCallback callback)
voidSetBinderCreatedCallback(global::System.IntPtr binder, BindingsCallback callback)
voidSetBinderDestroyedCallback(global::System.IntPtr binder, BindingsCallback callback)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function SetBinderCreatedCallback

virtual void SetBinderCreatedCallback(
    BindingsCallback callback
)

function SetBinderDestroyedCallback

virtual void SetBinderDestroyedCallback(
    BindingsCallback callback
)

function SetBinderCreatedCallback

static void SetBinderCreatedCallback(
    global::System.IntPtr binder,
    BindingsCallback callback
)

function SetBinderDestroyedCallback

static void SetBinderDestroyedCallback(
    global::System.IntPtr binder,
    BindingsCallback callback
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;