Table of Contents

Constructor CustomNativeHandle

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

handle object

The native handle object to wrap.