Class ActionEntryHandle
public abstract class ActionEntryHandle : SafeHandle, IDisposable
- Inheritance
-
ActionEntryHandle
- Implements
- Derived
- Inherited Members
Constructors
ActionEntryHandle(bool)
protected ActionEntryHandle(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(ActionEntryHandle?)
public bool Equals(ActionEntryHandle? other)
Parameters
other
ActionEntryHandle
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
GetActivate()
public ActionEntryData.ActivateCallback GetActivate()
Returns
GetChangeState()
public ActionEntryData.ChangeStateCallback GetChangeState()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetName()
public nint GetName()
Returns
GetParameterType()
public nint GetParameterType()
Returns
GetState()
public nint GetState()
Returns
SetName(nint)
public void SetName(nint value)
Parameters
value
nint
SetParameterType(nint)
public void SetParameterType(nint value)
Parameters
value
nint
SetState(nint)
public void SetState(nint value)
Parameters
value
nint