Class ActionInterfaceHandle
public abstract class ActionInterfaceHandle : SafeHandle, IDisposable
- Inheritance
-
ActionInterfaceHandle
- Implements
- Derived
- Inherited Members
Constructors
ActionInterfaceHandle(bool)
protected ActionInterfaceHandle(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(ActionInterfaceHandle?)
public bool Equals(ActionInterfaceHandle? other)
Parameters
other
ActionInterfaceHandle
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 ActionInterfaceData.ActivateCallback GetActivate()
Returns
GetChangeState()
public ActionInterfaceData.ChangeStateCallback GetChangeState()
Returns
GetGIface()
public TypeInterfaceData GetGIface()
Returns
GetGetEnabled()
public ActionInterfaceData.GetEnabledCallback GetGetEnabled()
Returns
GetGetName()
public ActionInterfaceData.GetNameCallback GetGetName()
Returns
GetGetParameterType()
public ActionInterfaceData.GetParameterTypeCallback GetGetParameterType()
Returns
GetGetState()
public ActionInterfaceData.GetStateCallback GetGetState()
Returns
GetGetStateHint()
public ActionInterfaceData.GetStateHintCallback GetGetStateHint()
Returns
GetGetStateType()
public ActionInterfaceData.GetStateTypeCallback GetGetStateType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.