Table of Contents

Class AppLaunchContextHandle

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class AppLaunchContextHandle : AppLaunchContextHandle, IDisposable
Inheritance
AppLaunchContextHandle
Implements
Inherited Members

Constructors

AppLaunchContextHandle(nint, bool)

public AppLaunchContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static AppLaunchContextHandle For<T>(ConstructArgument[] constructArguments) where T : AppLaunchContext, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

AppLaunchContextHandle

Type Parameters

T