Table of Contents

Class RegoInputHandle

Namespace
Rego
Assembly
Rego.dll

Handle wrapping the pointer to the native Rego input object

public sealed class RegoInputHandle : SafeHandle, IDisposable
Inheritance
RegoInputHandle
Implements
Inherited Members

Constructors

RegoInputHandle()

Creates a new invalid handle

public RegoInputHandle()

Properties

IsInvalid

Indicates whether the handle is invalid

public override bool IsInvalid { get; }

Property Value

bool

Methods

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.