Class ParamSpecTypeInfoHandle
public abstract class ParamSpecTypeInfoHandle : SafeHandle, IDisposable
- Inheritance
-
ParamSpecTypeInfoHandle
- Implements
- Derived
- Inherited Members
Constructors
ParamSpecTypeInfoHandle(bool)
protected ParamSpecTypeInfoHandle(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(ParamSpecTypeInfoHandle?)
public bool Equals(ParamSpecTypeInfoHandle? other)
Parameters
other
ParamSpecTypeInfoHandle
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
GetFinalize()
public ParamSpecTypeInfoData.FinalizeCallback GetFinalize()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetInstanceInit()
public ParamSpecTypeInfoData.InstanceInitCallback GetInstanceInit()
Returns
GetInstanceSize()
public ushort GetInstanceSize()
Returns
GetNPreallocs()
public ushort GetNPreallocs()
Returns
GetValueSetDefault()
public ParamSpecTypeInfoData.ValueSetDefaultCallback GetValueSetDefault()
Returns
GetValueType()
public nuint GetValueType()
Returns
GetValueValidate()
public ParamSpecTypeInfoData.ValueValidateCallback GetValueValidate()
Returns
GetValuesCmp()
public ParamSpecTypeInfoData.ValuesCmpCallback GetValuesCmp()
Returns
SetInstanceSize(ushort)
public void SetInstanceSize(ushort value)
Parameters
value
ushort
SetNPreallocs(ushort)
public void SetNPreallocs(ushort value)
Parameters
value
ushort
SetValueType(nuint)
public void SetValueType(nuint value)
Parameters
value
nuint