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