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