Class IteratorHandle
public abstract class IteratorHandle : SafeHandle, IDisposable, IEquatable<IteratorHandle>
- Inheritance
-
IteratorHandle
- Implements
- Derived
- Inherited Members
Constructors
IteratorHandle(bool)
protected IteratorHandle(bool ownsHandle)
Parameters
ownsHandlebool
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
otherIteratorHandleAn 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
objobjectThe 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
valueuint
SetCopy(IteratorCopyFunction)
public void SetCopy(IteratorCopyFunction value)
Parameters
valueIteratorCopyFunction
SetFree(IteratorFreeFunction)
public void SetFree(IteratorFreeFunction value)
Parameters
valueIteratorFreeFunction
SetItem(IteratorItemFunction)
public void SetItem(IteratorItemFunction value)
Parameters
valueIteratorItemFunction
SetLock(nint)
public void SetLock(nint value)
Parameters
valuenint
SetMasterCookie(nint)
public void SetMasterCookie(nint value)
Parameters
valuenint
SetNext(IteratorNextFunction)
public void SetNext(IteratorNextFunction value)
Parameters
valueIteratorNextFunction
SetPushed(nint)
public void SetPushed(nint value)
Parameters
valuenint
SetResync(IteratorResyncFunction)
public void SetResync(IteratorResyncFunction value)
Parameters
valueIteratorResyncFunction
SetSize(uint)
public void SetSize(uint value)
Parameters
valueuint
SetType(nuint)
public void SetType(nuint value)
Parameters
valuenuint
UnownedCopy()
public IteratorUnownedHandle UnownedCopy()