Table of Contents

Class Win32InputStreamHandle

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

Constructors

Win32InputStreamHandle(nint, bool)

public Win32InputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

Win32InputStreamHandle

Type Parameters

T