Mono Class Library: OverviewMono.Unix.Native.Syscall: Members |
The members of Mono.Unix.Native.Syscall are listed below.
See Also: Inherited members from Mono.Unix.Native.Stdlib
static_exit(int) : int Documentation for this section has not yet been entered. staticaccess(string, AccessModes) : int Checks whether the calling task has the necessary access rights to perform operations specified by mode on the file pathname. AccessMode is a mask consisting of one or more of the values R_OK, W_OK, X_OK and F_OK which respectively test if the taks can read, write, execute or test if the file exists. staticacct(string) : int Documentation for this section has not yet been entered. staticalarm(uint) : uint If the call completes successfully, the taks will receive a SIGALARM signal after a delay of seconds seconds. A delay of zero seconds simply cancel the alarm. If an previous alarm was activated when the call is made then the previous alarm is cancelled. staticbrk(IntPtr) : int Documentation for this section has not yet been entered. staticchdir(string) : int Changes the current directory to 'path'. staticchmod(string, FilePermissions) : int Change permissions for a file or folder. staticchown(string, uint, uint) : int Change owner for a file or folder. staticchroot(string) : int Change root directory. staticclose(int) : int Closes the file descriptor. staticclosedir(IntPtr) : int Closes the directory. staticcloselog() : int Documentation for this section has not yet been entered. staticconfstr(ConfstrName, System.Text.StringBuilder, ulong) : ulong Documentation for this section has not yet been entered. staticcreat(string, FilePermissions) : int Creates a file 'pathname' using the given file mode flags. staticcrypt(string, string) : string Documentation for this section has not yet been entered. staticcuserid(System.Text.StringBuilder) : string Documentation for this section has not yet been entered. staticdirfd(IntPtr) : int Documentation for this section has not yet been entered. staticdup(int) : int dup duplicates a file descriptor to the lowest unused file descriptor available. staticdup2(int, int) : int dup2 duplicates a file descriptor to another specified file descriptor. If the destination file descriptor is already used, it is closed. The two descriptors share all (ie. file locks, position, etc.) but the close-on-exec flag. staticencrypt(byte[], bool) : int Documentation for this section has not yet been entered. staticendfsent() : int Documentation for this section has not yet been entered. staticendgrent() : int Documentation for this section has not yet been entered. staticendpwent() : int Documentation for this section has not yet been entered. staticendusershell() : int Documentation for this section has not yet been entered. staticexecv(string, string[]) : int Documentation for this section has not yet been entered. staticexecve(string, string[], string[]) : int Documentation for this section has not yet been entered. staticexecvp(string, string[]) : int Documentation for this section has not yet been entered. staticfchdir(int) : int Documentation for this section has not yet been entered. staticfchmod(int, FilePermissions) : int Documentation for this section has not yet been entered. staticfchown(int, uint, uint) : int Documentation for this section has not yet been entered. staticfcntl(int, FcntlCommand) : int Documentation for this section has not yet been entered. staticfcntl(int, FcntlCommand, DirectoryNotifyFlags) : int Documentation for this section has not yet been entered. staticfcntl(int, FcntlCommand, ref Flock) : int Documentation for this section has not yet been entered. staticfcntl(int, FcntlCommand, long) : int Documentation for this section has not yet been entered. staticfdatasync(int) : int Synchronize changes to a file. staticfexecve(int, string[], string[]) : int Documentation for this section has not yet been entered. staticfgetgrent(IntPtr) : Group Documentation for this section has not yet been entered. staticfgetpwent(IntPtr) : Passwd Documentation for this section has not yet been entered. staticfgetxattr(int, string, byte[]) : long Documentation for this section has not yet been entered. staticfgetxattr(int, string, out byte[]) : long Documentation for this section has not yet been entered. staticfgetxattr(int, string, byte[], ulong) : long Documentation for this section has not yet been entered. staticflistxattr(int, out string[]) : long Documentation for this section has not yet been entered. staticflistxattr(int, byte[], ulong) : long Documentation for this section has not yet been entered. staticflistxattr(int, System.Text.Encoding, out string[]) : long Documentation for this section has not yet been entered. staticfpathconf(int, PathconfName) : long Documentation for this section has not yet been entered. staticfpathconf(int, PathconfName, Errno) : long Documentation for this section has not yet been entered. staticfremovexattr(int, string) : int Documentation for this section has not yet been entered. staticfsetxattr(int, string, byte[]) : int Documentation for this section has not yet been entered. staticfsetxattr(int, string, byte[], XattrFlags) : int Documentation for this section has not yet been entered. staticfsetxattr(int, string, byte[], ulong) : int Documentation for this section has not yet been entered. staticfsetxattr(int, string, byte[], ulong, XattrFlags) : int Documentation for this section has not yet been entered. staticfstat(int, out Stat) : int get file status staticfstatvfs(int, out Statvfs) : int Documentation for this section has not yet been entered. staticfsync(int) : int Documentation for this section has not yet been entered. staticftruncate(int, long) : int Truncate or extend a file to length staticfutimes(int, Timeval[]) : int Documentation for this section has not yet been entered. staticgetcwd(System.Text.StringBuilder) : System.Text.StringBuilder Documentation for this section has not yet been entered. staticgetcwd(System.Text.StringBuilder, ulong) : IntPtr Documentation for this section has not yet been entered. staticgetdomainname(System.Text.StringBuilder) : int Documentation for this section has not yet been entered. staticgetdomainname(System.Text.StringBuilder, ulong) : int Documentation for this section has not yet been entered. staticgetdtablesize() : int Documentation for this section has not yet been entered. staticgetegid() : uint Get the effective group ID for the current process. staticgeteuid() : uint Get the effective user ID for the current process. staticgetfsent() : Fstab Documentation for this section has not yet been entered. staticgetfsfile(string) : Fstab Documentation for this section has not yet been entered. staticgetfsspec(string) : Fstab Documentation for this section has not yet been entered. staticgetgid() : uint Get the group ID for the current process. staticgetgrent() : Group Documentation for this section has not yet been entered. staticgetgrgid(uint) : Group Documentation for this section has not yet been entered. staticgetgrgid_r(uint, Group, out Group) : int Documentation for this section has not yet been entered. staticgetgrnam(string) : Group Documentation for this section has not yet been entered. staticgetgrnam_r(string, Group, out Group) : int Documentation for this section has not yet been entered. staticgetgroups(uint[]) : int Documentation for this section has not yet been entered. staticgetgroups(int, uint[]) : int Documentation for this section has not yet been entered. staticgethostid() : long Documentation for this section has not yet been entered. staticgethostname(System.Text.StringBuilder) : int Retrieves the hostname. staticgethostname(System.Text.StringBuilder, ulong) : int Retrieves the hostname. staticgetlogin() : string Documentation for this section has not yet been entered. staticgetlogin_r(System.Text.StringBuilder) : int Documentation for this section has not yet been entered. staticgetlogin_r(System.Text.StringBuilder, ulong) : int Documentation for this section has not yet been entered. staticgetpagesize() : int Documentation for this section has not yet been entered. staticgetpgid(int) : int Documentation for this section has not yet been entered. staticgetpgrp() : int Get the process group. staticgetpid() : int Returns the unique identifier for the current process. staticgetppid() : int Returns the unique identifier for the parent process. staticgetpwent() : Passwd Documentation for this section has not yet been entered. staticgetpwnam(string) : Passwd Documentation for this section has not yet been entered. staticgetpwnam_r(string, Passwd, out Passwd) : int Documentation for this section has not yet been entered. staticgetpwuid(uint) : Passwd Documentation for this section has not yet been entered. staticgetpwuid_r(uint, Passwd, out Passwd) : int Documentation for this section has not yet been entered. staticgetresgid(out uint, out uint, out uint) : int Documentation for this section has not yet been entered. staticgetresuid(out uint, out uint, out uint) : int Documentation for this section has not yet been entered. staticgetsid(int) : int Documentation for this section has not yet been entered. staticgettimeofday(out Timeval) : int Documentation for this section has not yet been entered. staticgettimeofday(out Timezone) : int Documentation for this section has not yet been entered. staticgettimeofday(out Timeval, out Timezone) : int Documentation for this section has not yet been entered. staticgetuid() : uint Get the user ID for the current process. staticgetusershell() : string Documentation for this section has not yet been entered. staticgetxattr(string, string, byte[]) : long Documentation for this section has not yet been entered. staticgetxattr(string, string, out byte[]) : long Documentation for this section has not yet been entered. staticgetxattr(string, string, byte[], ulong) : long Documentation for this section has not yet been entered. staticisatty(int) : bool Is the file descriptor a TTY? statickill(int, Signum) : int Send a signal to the specified process. staticlchown(string, uint, uint) : int Change the ownership for 'path'. staticlgetxattr(string, string, byte[]) : long Documentation for this section has not yet been entered. staticlgetxattr(string, string, out byte[]) : long Documentation for this section has not yet been entered. staticlgetxattr(string, string, byte[], ulong) : long Documentation for this section has not yet been entered. staticlink(string, string) : int Create a hard link from oldpath to newpath. staticlistxattr(string, out string[]) : long Documentation for this section has not yet been entered. staticlistxattr(string, byte[], ulong) : long Documentation for this section has not yet been entered. staticlistxattr(string, System.Text.Encoding, out string[]) : long Documentation for this section has not yet been entered. staticllistxattr(string, out string[]) : long Documentation for this section has not yet been entered. staticllistxattr(string, byte[], ulong) : long Documentation for this section has not yet been entered. staticllistxattr(string, System.Text.Encoding, out string[]) : long Documentation for this section has not yet been entered. staticlockf(int, LockfCommand, long) : int Documentation for this section has not yet been entered. staticlremovexattr(string, string) : int Documentation for this section has not yet been entered. staticlseek(int, long, SeekFlags) : long Changes the read/write file offset of a file descriptor. staticlsetxattr(string, string, byte[]) : int Documentation for this section has not yet been entered. staticlsetxattr(string, string, byte[], XattrFlags) : int Documentation for this section has not yet been entered. staticlsetxattr(string, string, byte[], ulong) : int Documentation for this section has not yet been entered. staticlsetxattr(string, string, byte[], ulong, XattrFlags) : int Documentation for this section has not yet been entered. staticlstat(string, out Stat) : int Retrieves via output paramter the file status struct for a file. staticlutimes(string, Timeval[]) : int Documentation for this section has not yet been entered. staticmincore(IntPtr, ulong, byte[]) : int Documentation for this section has not yet been entered. staticmkdir(string, FilePermissions) : int Create a directory at 'path' with the given FilePermissions. staticmkfifo(string, FilePermissions) : int Documentation for this section has not yet been entered. staticmknod(string, FilePermissions, ulong) : int Create a special file node. staticmkstemp(System.Text.StringBuilder) : int Documentation for this section has not yet been entered. staticmlock(IntPtr, ulong) : int Documentation for this section has not yet been entered. staticmlockall(MlockallFlags) : int Documentation for this section has not yet been entered. staticmmap(IntPtr, ulong, MmapProts, MmapFlags, int, long) : IntPtr Documentation for this section has not yet been entered. staticmprotect(IntPtr, ulong, MmapProts) : int Documentation for this section has not yet been entered. staticmremap(IntPtr, ulong, ulong, MremapFlags) : IntPtr Documentation for this section has not yet been entered. staticmsync(IntPtr, ulong, MsyncFlags) : int Documentation for this section has not yet been entered. staticmunlock(IntPtr, ulong) : int Documentation for this section has not yet been entered. staticmunlockall() : int Documentation for this section has not yet been entered. staticmunmap(IntPtr, ulong) : int Documentation for this section has not yet been entered. staticnanosleep(ref Timespec, ref Timespec) : int Documentation for this section has not yet been entered. staticnice(int) : int Change the priority of the current process by given increment. staticopen(string, OpenFlags) : int Creates/opens a file 'pathname' using the given file open flags. staticopen(string, OpenFlags, FilePermissions) : int Creates/opens a file 'pathname' using the given open and file permission flags. staticopendir(string) : IntPtr Opens a directory at 'path'. staticopenlog(IntPtr, SyslogOptions, SyslogFacility) : int Documentation for this section has not yet been entered. staticpathconf(string, PathconfName) : long Documentation for this section has not yet been entered. staticpathconf(string, PathconfName, Errno) : long Documentation for this section has not yet been entered. staticpause() : int Pause the current process. The task sleeps until a signal is received. staticpipe(int[]) : int Documentation for this section has not yet been entered. staticpipe(out int, out int) : int Documentation for this section has not yet been entered. staticpoll(Pollfd[], int) : int Documentation for this section has not yet been entered. staticpoll(Pollfd[], uint, int) : int Documentation for this section has not yet been entered. staticposix_fadvise(int, long, long, PosixFadviseAdvice) : int Documentation for this section has not yet been entered. staticposix_fallocate(int, long, ulong) : int Documentation for this section has not yet been entered. staticposix_madvise(IntPtr, ulong, PosixMadviseAdvice) : int Documentation for this section has not yet been entered. staticpread(int, IntPtr, ulong, long) : long Documentation for this section has not yet been entered. staticpread(int, void*, ulong, long) : long Documentation for this section has not yet been entered. staticpsignal(Signum, string) : int Documentation for this section has not yet been entered. staticpwrite(int, IntPtr, ulong, long) : long Documentation for this section has not yet been entered. staticpwrite(int, void*, ulong, long) : long Documentation for this section has not yet been entered. staticread(int, IntPtr, ulong) : long Reads up to count bytes into buf from fd. staticread(int, void*, ulong) : long Reads up to count bytes into buf from fd. staticreaddir(IntPtr) : Dirent Read directory entry. staticreaddir_r(IntPtr, Dirent, out IntPtr) : int Thread-safe version of Syscall.readdir staticreadlink(string, System.Text.StringBuilder) : int Gets the destination of a symlink as a string. staticreadlink(string, System.Text.StringBuilder, ulong) : int Gets the destination of a symlink as a string. staticremap_file_pages(IntPtr, ulong, MmapProts, long, MmapFlags) : int Documentation for this section has not yet been entered. staticremovexattr(string, string) : int Documentation for this section has not yet been entered. staticrevoke(string) : int Documentation for this section has not yet been entered. staticrewinddir(IntPtr) : int Documentation for this section has not yet been entered. staticrmdir(string) : int Removes the directory at 'path'. staticsbrk(IntPtr) : IntPtr Documentation for this section has not yet been entered. staticseekdir(IntPtr, long) : int Documentation for this section has not yet been entered. staticsendfile(int, int, ref long, ulong) : long Documentation for this section has not yet been entered. staticsetdomainname(string) : int Documentation for this section has not yet been entered. staticsetdomainname(string, ulong) : int Documentation for this section has not yet been entered. staticsetegid(uint) : int Documentation for this section has not yet been entered. staticseteuid(uint) : int Documentation for this section has not yet been entered. staticsetfsent() : int Documentation for this section has not yet been entered. staticsetgid(uint) : int Sets the group ID for the current process to 'gid'. staticsetgrent() : int Documentation for this section has not yet been entered. staticsetgroups(uint[]) : int Documentation for this section has not yet been entered. staticsetgroups(ulong, uint[]) : int Documentation for this section has not yet been entered. staticsethostid(long) : int Documentation for this section has not yet been entered. staticsethostname(string) : int Documentation for this section has not yet been entered. staticsethostname(string, ulong) : int Documentation for this section has not yet been entered. staticsetkey(string) : int Documentation for this section has not yet been entered. staticsetlogin(string) : int Documentation for this section has not yet been entered. staticsetlogmask(SyslogLevel) : int Documentation for this section has not yet been entered. staticsetpgid(int, int) : int Sets the process group ID for the current process to 'pgid'. staticsetpgrp() : int Documentation for this section has not yet been entered. staticsetpwent() : int Documentation for this section has not yet been entered. staticsetregid(uint, uint) : int Sets the real and effective group ID for the current process to 'rgid' and 'egid' respectively. staticsetresgid(uint, uint, uint) : int Documentation for this section has not yet been entered. staticsetresuid(uint, uint, uint) : int Documentation for this section has not yet been entered. staticsetreuid(uint, uint) : int Sets the real and effective user ID for the current process to 'ruid' and 'euid' respectively. staticsetsid() : int Creates a session and sets the process group ID. staticsettimeofday(ref Timeval) : int Documentation for this section has not yet been entered. staticsettimeofday(ref Timeval, ref Timezone) : int Documentation for this section has not yet been entered. staticsetuid(uint) : int Sets the user ID for the current process to 'uid'. staticsetusershell() : int Documentation for this section has not yet been entered. staticsetxattr(string, string, byte[]) : int Documentation for this section has not yet been entered. staticsetxattr(string, string, byte[], XattrFlags) : int Documentation for this section has not yet been entered. staticsetxattr(string, string, byte[], ulong) : int Documentation for this section has not yet been entered. staticsetxattr(string, string, byte[], ulong, XattrFlags) : int Documentation for this section has not yet been entered. staticsleep(uint) : uint Documentation for this section has not yet been entered. staticstat(string, out Stat) : int Get file status. staticstatvfs(string, out Statvfs) : int Documentation for this section has not yet been entered. staticstime(ref long) : int Documentation for this section has not yet been entered. staticstrerror_r(Errno, System.Text.StringBuilder) : int Thread-safe version of Stdlib.strerror. staticstrerror_r(Errno, System.Text.StringBuilder, ulong) : int Thread-safe version of Stdlib.strerror. staticstrsignal(Signum) : string Documentation for this section has not yet been entered. staticswab(IntPtr, IntPtr, long) : int Documentation for this section has not yet been entered. staticswab(void*, void*, long) Documentation for this section has not yet been entered. staticsymlink(string, string) : int Create a symbolic link from oldpath to newpath. staticsync() : int sync forces "dirty" (modified) filesystem buffers to be written to disk. staticsysconf(SysconfName) : long Documentation for this section has not yet been entered. staticsysconf(SysconfName, Errno) : long Documentation for this section has not yet been entered. staticsyslog(SyslogLevel, string) : int Documentation for this section has not yet been entered. staticsyslog(SyslogFacility, SyslogLevel, string) : int Documentation for this section has not yet been entered. staticsyslog(SyslogLevel, string, params object[]) : int Documentation for this section has not yet been entered. staticsyslog(SyslogFacility, SyslogLevel, string, params object[]) : int Documentation for this section has not yet been entered. statictcgetpgrp(int) : int Documentation for this section has not yet been entered. statictcsetpgrp(int, int) : int Documentation for this section has not yet been entered. statictelldir(IntPtr) : long Documentation for this section has not yet been entered. statictime(out long) : long Documentation for this section has not yet been entered. statictruncate(string, long) : int Truncate or extend a file to a specified length. staticttyname(int) : string Documentation for this section has not yet been entered. staticttyname_r(int, System.Text.StringBuilder) : int Documentation for this section has not yet been entered. staticttyname_r(int, System.Text.StringBuilder, ulong) : int Documentation for this section has not yet been entered. staticttyslot() : int Documentation for this section has not yet been entered. staticualarm(uint, uint) : uint Documentation for this section has not yet been entered. staticumask(FilePermissions) : FilePermissions Sets new umask. staticuname(out Utsname) : int Documentation for this section has not yet been entered. staticunlink(string) : int Deletes a link to a file. staticutime(string) : int Documentation for this section has not yet been entered. staticutime(string, ref Utimbuf) : int Documentation for this section has not yet been entered. staticutimes(string, Timeval[]) : int Documentation for this section has not yet been entered. staticvhangup() : int Documentation for this section has not yet been entered. staticwait(out int) : int Documentation for this section has not yet been entered. staticwaitpid(int, out int, WaitOptions) : int Wait for a child process to stop or terminate. staticWEXITSTATUS(int) : int Returns the exit status of the process. staticWIFEXITED(int) : bool staticWIFSIGNALED(int) : bool Documentation for this section has not yet been entered. staticWIFSTOPPED(int) : bool Documentation for this section has not yet been entered. staticwrite(int, IntPtr, ulong) : long write writes up to 'count' bytes to the file referenced by the file descriptor 'fileDescriptor' from the buffer starting at 'buf'. staticwrite(int, void*, ulong) : long write writes up to 'count' bytes to the file referenced by the file descriptor 'fileDescriptor' from the buffer starting at 'buf'. staticWSTOPSIG(int) : Signum Documentation for this section has not yet been entered. staticWTERMSIG(int) : Signum Documentation for this section has not yet been entered.