Class PadProbeInfoHandle
public abstract class PadProbeInfoHandle : SafeHandle, IDisposable
- Inheritance
-
PadProbeInfoHandle
- Implements
- Derived
- Inherited Members
Constructors
PadProbeInfoHandle(bool)
protected PadProbeInfoHandle(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(PadProbeInfoHandle?)
public bool Equals(PadProbeInfoHandle? other)
Parameters
otherPadProbeInfoHandle
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
GetData()
public nint GetData()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetId()
public CULong GetId()
Returns
GetOffset()
public ulong GetOffset()
Returns
GetSize()
public uint GetSize()
Returns
GetType()
public PadProbeType GetType()
Returns
SetData(nint)
public void SetData(nint value)
Parameters
valuenint
SetId(CULong)
public void SetId(CULong value)
Parameters
valueCULong
SetOffset(ulong)
public void SetOffset(ulong value)
Parameters
valueulong
SetSize(uint)
public void SetSize(uint value)
Parameters
valueuint
SetType(PadProbeType)
public void SetType(PadProbeType value)
Parameters
valuePadProbeType