Class RegoBundleHandle
- Namespace
- Rego
- Assembly
- Rego.dll
Handle wrapping the pointer to the native Rego bundle object
public sealed class RegoBundleHandle : SafeHandle, IDisposable
- Inheritance
-
RegoBundleHandle
- Implements
- Inherited Members
Constructors
RegoBundleHandle()
Creates a new invalid handle
public RegoBundleHandle()
Properties
IsInvalid
Indicates whether the handle is invalid
public override bool IsInvalid { get; }
Property Value
Methods
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()