Table of Contents

Class ToastOverlayClassUnownedHandle

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

Constructors

ToastOverlayClassUnownedHandle(IntPtr)

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

public ToastOverlayClassUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static ToastOverlayClassUnownedHandle NullHandle { get; }

Property Value

ToastOverlayClassUnownedHandle

Methods

Copy()

public ToastOverlayClassOwnedHandle Copy()

Returns

ToastOverlayClassOwnedHandle

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.