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