Class CacheHandle
public abstract class CacheHandle : SafeHandle, IDisposable
- Inheritance
-
CacheHandle
- Implements
- Derived
- Inherited Members
Constructors
CacheHandle(bool)
protected CacheHandle(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 CacheOwnedHandle OwnedCopy()
Returns
Ref(nint)
protected static extern nint Ref(nint queue)
Parameters
queue
nint
Returns
UnownedCopy()
public CacheUnownedHandle UnownedCopy()