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