Class ContextHandle
public abstract class ContextHandle : SafeHandle, IDisposable
- Inheritance
-
ContextHandle
- Implements
- Derived
- Inherited Members
Constructors
ContextHandle(bool)
protected ContextHandle(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 ContextOwnedHandle OwnedCopy()
Returns
UnownedCopy()
public ContextUnownedHandle UnownedCopy()