Class segment_properties_tHandle
public abstract class segment_properties_tHandle : SafeHandle, IDisposable, IEquatable<segment_properties_tHandle>
- Inheritance
-
segment_properties_tHandle
- Implements
- Derived
- Inherited Members
Constructors
segment_properties_tHandle(bool)
protected segment_properties_tHandle(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(segment_properties_tHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(segment_properties_tHandle? other)
Parameters
other
segment_properties_tHandleAn object to compare with this object.
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
GetDirection()
public direction_t GetDirection()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetLanguage()
public language_tData GetLanguage()
Returns
GetScript()
public script_t GetScript()
Returns
OwnedCopy()
public segment_properties_tOwnedHandle OwnedCopy()
Returns
SetDirection(direction_t)
public void SetDirection(direction_t value)
Parameters
value
direction_t
SetLanguage(language_tData)
public void SetLanguage(language_tData value)
Parameters
value
language_tData
SetScript(script_t)
public void SetScript(script_t value)
Parameters
value
script_t
UnownedCopy()
public segment_properties_tUnownedHandle UnownedCopy()