Table of Contents

Class AppLaunchContextHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class AppLaunchContextHandle : ObjectHandle, IDisposable
Inheritance
AppLaunchContextHandle
Implements
Derived
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