Class CollectDataHandle
public abstract class CollectDataHandle : SafeHandle, IDisposable
- Inheritance
-
CollectDataHandle
- Implements
- Derived
- Inherited Members
Constructors
CollectDataHandle(bool)
protected CollectDataHandle(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(CollectDataHandle?)
public bool Equals(CollectDataHandle? other)
Parameters
otherCollectDataHandle
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
GetBuffer()
public nint GetBuffer()
Returns
GetCollect()
public nint GetCollect()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetPad()
public nint GetPad()
Returns
GetPos()
public uint GetPos()
Returns
GetSegment()
public SegmentData GetSegment()
Returns
SetBuffer(nint)
public void SetBuffer(nint value)
Parameters
valuenint
SetCollect(nint)
public void SetCollect(nint value)
Parameters
valuenint
SetPad(nint)
public void SetPad(nint value)
Parameters
valuenint
SetPos(uint)
public void SetPos(uint value)
Parameters
valueuint
SetSegment(SegmentData)
public void SetSegment(SegmentData value)
Parameters
valueSegmentData