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 IntPtr GetName()
Returns
GetParameterType()
public IntPtr GetParameterType()
Returns
GetState()
public IntPtr GetState()
Returns
SetName(IntPtr)
public void SetName(IntPtr value)
Parameters
value
IntPtr
SetParameterType(IntPtr)
public void SetParameterType(IntPtr value)
Parameters
value
IntPtr
SetState(IntPtr)
public void SetState(IntPtr value)
Parameters
value
IntPtr