Table of Contents

Class SimplePermissionHandle

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

Constructors

SimplePermissionHandle(nint, bool)

public SimplePermissionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SimplePermissionHandle

Type Parameters

T