Class RegionHandle
public abstract class RegionHandle : SafeHandle, IDisposable
- Inheritance
-
RegionHandle
- Implements
- Derived
- Inherited Members
Constructors
RegionHandle(bool)
protected RegionHandle(bool ownsHandle)
Parameters
ownsHandle
bool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
OwnedCopy()
public RegionOwnedHandle OwnedCopy()
Returns
UnownedCopy()
public RegionUnownedHandle UnownedCopy()