Table of Contents

Class StyleManagerClassUnownedHandle

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

Constructors

StyleManagerClassUnownedHandle(IntPtr)

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

public StyleManagerClassUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static StyleManagerClassUnownedHandle NullHandle { get; }

Property Value

StyleManagerClassUnownedHandle

Methods

Copy()

public StyleManagerClassOwnedHandle Copy()

Returns

StyleManagerClassOwnedHandle

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.