Table of Contents

Class ApplicationCommandLineHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class ApplicationCommandLineHandle : ObjectHandle, IDisposable
Inheritance
ApplicationCommandLineHandle
Implements
Inherited Members

Constructors

ApplicationCommandLineHandle(nint, bool)

public ApplicationCommandLineHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ApplicationCommandLineHandle

Type Parameters

T