Table of Contents

Class DisplayManagerHandle

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

Constructors

DisplayManagerHandle(nint, bool)

public DisplayManagerHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DisplayManagerHandle

Type Parameters

T