Table of Contents

Class FileOutputStreamHandle

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

Constructors

FileOutputStreamHandle(nint, bool)

public FileOutputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileOutputStreamHandle

Type Parameters

T