Class IteratorHandle
public abstract class IteratorHandle : SafeHandle, IDisposable, IEquatable<IteratorHandle>
- Inheritance
-
IteratorHandle
- Implements
- Derived
- Inherited Members
Constructors
IteratorHandle(bool)
protected IteratorHandle(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
Equals(IteratorHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(IteratorHandle? other)
Parameters
other
IteratorHandleAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetCookie()
public uint GetCookie()
Returns
GetCopy()
public IteratorCopyFunction GetCopy()
Returns
GetFree()
public IteratorFreeFunction GetFree()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetItem()
public IteratorItemFunction GetItem()
Returns
GetLock()
public nint GetLock()
Returns
GetMasterCookie()
public nint GetMasterCookie()
Returns
GetNext()
public IteratorNextFunction GetNext()
Returns
GetPushed()
public nint GetPushed()
Returns
GetResync()
public IteratorResyncFunction GetResync()
Returns
GetSize()
public uint GetSize()
Returns
GetType()
public nuint GetType()
Returns
OwnedCopy()
public IteratorOwnedHandle OwnedCopy()
Returns
SetCookie(uint)
public void SetCookie(uint value)
Parameters
value
uint
SetCopy(IteratorCopyFunction)
public void SetCopy(IteratorCopyFunction value)
Parameters
value
IteratorCopyFunction
SetFree(IteratorFreeFunction)
public void SetFree(IteratorFreeFunction value)
Parameters
value
IteratorFreeFunction
SetItem(IteratorItemFunction)
public void SetItem(IteratorItemFunction value)
Parameters
value
IteratorItemFunction
SetLock(nint)
public void SetLock(nint value)
Parameters
value
nint
SetMasterCookie(nint)
public void SetMasterCookie(nint value)
Parameters
value
nint
SetNext(IteratorNextFunction)
public void SetNext(IteratorNextFunction value)
Parameters
value
IteratorNextFunction
SetPushed(nint)
public void SetPushed(nint value)
Parameters
value
nint
SetResync(IteratorResyncFunction)
public void SetResync(IteratorResyncFunction value)
Parameters
value
IteratorResyncFunction
SetSize(uint)
public void SetSize(uint value)
Parameters
value
uint
SetType(nuint)
public void SetType(nuint value)
Parameters
value
nuint
UnownedCopy()
public IteratorUnownedHandle UnownedCopy()