Table of Contents

Class TabPageClassUnownedHandle

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class TabPageClassUnownedHandle : TabPageClassHandle, IDisposable
Inheritance
TabPageClassUnownedHandle
Implements
Inherited Members

Constructors

TabPageClassUnownedHandle(IntPtr)

Creates a new instance of TabPageClassOwnedHandle. Assumes that the given pointer is unowned by the runtime.

public TabPageClassUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static TabPageClassUnownedHandle NullHandle { get; }

Property Value

TabPageClassUnownedHandle

Methods

Copy()

public TabPageClassOwnedHandle Copy()

Returns

TabPageClassOwnedHandle

ReleaseHandle()

When overridden in a derived class, executes the code required to free the handle.

protected override bool ReleaseHandle()

Returns

bool

true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.