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