Constructor

finalnew(handle:IntPtr, access:FileAccess)

finalnew(path:String, mode:FileMode, rights:FileSystemRights, share:FileShare, bufferSize:Int, options:FileOptions, fileSecurity:FileSecurity)

finalnew(path:String, mode:FileMode, rights:FileSystemRights, share:FileShare, bufferSize:Int, options:FileOptions)

finalnew(handle:SafeFileHandle, access:FileAccess, bufferSize:Int, isAsync:Bool)

finalnew(handle:SafeFileHandle, access:FileAccess, bufferSize:Int)

finalnew(handle:SafeFileHandle, access:FileAccess)

finalnew(path:String, mode:FileMode, access:FileAccess, share:FileShare, bufferSize:Int, options:FileOptions)

finalnew(path:String, mode:FileMode, access:FileAccess, share:FileShare, bufferSize:Int, useAsync:Bool)

finalnew(path:String, mode:FileMode, access:FileAccess, share:FileShare, bufferSize:Int)

finalnew(path:String, mode:FileMode, access:FileAccess, share:FileShare)

finalnew(path:String, mode:FileMode, access:FileAccess)

finalnew(path:String, mode:FileMode)

finalnew(handle:IntPtr, access:FileAccess, ownsHandle:Bool, bufferSize:Int, isAsync:Bool)

finalnew(handle:IntPtr, access:FileAccess, ownsHandle:Bool, bufferSize:Int)

finalnew(handle:IntPtr, access:FileAccess, ownsHandle:Bool)

Variables

read onlyHandle:IntPtr

read onlyIsAsync:Bool

read onlyName:String

read onlySafeFileHandle:SafeFileHandle

Methods