Table of Contents

Class PermissionHandle

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

Constructors

PermissionHandle(nint, bool)

public PermissionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PermissionHandle

Type Parameters

T