Class feature_tHandle
public abstract class feature_tHandle : SafeHandle, IDisposable, IEquatable<feature_tHandle>
- Inheritance
-
feature_tHandle
- Implements
- Derived
- Inherited Members
Constructors
feature_tHandle(bool)
protected feature_tHandle(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(feature_tHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(feature_tHandle? other)
Parameters
otherfeature_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
objobjectThe object to compare with the current object.
Returns
GetEnd()
public uint GetEnd()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetStart()
public uint GetStart()
Returns
GetTag()
public uint GetTag()
Returns
GetValue()
public uint GetValue()
Returns
OwnedCopy()
public feature_tOwnedHandle OwnedCopy()
Returns
SetEnd(uint)
public void SetEnd(uint value)
Parameters
valueuint
SetStart(uint)
public void SetStart(uint value)
Parameters
valueuint
SetTag(uint)
public void SetTag(uint value)
Parameters
valueuint
SetValue(uint)
public void SetValue(uint value)
Parameters
valueuint
UnownedCopy()
public feature_tUnownedHandle UnownedCopy()