Table of Contents

Class UnixInputStreamHandle

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

Constructors

UnixInputStreamHandle(nint, bool)

public UnixInputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

UnixInputStreamHandle

Type Parameters

T