static | FromAccessModes(AccessModes) : intConverts a Mono.Unix.Native.AccessModes
to an OS-specific value. |
static | FromConfstrName(ConfstrName) : intConverts a Mono.Unix.Native.ConfstrName
to an OS-specific value. |
static | FromDateTime(DateTime) : longConverts a DateTime into a Unix
time_t. |
static | FromDirectoryNotifyFlags(DirectoryNotifyFlags) : intConverts a Mono.Unix.Native.DirectoryNotifyFlags
to an OS-specific value. |
static | FromErrno(Errno) : intConverts a Mono.Unix.Native.Errno
to an OS-specific value. |
static | FromFcntlCommand(FcntlCommand) : intConverts a Mono.Unix.Native.FcntlCommand
to an OS-specific value. |
static | FromFilePermissions(FilePermissions) : uintConverts a Mono.Unix.Native.FilePermissions
to an OS-specific value. |
static | FromLockfCommand(LockfCommand) : intConverts a Mono.Unix.Native.LockfCommand
to an OS-specific value. |
static | FromLockType(LockType) : shortConverts a Mono.Unix.Native.LockType
to an OS-specific value. |
static | FromMlockallFlags(MlockallFlags) : intConverts a Mono.Unix.Native.MlockallFlags
to an OS-specific value. |
static | FromMmapFlags(MmapFlags) : intConverts a Mono.Unix.Native.MmapFlags
to an OS-specific value. |
static | FromMmapProts(MmapProts) : intConverts a Mono.Unix.Native.MmapProts
to an OS-specific value. |
static | FromMountFlags(MountFlags) : ulongConverts a Mono.Unix.Native.MountFlags
to an OS-specific value. |
static | FromMremapFlags(MremapFlags) : ulongConverts a Mono.Unix.Native.MremapFlags
to an OS-specific value. |
static | FromMsyncFlags(MsyncFlags) : intConverts a Mono.Unix.Native.MsyncFlags
to an OS-specific value. |
static | FromOctalPermissionString(string) : FilePermissionsConverts an octal string representation of a
Mono.Unix.Native.FilePermissions into a
Mono.Unix.Native.FilePermissions. |
static | FromOpenFlags(OpenFlags) : intConverts a Mono.Unix.Native.OpenFlags
to an OS-specific value. |
static | FromPathconfName(PathconfName) : intConverts a Mono.Unix.Native.PathconfName
to an OS-specific value. |
static | FromPollEvents(PollEvents) : shortConverts a Mono.Unix.Native.PollEvents
to an OS-specific value. |
static | FromPosixFadviseAdvice(PosixFadviseAdvice) : intConverts a Mono.Unix.Native.PosixFadviseAdvice
to an OS-specific value. |
static | FromPosixMadviseAdvice(PosixMadviseAdvice) : intConverts a Mono.Unix.Native.PosixMadviseAdvice
to an OS-specific value. |
static | FromRealTimeSignum(RealTimeSignum) : intConverts a Mono.Unix.Native.RealTimeSignum
to an OS-specific value. |
static | FromSeekFlags(SeekFlags) : shortConverts a Mono.Unix.Native.SeekFlags
to an OS-specific value. |
static | FromSignum(Signum) : intConverts a Mono.Unix.Native.Signum
to an OS-specific value. |
static | FromSysconfName(SysconfName) : intConverts a Mono.Unix.Native.SysconfName
to an OS-specific value. |
static | FromSyslogFacility(SyslogFacility) : intConverts a Mono.Unix.Native.SyslogFacility
to an OS-specific value. |
static | FromSyslogLevel(SyslogLevel) : intConverts a Mono.Unix.Native.SyslogLevel
to an OS-specific value. |
static | FromSyslogOptions(SyslogOptions) : intConverts a Mono.Unix.Native.SyslogOptions
to an OS-specific value. |
static | FromTimeT(long) : DateTimeConverts a Unix time_t in the user's current time zone
into a DateTime. |
static | FromUnixPermissionString(string) : FilePermissionsConverts a unix permission representation of a
Mono.Unix.Native.FilePermissions into a
Mono.Unix.Native.FilePermissions. |
static | FromWaitOptions(WaitOptions) : intConverts a Mono.Unix.Native.WaitOptions
to an OS-specific value. |
static | FromXattrFlags(XattrFlags) : intConverts a Mono.Unix.Native.XattrFlags
to an OS-specific value. |
static | ToAccessModes(int) : AccessModesConverts an OS-specific value to a
Mono.Unix.Native.AccessModes. |
static | ToConfstrName(int) : ConfstrNameConverts an OS-specific value to a
Mono.Unix.Native.ConfstrName. |
static | ToDateTime(long) : DateTimeConverts a Unix time_t in the user's current time zone
into a DateTime. |
static | ToDirectoryNotifyFlags(int) : DirectoryNotifyFlagsConverts an OS-specific value to a
Mono.Unix.Native.DirectoryNotifyFlags. |
static | ToErrno(int) : ErrnoConverts an OS-specific value to a
Mono.Unix.Native.Errno. |
static | ToFcntlCommand(int) : FcntlCommandConverts an OS-specific value to a
Mono.Unix.Native.FcntlCommand. |
static | ToFilePermissions(uint) : FilePermissionsConverts an OS-specific value to a
Mono.Unix.Native.FilePermissions. |
static | ToFopenMode(System.IO.FileAccess) : stringConverts the managed
System.IO.FileAccess into a
string suitable for use with
Stdlib.fopen's
mode parameter.. |
static | ToFopenMode(System.IO.FileMode) : stringConverts the managed
System.IO.FileMode into a
string suitable for use with
Stdlib.fopen's
mode parameter.. |
static | ToFopenMode(System.IO.FileMode, System.IO.FileAccess) : stringConverts the managed
(System.IO.FileModeSystem.IO.FileAccess) pair into a
string suitable for use with
Stdlib.fopen's
mode parameter.. |
static | ToLockfCommand(int) : LockfCommandConverts an OS-specific value to a
Mono.Unix.Native.LockfCommand. |
static | ToLockType(short) : LockTypeConverts an OS-specific value to a
Mono.Unix.Native.LockType. |
static | ToMlockallFlags(int) : MlockallFlagsConverts an OS-specific value to a
Mono.Unix.Native.MlockallFlags. |
static | ToMmapFlags(int) : MmapFlagsConverts an OS-specific value to a
Mono.Unix.Native.MmapFlags. |
static | ToMmapProts(int) : MmapProtsConverts an OS-specific value to a
Mono.Unix.Native.MmapProts. |
static | ToMountFlags(ulong) : MountFlagsConverts an OS-specific value to a
Mono.Unix.Native.MountFlags. |
static | ToMremapFlags(ulong) : MremapFlagsConverts an OS-specific value to a
Mono.Unix.Native.MremapFlags. |
static | ToMsyncFlags(int) : MsyncFlagsConverts an OS-specific value to a
Mono.Unix.Native.MsyncFlags. |
static | ToOctalPermissionString(FilePermissions) : stringConverts a Mono.Unix.Native.FilePermissions
into an octal string representation. |
static | ToOpenFlags(int) : OpenFlagsConverts an OS-specific value to a
Mono.Unix.Native.OpenFlags. |
static | ToOpenFlags(System.IO.FileMode, System.IO.FileAccess) : OpenFlagsConverts the managed
(System.IO.FileModeSystem.IO.FileAccess) pair into a
Mono.Unix.Native.OpenFlags |
static | ToPathconfName(int) : PathconfNameConverts an OS-specific value to a
Mono.Unix.Native.PathconfName. |
static | ToPollEvents(short) : PollEventsConverts an OS-specific value to a
Mono.Unix.Native.PollEvents. |
static | ToPosixFadviseAdvice(int) : PosixFadviseAdviceConverts an OS-specific value to a
Mono.Unix.Native.PosixFadviseAdvice. |
static | ToPosixMadviseAdvice(int) : PosixMadviseAdviceConverts an OS-specific value to a
Mono.Unix.Native.PosixMadviseAdvice. |
static | ToRealTimeSignum(int) : RealTimeSignumDocumentation for this section has not yet been entered. |
static | ToSeekFlags(short) : SeekFlagsConverts an OS-specific value to a
Mono.Unix.Native.SeekFlags. |
static | ToSignum(int) : SignumConverts an OS-specific value to a
Mono.Unix.Native.Signum. |
static | ToSysconfName(int) : SysconfNameConverts an OS-specific value to a
Mono.Unix.Native.SysconfName. |
static | ToSyslogFacility(int) : SyslogFacilityConverts an OS-specific value to a
Mono.Unix.Native.SyslogFacility. |
static | ToSyslogLevel(int) : SyslogLevelConverts an OS-specific value to a
Mono.Unix.Native.SyslogLevel. |
static | ToSyslogOptions(int) : SyslogOptionsConverts an OS-specific value to a
Mono.Unix.Native.SyslogOptions. |
static | ToTimeT(DateTime) : longConverts a DateTime into a Unix
time_t. |
static | ToUnixPermissionString(FilePermissions) : stringConverts a no.Unix.Native.FilePermissions into a Unix permission string. |
static | ToWaitOptions(int) : WaitOptionsConverts an OS-specific value to a
Mono.Unix.Native.WaitOptions. |
static | ToXattrFlags(int) : XattrFlagsConverts an OS-specific value to a
Mono.Unix.Native.XattrFlags. |
static | TryCopy(ref Flock, IntPtr) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(ref Pollfd, IntPtr) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(ref Stat, IntPtr) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(ref Statvfs, IntPtr) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(ref Timespec, IntPtr) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(ref Timeval, IntPtr) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(ref Timezone, IntPtr) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(ref Utimbuf, IntPtr) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(IntPtr, out Flock) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(IntPtr, out Pollfd) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(IntPtr, out Stat) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(IntPtr, out Statvfs) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(IntPtr, out Timespec) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(IntPtr, out Timeval) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(IntPtr, out Timezone) : boolDocumentation for this section has not yet been entered. |
static | TryCopy(IntPtr, out Utimbuf) : boolDocumentation for this section has not yet been entered. |
static | TryFromAccessModes(AccessModes, out int) : boolConverts a Mono.Unix.Native.AccessModes
enumeration value to an OS-specific value. |
static | TryFromConfstrName(ConfstrName, out int) : boolConverts a Mono.Unix.Native.ConfstrName
enumeration value to an OS-specific value. |
static | TryFromDirectoryNotifyFlags(DirectoryNotifyFlags, out int) : boolConverts a Mono.Unix.Native.DirectoryNotifyFlags
enumeration value to an OS-specific value. |
static | TryFromErrno(Errno, out int) : boolConverts a Mono.Unix.Native.Errno
enumeration value to an OS-specific value. |
static | TryFromFcntlCommand(FcntlCommand, out int) : boolConverts a Mono.Unix.Native.FcntlCommand
enumeration value to an OS-specific value. |
static | TryFromFilePermissions(FilePermissions, out uint) : boolConverts a Mono.Unix.Native.FilePermissions
enumeration value to an OS-specific value. |
static | TryFromLockfCommand(LockfCommand, out int) : boolConverts a Mono.Unix.Native.LockfCommand
enumeration value to an OS-specific value. |
static | TryFromLockType(LockType, out short) : boolConverts a Mono.Unix.Native.LockType
enumeration value to an OS-specific value. |
static | TryFromMlockallFlags(MlockallFlags, out int) : boolConverts a Mono.Unix.Native.MlockallFlags
enumeration value to an OS-specific value. |
static | TryFromMmapFlags(MmapFlags, out int) : boolConverts a Mono.Unix.Native.MmapFlags
enumeration value to an OS-specific value. |
static | TryFromMmapProts(MmapProts, out int) : boolConverts a Mono.Unix.Native.MmapProts
enumeration value to an OS-specific value. |
static | TryFromMountFlags(MountFlags, out ulong) : boolConverts a Mono.Unix.Native.MountFlags
enumeration value to an OS-specific value. |
static | TryFromMremapFlags(MremapFlags, out ulong) : boolConverts a Mono.Unix.Native.MremapFlags
enumeration value to an OS-specific value. |
static | TryFromMsyncFlags(MsyncFlags, out int) : boolConverts a Mono.Unix.Native.MsyncFlags
enumeration value to an OS-specific value. |
static | TryFromOpenFlags(OpenFlags, out int) : boolConverts a Mono.Unix.Native.OpenFlags
enumeration value to an OS-specific value. |
static | TryFromPathconfName(PathconfName, out int) : boolConverts a Mono.Unix.Native.PathconfName
enumeration value to an OS-specific value. |
static | TryFromPollEvents(PollEvents, out short) : boolConverts a Mono.Unix.Native.PollEvents
enumeration value to an OS-specific value. |
static | TryFromPosixFadviseAdvice(PosixFadviseAdvice, out int) : boolConverts a Mono.Unix.Native.PosixFadviseAdvice
enumeration value to an OS-specific value. |
static | TryFromPosixMadviseAdvice(PosixMadviseAdvice, out int) : boolConverts a Mono.Unix.Native.PosixMadviseAdvice
enumeration value to an OS-specific value. |
static | TryFromSeekFlags(SeekFlags, out short) : boolConverts a Mono.Unix.Native.SeekFlags
enumeration value to an OS-specific value. |
static | TryFromSignum(Signum, out int) : boolConverts a Mono.Unix.Native.Signum
enumeration value to an OS-specific value. |
static | TryFromSysconfName(SysconfName, out int) : boolConverts a Mono.Unix.Native.SysconfName
enumeration value to an OS-specific value. |
static | TryFromSyslogFacility(SyslogFacility, out int) : boolConverts a Mono.Unix.Native.SyslogFacility
enumeration value to an OS-specific value. |
static | TryFromSyslogLevel(SyslogLevel, out int) : boolConverts a Mono.Unix.Native.SyslogLevel
enumeration value to an OS-specific value. |
static | TryFromSyslogOptions(SyslogOptions, out int) : boolConverts a Mono.Unix.Native.SyslogOptions
enumeration value to an OS-specific value. |
static | TryFromWaitOptions(WaitOptions, out int) : boolConverts a Mono.Unix.Native.WaitOptions
enumeration value to an OS-specific value. |
static | TryFromXattrFlags(XattrFlags, out int) : boolConverts a Mono.Unix.Native.XattrFlags
enumeration value to an OS-specific value. |
static | TryToAccessModes(int, out AccessModes) : boolConverts an OS-specific value to a
Mono.Unix.Native.AccessModes. |
static | TryToConfstrName(int, out ConfstrName) : boolConverts an OS-specific value to a
Mono.Unix.Native.ConfstrName. |
static | TryToDirectoryNotifyFlags(int, out DirectoryNotifyFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.DirectoryNotifyFlags. |
static | TryToErrno(int, out Errno) : boolConverts an OS-specific value to a
Mono.Unix.Native.Errno. |
static | TryToFcntlCommand(int, out FcntlCommand) : boolConverts an OS-specific value to a
Mono.Unix.Native.FcntlCommand. |
static | TryToFilePermissions(uint, out FilePermissions) : boolConverts an OS-specific value to a
Mono.Unix.Native.FilePermissions. |
static | TryToLockfCommand(int, out LockfCommand) : boolConverts an OS-specific value to a
Mono.Unix.Native.LockfCommand. |
static | TryToLockType(short, out LockType) : boolConverts an OS-specific value to a
Mono.Unix.Native.LockType. |
static | TryToMlockallFlags(int, out MlockallFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.MlockallFlags. |
static | TryToMmapFlags(int, out MmapFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.MmapFlags. |
static | TryToMmapProts(int, out MmapProts) : boolConverts an OS-specific value to a
Mono.Unix.Native.MmapProts. |
static | TryToMountFlags(ulong, out MountFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.MountFlags. |
static | TryToMremapFlags(ulong, out MremapFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.MremapFlags. |
static | TryToMsyncFlags(int, out MsyncFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.MsyncFlags. |
static | TryToOpenFlags(int, out OpenFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.OpenFlags. |
static | TryToPathconfName(int, out PathconfName) : boolConverts an OS-specific value to a
Mono.Unix.Native.PathconfName. |
static | TryToPollEvents(short, out PollEvents) : boolConverts an OS-specific value to a
Mono.Unix.Native.PollEvents. |
static | TryToPosixFadviseAdvice(int, out PosixFadviseAdvice) : boolConverts an OS-specific value to a
Mono.Unix.Native.PosixFadviseAdvice. |
static | TryToPosixMadviseAdvice(int, out PosixMadviseAdvice) : boolConverts an OS-specific value to a
Mono.Unix.Native.PosixMadviseAdvice. |
static | TryToSeekFlags(short, out SeekFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.SeekFlags. |
static | TryToSignum(int, out Signum) : boolConverts an OS-specific value to a
Mono.Unix.Native.Signum. |
static | TryToSysconfName(int, out SysconfName) : boolConverts an OS-specific value to a
Mono.Unix.Native.SysconfName. |
static | TryToSyslogFacility(int, out SyslogFacility) : boolConverts an OS-specific value to a
Mono.Unix.Native.SyslogFacility. |
static | TryToSyslogLevel(int, out SyslogLevel) : boolConverts an OS-specific value to a
Mono.Unix.Native.SyslogLevel. |
static | TryToSyslogOptions(int, out SyslogOptions) : boolConverts an OS-specific value to a
Mono.Unix.Native.SyslogOptions. |
static | TryToWaitOptions(int, out WaitOptions) : boolConverts an OS-specific value to a
Mono.Unix.Native.WaitOptions. |
static | TryToXattrFlags(int, out XattrFlags) : boolConverts an OS-specific value to a
Mono.Unix.Native.XattrFlags. |