Class TypeValueTableHandle
public abstract class TypeValueTableHandle : SafeHandle, IDisposable
- Inheritance
-
TypeValueTableHandle
- Implements
- Derived
- Inherited Members
Constructors
TypeValueTableHandle(bool)
protected TypeValueTableHandle(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(TypeValueTableHandle?)
public bool Equals(TypeValueTableHandle? other)
Parameters
otherTypeValueTableHandle
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
GetCollectFormat()
public nint GetCollectFormat()
Returns
GetCollectValue()
public TypeValueCollectFunc GetCollectValue()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetLcopyFormat()
public nint GetLcopyFormat()
Returns
GetLcopyValue()
public TypeValueLCopyFunc GetLcopyValue()
Returns
GetValueCopy()
public TypeValueCopyFunc GetValueCopy()
Returns
GetValueFree()
public TypeValueFreeFunc GetValueFree()
Returns
GetValueInit()
public TypeValueInitFunc GetValueInit()
Returns
GetValuePeekPointer()
public TypeValuePeekPointerFunc GetValuePeekPointer()
Returns
SetCollectFormat(nint)
public void SetCollectFormat(nint value)
Parameters
valuenint
SetCollectValue(TypeValueCollectFunc)
public void SetCollectValue(TypeValueCollectFunc value)
Parameters
valueTypeValueCollectFunc
SetLcopyFormat(nint)
public void SetLcopyFormat(nint value)
Parameters
valuenint
SetLcopyValue(TypeValueLCopyFunc)
public void SetLcopyValue(TypeValueLCopyFunc value)
Parameters
valueTypeValueLCopyFunc
SetValueCopy(TypeValueCopyFunc)
public void SetValueCopy(TypeValueCopyFunc value)
Parameters
valueTypeValueCopyFunc
SetValueFree(TypeValueFreeFunc)
public void SetValueFree(TypeValueFreeFunc value)
Parameters
valueTypeValueFreeFunc
SetValueInit(TypeValueInitFunc)
public void SetValueInit(TypeValueInitFunc value)
Parameters
valueTypeValueInitFunc
SetValuePeekPointer(TypeValuePeekPointerFunc)
public void SetValuePeekPointer(TypeValuePeekPointerFunc value)
Parameters
valueTypeValuePeekPointerFunc