Class ParamSpecClassHandle
public abstract class ParamSpecClassHandle : SafeHandle, IDisposable
- Inheritance
-
ParamSpecClassHandle
- Implements
- Derived
- Inherited Members
Constructors
ParamSpecClassHandle(bool)
protected ParamSpecClassHandle(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(ParamSpecClassHandle?)
public bool Equals(ParamSpecClassHandle? other)
Parameters
other
ParamSpecClassHandle
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 ParamSpecClassData.FinalizeCallback GetFinalize()
Returns
GetGTypeClass()
public TypeClassData GetGTypeClass()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetValueIsValid()
public ParamSpecClassData.ValueIsValidCallback GetValueIsValid()
Returns
GetValueSetDefault()
public ParamSpecClassData.ValueSetDefaultCallback GetValueSetDefault()
Returns
GetValueType()
public nuint GetValueType()
Returns
GetValueValidate()
public ParamSpecClassData.ValueValidateCallback GetValueValidate()
Returns
GetValuesCmp()
public ParamSpecClassData.ValuesCmpCallback GetValuesCmp()