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