Table of Contents

Class LoggerClassUnownedHandle

Namespace
Soup.Internal
Assembly
Soup-3.0.dll
public class LoggerClassUnownedHandle : LoggerClassHandle, IDisposable
Inheritance
LoggerClassUnownedHandle
Implements
Inherited Members

Constructors

LoggerClassUnownedHandle(IntPtr)

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

public LoggerClassUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static LoggerClassUnownedHandle NullHandle { get; }

Property Value

LoggerClassUnownedHandle

Methods

Copy()

public LoggerClassOwnedHandle Copy()

Returns

LoggerClassOwnedHandle

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.