|
static global::System.Exception | GetException (MonoIOError error) |
|
static global::System.Exception | GetException (string path, MonoIOError error) |
|
static bool | SetFileAttributes (string path, FileAttributes attrs, out MonoIOError error) |
|
static MonoFileType | GetFileType (global::System.Runtime.InteropServices.SafeHandle safeHandle, out MonoIOError error) |
|
static global::System.IntPtr | Open (string filename, FileMode mode, FileAccess access, FileShare share, FileOptions options, out MonoIOError error) |
|
static int | Read (global::System.Runtime.InteropServices.SafeHandle safeHandle, byte[] dest, int dest_offset, int count, out MonoIOError error) |
|
static int | Write (global::System.Runtime.InteropServices.SafeHandle safeHandle, byte[] src, int src_offset, int count, out MonoIOError error) |
|
static long | Seek (global::System.Runtime.InteropServices.SafeHandle safeHandle, long offset, SeekOrigin origin, out MonoIOError error) |
|
static long | GetLength (global::System.Runtime.InteropServices.SafeHandle safeHandle, out MonoIOError error) |
|
static bool | SetLength (global::System.Runtime.InteropServices.SafeHandle safeHandle, long length, out MonoIOError error) |
|
|
static unsafe bool | SetFileAttributes (char *path, FileAttributes attrs, out MonoIOError error) |
|
static MonoFileType | GetFileType (global::System.IntPtr handle, out MonoIOError error) |
|
static unsafe global::System.IntPtr | Open (char *filename, FileMode mode, FileAccess access, FileShare share, FileOptions options, out MonoIOError error) |
|
static bool | Cancel_internal (global::System.IntPtr handle, out MonoIOError error) |
|
static int | Read (global::System.IntPtr handle, byte[] dest, int dest_offset, int count, out MonoIOError error) |
|
static int | Write (global::System.IntPtr handle, [global::System.Runtime.InteropServices.In] byte[] src, int src_offset, int count, out MonoIOError error) |
|
static long | Seek (global::System.IntPtr handle, long offset, SeekOrigin origin, out MonoIOError error) |
|
static long | GetLength (global::System.IntPtr handle, out MonoIOError error) |
|
static bool | SetLength (global::System.IntPtr handle, long length, out MonoIOError error) |
|
static void | DumpHandles () |
|
Definition at line 11 of file MonoIO.cs.