The methods of Mono.Unix.Native.Stdlib are listed below. For a list of all members, see the Stdlib Members list.
See Also: Inherited members from System.Object
static_Exit(int) Perform normal program termination. staticabort() Cause abnormal program termination. staticcalloc(ulong, ulong) : IntPtr Allocate and zero-fill memory. staticclearerr(IntPtr) : int Clear FILE stream status. staticexit(int) Terminates the process that calls the function with the exit status status. staticfclose(IntPtr) : int Close a FILE stream. staticfeof(IntPtr) : int Test end-of-file indicator for the FILE stream. staticferror(IntPtr) : int Tests the error indicator for the FILE stream. staticfflush(IntPtr) : int Flush a FILE stream. staticfgetc(IntPtr) : int Get next character from a FILE input stream. staticfgetpos(IntPtr, FilePosition) : int Retrieve the current file position of a FILE stream. staticfgets(System.Text.StringBuilder, IntPtr) : System.Text.StringBuilder Read a line from a FILE stream. staticfgets(System.Text.StringBuilder, int, IntPtr) : System.Text.StringBuilder Read a line from a FILE stream. staticfopen(string, string) : IntPtr Open a file and associate a FILE stream with it. staticfprintf(IntPtr, string) : int Print to a FILE stream. staticfprintf(IntPtr, string, params object[]) : int Print to a FILE stream. staticfputc(int, IntPtr) : int Output a character to a FILE stream. staticfputs(string, IntPtr) : int Output a line to a FILE stream. staticfread(byte[], IntPtr) : ulong Read from a binary stream. staticfread(byte[], ulong, ulong, IntPtr) : ulong Read from a binary stream. staticfread(IntPtr, ulong, ulong, IntPtr) : ulong Read from a binary stream. staticfread(void*, ulong, ulong, IntPtr) : ulong Read from a binary stream. staticfree(IntPtr) Free allocated memory. staticfreopen(string, string, IntPtr) : IntPtr Reopen a FILE stream. staticfseek(IntPtr, long, SeekFlags) : int Set file position for a FILE stream. staticfsetpos(IntPtr, FilePosition) : int Sets the current file position of a FILE stream. staticftell(IntPtr) : long Get current file position for FILE stream. staticfwrite(byte[], IntPtr) : ulong Write to a binary FILE stream. staticfwrite(byte[], ulong, ulong, IntPtr) : ulong Write to a binary FILE stream. staticfwrite(IntPtr, ulong, ulong, IntPtr) : ulong Write to a binary FILE stream. staticfwrite(void*, ulong, ulong, IntPtr) : ulong Write to a binary FILE stream. staticgetc(IntPtr) : int Get next character from a FILE input stream. staticgetchar() : int Get next character from standard input. staticgetenv(string) : string Read an environment variable. staticGetLastError() : Errno Reads and translates errno. staticmalloc(ulong) : IntPtr Allocate memory. staticperror(string) : int Print an error message to Stdlib.stderr. staticprintf(string) : int Prints a message on Stdlib.stdout. staticprintf(string, params object[]) : int Prints a message on Stdlib.stdout. staticputc(int, IntPtr) : int Output a character to a FILE stream. staticputchar(int) : int Output a character to a Stdlib.stdout. staticputs(string) : int Output a line to Stdlib.stdout. staticraise(RealTimeSignum) : int Send a realtime signal to the current process. staticraise(Signum) : int Send a signal to the current process. staticrand() : int Generates a random number. staticrealloc(IntPtr, ulong) : IntPtr Reallocate a memory block. staticremove(string) : int Remove a directory entry. staticrename(string, string) : int Rename oldpath to newpath. staticrewind(IntPtr) : int Set the file position indicator of the FILE stream to the beginning of the file. staticsetbuf(IntPtr, byte*) : int Control FILE stream buffering operations. staticsetbuf(IntPtr, IntPtr) : int Control FILE stream buffering operations. staticSetSignalAction(RealTimeSignum, SignalAction) : int Specifies what should happen when a signal is emitted. staticSetSignalAction(Signum, SignalAction) : int Specifies what should happen when a signal is emitted. staticsetvbuf(IntPtr, byte*, int, ulong) : int Control FILE stream buffering operations. staticsetvbuf(IntPtr, IntPtr, int, ulong) : int Control FILE stream buffering. staticsignal(Signum, SignalHandler) : SignalHandler Register a handler for a given signal. staticsnprintf(System.Text.StringBuilder, string) : int Print a string into a buffer. staticsnprintf(System.Text.StringBuilder, string, params object[]) : int Print a string into a buffer. staticsnprintf(System.Text.StringBuilder, ulong, string) : int Print a string into a buffer. staticsnprintf(System.Text.StringBuilder, ulong, string, params object[]) : int Print a string into a buffer. staticsrand(uint) Initialize the random number generator. staticstrerror(Errno) : string Get error message string for 'errnum'. staticstrlen(IntPtr) : ulong Documentation for this section has not yet been entered. staticsystem(string) : int Pass a command to the shell. statictmpfile() : IntPtr Create a temporary file. statictmpnam() : string Generate a temporary file name. statictmpnam(System.Text.StringBuilder) : string Generate a temporary file name. staticungetc(int, IntPtr) : int Un-get character from input FILE stream.
staticSetLastError(Errno) Writes errno.