Constructor CustomNativeHandle
CustomNativeHandle()
Initializes a new instance of the CustomNativeHandle class.
public CustomNativeHandle()
CustomNativeHandle(object)
Initializes a new instance of the CustomNativeHandle class with the specified handle.
public CustomNativeHandle(object handle)
Parameters
handleobjectThe native handle object to wrap.