Class SignalActionHandle
public class SignalActionHandle : ShortcutActionHandle, IDisposable
- Inheritance
-
SignalActionHandle
- Implements
- Inherited Members
Constructors
SignalActionHandle(nint, bool)
public SignalActionHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static SignalActionHandle For<T>(ConstructArgument[] constructArguments) where T : SignalAction, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T