Class TypeValueTableHandle
public abstract class TypeValueTableHandle : SafeHandle, IDisposable
- Inheritance
-
TypeValueTableHandle
- Implements
- Derived
- Inherited Members
Constructors
TypeValueTableHandle(bool)
protected TypeValueTableHandle(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(TypeValueTableHandle?)
public bool Equals(TypeValueTableHandle? other)
Parameters
other
TypeValueTableHandle
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
GetCollectFormat()
public IntPtr 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 IntPtr 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(IntPtr)
public void SetCollectFormat(IntPtr value)
Parameters
value
IntPtr
SetCollectValue(TypeValueCollectFunc)
public void SetCollectValue(TypeValueCollectFunc value)
Parameters
value
TypeValueCollectFunc
SetLcopyFormat(IntPtr)
public void SetLcopyFormat(IntPtr value)
Parameters
value
IntPtr
SetLcopyValue(TypeValueLCopyFunc)
public void SetLcopyValue(TypeValueLCopyFunc value)
Parameters
value
TypeValueLCopyFunc
SetValueCopy(TypeValueCopyFunc)
public void SetValueCopy(TypeValueCopyFunc value)
Parameters
value
TypeValueCopyFunc
SetValueFree(TypeValueFreeFunc)
public void SetValueFree(TypeValueFreeFunc value)
Parameters
value
TypeValueFreeFunc
SetValueInit(TypeValueInitFunc)
public void SetValueInit(TypeValueInitFunc value)
Parameters
value
TypeValueInitFunc
SetValuePeekPointer(TypeValuePeekPointerFunc)
public void SetValuePeekPointer(TypeValuePeekPointerFunc value)
Parameters
value
TypeValuePeekPointerFunc