Table of Contents

Class ApplicationHandle

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class ApplicationHandle : ApplicationHandle, IDisposable
Inheritance
ApplicationHandle
Implements
Inherited Members

Constructors

ApplicationHandle(nint, bool)

public ApplicationHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ApplicationHandle

Type Parameters

T