Class UnixInputStreamHandle
public class UnixInputStreamHandle : InputStreamHandle, IDisposable
- Inheritance
-
UnixInputStreamHandle
- Implements
- Inherited Members
Constructors
UnixInputStreamHandle(nint, bool)
public UnixInputStreamHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static UnixInputStreamHandle For<T>(ConstructArgument[] constructArguments) where T : UnixInputStream, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T