20 return "Too many open files";
124 if (safeHandle ==
null)
class f__AnonymousType0<< Count > j__TPar
static string GetEnvironmentVariable(string variable)
static char DirectorySeparatorChar
static long GetLength(IntPtr handle, [Out] MonoIOError error)
static long Seek(SafeHandle safeHandle, long offset, SeekOrigin origin, [Out] MonoIOError error)
static IntPtr ConsoleOutput
static long GetLength(SafeHandle safeHandle, [Out] MonoIOError error)
static char VolumeSeparatorChar
static bool DuplicateHandle(IntPtr source_process_handle, IntPtr source_handle, IntPtr target_process_handle, [Out] IntPtr target_handle, int access, int inherit, int options, [Out] MonoIOError error)
static bool SetFileAttributes(string path, FileAttributes attrs, [Out] MonoIOError error)
static Exception GetException(string path, MonoIOError error)
static string GetCurrentDirectory([Out] MonoIOError error)
static bool Cancel(SafeHandle safeHandle, [Out] MonoIOError error)
static unsafe IntPtr Open(char *filename, FileMode mode, FileAccess access, FileShare share, FileOptions options, [Out] MonoIOError error)
static int Read(SafeHandle safeHandle, byte[] dest, int dest_offset, int count, [Out] MonoIOError error)
static MonoFileType GetFileType(IntPtr handle, [Out] MonoIOError error)
static readonly IntPtr InvalidHandle
static bool CreatePipe([Out] IntPtr read_handle, [Out] IntPtr write_handle, [Out] MonoIOError error)
static bool RemapPath(string path, [Out] string newPath)
static IntPtr ConsoleInput
static void DumpHandles()
static bool Cancel_internal(IntPtr handle, [Out] MonoIOError error)
static IntPtr Open(string filename, FileMode mode, FileAccess access, FileShare share, FileOptions options, [Out] MonoIOError error)
static Exception GetException(MonoIOError error)
static char PathSeparator
static long Seek(IntPtr handle, long offset, SeekOrigin origin, [Out] MonoIOError error)
static int Read(IntPtr handle, byte[] dest, int dest_offset, int count, [Out] MonoIOError error)
static MonoFileType GetFileType(SafeHandle safeHandle, [Out] MonoIOError error)
static char AltDirectorySeparatorChar
static IntPtr ConsoleError
static int Write(IntPtr handle, [In] byte[] src, int src_offset, int count, [Out] MonoIOError error)
static bool SetLength(IntPtr handle, long length, [Out] MonoIOError error)
static unsafe bool SetFileAttributes(char *path, FileAttributes attrs, [Out] MonoIOError error)
static int Write(SafeHandle safeHandle, byte[] src, int src_offset, int count, [Out] MonoIOError error)
static bool SetLength(SafeHandle safeHandle, long length, [Out] MonoIOError error)
static bool Close(IntPtr handle, [Out] MonoIOError error)