Table of Contents

Class MountOperationHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class MountOperationHandle : MountOperationHandle, IDisposable
Inheritance
MountOperationHandle
Implements
Inherited Members

Constructors

MountOperationHandle(nint, bool)

public MountOperationHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

MountOperationHandle

Type Parameters

T