The methods of Mono.Unix.Native.NativeConvert are listed below. For a list of all members, see the NativeConvert Members list.
See Also: Inherited members from System.Object
static | FromAccessModes(AccessModes)Converts a Mono.Unix.Native.AccessModes to an OS-specific value. | |
static | FromConfstrName(ConfstrName)Converts a Mono.Unix.Native.ConfstrName to an OS-specific value. | |
static | FromDateTime(DateTime)Converts a DateTime into a Unix time_t. | |
static | FromDirectoryNotifyFlags(DirectoryNotifyFlags)Converts a Mono.Unix.Native.DirectoryNotifyFlags to an OS-specific value. | |
static | FromEpollEvents(EpollEvents)Documentation for this section has not yet been entered. | |
static | FromEpollFlags(EpollFlags)Documentation for this section has not yet been entered. | |
static | FromErrno(Errno)Converts a Mono.Unix.Native.Errno to an OS-specific value. | |
static | FromFcntlCommand(FcntlCommand)Converts a Mono.Unix.Native.FcntlCommand to an OS-specific value. | |
static | FromFilePermissions(FilePermissions)Converts a Mono.Unix.Native.FilePermissions to an OS-specific value. | |
static | FromLockfCommand(LockfCommand)Converts a Mono.Unix.Native.LockfCommand to an OS-specific value. | |
static | FromLockType(LockType)Converts a Mono.Unix.Native.LockType to an OS-specific value. | |
static | FromMlockallFlags(MlockallFlags)Converts a Mono.Unix.Native.MlockallFlags to an OS-specific value. | |
static | FromMmapFlags(MmapFlags)Converts a Mono.Unix.Native.MmapFlags to an OS-specific value. | |
static | FromMmapProts(MmapProts)Converts a Mono.Unix.Native.MmapProts to an OS-specific value. | |
static | FromMountFlags(MountFlags)Converts a Mono.Unix.Native.MountFlags to an OS-specific value. | |
static | FromMremapFlags(MremapFlags)Converts a Mono.Unix.Native.MremapFlags to an OS-specific value. | |
static | FromMsyncFlags(MsyncFlags)Converts a Mono.Unix.Native.MsyncFlags to an OS-specific value. | |
static | FromOctalPermissionString(string)Converts an octal string representation of a Mono.Unix.Native.FilePermissions into a Mono.Unix.Native.FilePermissions. | |
static | FromOpenFlags(OpenFlags)Converts a Mono.Unix.Native.OpenFlags to an OS-specific value. | |
static | FromPathconfName(PathconfName)Converts a Mono.Unix.Native.PathconfName to an OS-specific value. | |
static | FromPollEvents(PollEvents)Converts a Mono.Unix.Native.PollEvents to an OS-specific value. | |
static | FromPosixFadviseAdvice(PosixFadviseAdvice)Converts a Mono.Unix.Native.PosixFadviseAdvice to an OS-specific value. | |
static | FromPosixMadviseAdvice(PosixMadviseAdvice)Converts a Mono.Unix.Native.PosixMadviseAdvice to an OS-specific value. | |
static | FromRealTimeSignum(RealTimeSignum)Converts a Mono.Unix.Native.RealTimeSignum to an OS-specific value. | |
static | FromSeekFlags(SeekFlags)Converts a Mono.Unix.Native.SeekFlags to an OS-specific value. | |
static | FromSignum(Signum)Converts a Mono.Unix.Native.Signum to an OS-specific value. | |
static | FromSysconfName(SysconfName)Converts a Mono.Unix.Native.SysconfName to an OS-specific value. | |
static | FromSyslogFacility(SyslogFacility)Converts a Mono.Unix.Native.SyslogFacility to an OS-specific value. | |
static | FromSyslogLevel(SyslogLevel)Converts a Mono.Unix.Native.SyslogLevel to an OS-specific value. | |
static | FromSyslogOptions(SyslogOptions)Converts a Mono.Unix.Native.SyslogOptions to an OS-specific value. | |
static | FromTimeT(long)Converts a Unix time_t in the user's current time zone into a DateTime. | |
static | FromUnixPermissionString(string)Converts a unix permission representation of a Mono.Unix.Native.FilePermissions into a Mono.Unix.Native.FilePermissions. | |
static | FromWaitOptions(WaitOptions)Converts a Mono.Unix.Native.WaitOptions to an OS-specific value. | |
static | FromXattrFlags(XattrFlags)Converts a Mono.Unix.Native.XattrFlags to an OS-specific value. | |
static | ToAccessModes(int)Converts an OS-specific value to a Mono.Unix.Native.AccessModes. | |
static | ToConfstrName(int)Converts an OS-specific value to a Mono.Unix.Native.ConfstrName. | |
static | ToDateTime(long)Converts a Unix time_t in the user's current time zone into a DateTime. | |
static | ToDirectoryNotifyFlags(int)Converts an OS-specific value to a Mono.Unix.Native.DirectoryNotifyFlags. | |
static | ToEpollEvents(uint)Documentation for this section has not yet been entered. | |
static | ToEpollFlags(int)Documentation for this section has not yet been entered. | |
static | ToErrno(int)Converts an OS-specific value to a Mono.Unix.Native.Errno. | |
static | ToFcntlCommand(int)Converts an OS-specific value to a Mono.Unix.Native.FcntlCommand. | |
static | ToFilePermissions(uint)Converts an OS-specific value to a Mono.Unix.Native.FilePermissions. | |
static | ToFopenMode(System.IO.FileAccess)Converts the managed System.IO.FileAccess into a string suitable for use with Stdlib.fopen's mode parameter.. | |
static | ToFopenMode(System.IO.FileMode)Converts 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)Converts the managed (System.IO.FileModeSystem.IO.FileAccess) pair into a string suitable for use with Stdlib.fopen's mode parameter.. | |
static | ToLockfCommand(int)Converts an OS-specific value to a Mono.Unix.Native.LockfCommand. | |
static | ToLockType(short)Converts an OS-specific value to a Mono.Unix.Native.LockType. | |
static | ToMlockallFlags(int)Converts an OS-specific value to a Mono.Unix.Native.MlockallFlags. | |
static | ToMmapFlags(int)Converts an OS-specific value to a Mono.Unix.Native.MmapFlags. | |
static | ToMmapProts(int)Converts an OS-specific value to a Mono.Unix.Native.MmapProts. | |
static | ToMountFlags(ulong)Converts an OS-specific value to a Mono.Unix.Native.MountFlags. | |
static | ToMremapFlags(ulong)Converts an OS-specific value to a Mono.Unix.Native.MremapFlags. | |
static | ToMsyncFlags(int)Converts an OS-specific value to a Mono.Unix.Native.MsyncFlags. | |
static | ToOctalPermissionString(FilePermissions)Converts a Mono.Unix.Native.FilePermissions into an octal string representation. | |
static | ToOpenFlags(int)Converts an OS-specific value to a Mono.Unix.Native.OpenFlags. | |
static | ToOpenFlags(System.IO.FileMode, System.IO.FileAccess)Converts the managed (System.IO.FileModeSystem.IO.FileAccess) pair into a Mono.Unix.Native.OpenFlags | |
static | ToPathconfName(int)Converts an OS-specific value to a Mono.Unix.Native.PathconfName. | |
static | ToPollEvents(short)Converts an OS-specific value to a Mono.Unix.Native.PollEvents. | |
static | ToPosixFadviseAdvice(int)Converts an OS-specific value to a Mono.Unix.Native.PosixFadviseAdvice. | |
static | ToPosixMadviseAdvice(int)Converts an OS-specific value to a Mono.Unix.Native.PosixMadviseAdvice. | |
static | ToRealTimeSignum(int)Documentation for this section has not yet been entered. | |
static | ToSeekFlags(short)Converts an OS-specific value to a Mono.Unix.Native.SeekFlags. | |
static | ToSignum(int)Converts an OS-specific value to a Mono.Unix.Native.Signum. | |
static | ToSysconfName(int)Converts an OS-specific value to a Mono.Unix.Native.SysconfName. | |
static | ToSyslogFacility(int)Converts an OS-specific value to a Mono.Unix.Native.SyslogFacility. | |
static | ToSyslogLevel(int)Converts an OS-specific value to a Mono.Unix.Native.SyslogLevel. | |
static | ToSyslogOptions(int)Converts an OS-specific value to a Mono.Unix.Native.SyslogOptions. | |
static | ToTimeT(DateTime)Converts a DateTime into a Unix time_t. | |
static | ToUnixPermissionString(FilePermissions)Converts a no.Unix.Native.FilePermissions into a Unix permission string. | |
static | ToWaitOptions(int)Converts an OS-specific value to a Mono.Unix.Native.WaitOptions. | |
static | ToXattrFlags(int)Converts an OS-specific value to a Mono.Unix.Native.XattrFlags. | |
static | TryCopy(ref Flock, IntPtr)Documentation for this section has not yet been entered. | |
static | TryCopy(ref Pollfd, IntPtr)Documentation for this section has not yet been entered. | |
static | TryCopy(ref Stat, IntPtr)Documentation for this section has not yet been entered. | |
static | TryCopy(ref Statvfs, IntPtr)Documentation for this section has not yet been entered. | |
static | TryCopy(ref Timespec, IntPtr)Documentation for this section has not yet been entered. | |
static | TryCopy(ref Timeval, IntPtr)Documentation for this section has not yet been entered. | |
static | TryCopy(ref Timezone, IntPtr)Documentation for this section has not yet been entered. | |
static | TryCopy(ref Utimbuf, IntPtr)Documentation for this section has not yet been entered. | |
static | TryCopy(IntPtr, out Flock)Documentation for this section has not yet been entered. | |
static | TryCopy(IntPtr, out Pollfd)Documentation for this section has not yet been entered. | |
static | TryCopy(IntPtr, out Stat)Documentation for this section has not yet been entered. | |
static | TryCopy(IntPtr, out Statvfs)Documentation for this section has not yet been entered. | |
static | TryCopy(IntPtr, out Timespec)Documentation for this section has not yet been entered. | |
static | TryCopy(IntPtr, out Timeval)Documentation for this section has not yet been entered. | |
static | TryCopy(IntPtr, out Timezone)Documentation for this section has not yet been entered. | |
static | TryCopy(IntPtr, out Utimbuf)Documentation for this section has not yet been entered. | |
static | TryFromAccessModes(AccessModes, out int)Converts a Mono.Unix.Native.AccessModes enumeration value to an OS-specific value. | |
static | TryFromConfstrName(ConfstrName, out int)Converts a Mono.Unix.Native.ConfstrName enumeration value to an OS-specific value. | |
static | TryFromDirectoryNotifyFlags(DirectoryNotifyFlags, out int)Converts a Mono.Unix.Native.DirectoryNotifyFlags enumeration value to an OS-specific value. | |
static | TryFromEpollEvents(EpollEvents, out uint)Documentation for this section has not yet been entered. | |
static | TryFromEpollFlags(EpollFlags, out int)Documentation for this section has not yet been entered. | |
static | TryFromErrno(Errno, out int)Converts a Mono.Unix.Native.Errno enumeration value to an OS-specific value. | |
static | TryFromFcntlCommand(FcntlCommand, out int)Converts a Mono.Unix.Native.FcntlCommand enumeration value to an OS-specific value. | |
static | TryFromFilePermissions(FilePermissions, out uint)Converts a Mono.Unix.Native.FilePermissions enumeration value to an OS-specific value. | |
static | TryFromLockfCommand(LockfCommand, out int)Converts a Mono.Unix.Native.LockfCommand enumeration value to an OS-specific value. | |
static | TryFromLockType(LockType, out short)Converts a Mono.Unix.Native.LockType enumeration value to an OS-specific value. | |
static | TryFromMlockallFlags(MlockallFlags, out int)Converts a Mono.Unix.Native.MlockallFlags enumeration value to an OS-specific value. | |
static | TryFromMmapFlags(MmapFlags, out int)Converts a Mono.Unix.Native.MmapFlags enumeration value to an OS-specific value. | |
static | TryFromMmapProts(MmapProts, out int)Converts a Mono.Unix.Native.MmapProts enumeration value to an OS-specific value. | |
static | TryFromMountFlags(MountFlags, out ulong)Converts a Mono.Unix.Native.MountFlags enumeration value to an OS-specific value. | |
static | TryFromMremapFlags(MremapFlags, out ulong)Converts a Mono.Unix.Native.MremapFlags enumeration value to an OS-specific value. | |
static | TryFromMsyncFlags(MsyncFlags, out int)Converts a Mono.Unix.Native.MsyncFlags enumeration value to an OS-specific value. | |
static | TryFromOpenFlags(OpenFlags, out int)Converts a Mono.Unix.Native.OpenFlags enumeration value to an OS-specific value. | |
static | TryFromPathconfName(PathconfName, out int)Converts a Mono.Unix.Native.PathconfName enumeration value to an OS-specific value. | |
static | TryFromPollEvents(PollEvents, out short)Converts a Mono.Unix.Native.PollEvents enumeration value to an OS-specific value. | |
static | TryFromPosixFadviseAdvice(PosixFadviseAdvice, out int)Converts a Mono.Unix.Native.PosixFadviseAdvice enumeration value to an OS-specific value. | |
static | TryFromPosixMadviseAdvice(PosixMadviseAdvice, out int)Converts a Mono.Unix.Native.PosixMadviseAdvice enumeration value to an OS-specific value. | |
static | TryFromSeekFlags(SeekFlags, out short)Converts a Mono.Unix.Native.SeekFlags enumeration value to an OS-specific value. | |
static | TryFromSignum(Signum, out int)Converts a Mono.Unix.Native.Signum enumeration value to an OS-specific value. | |
static | TryFromSysconfName(SysconfName, out int)Converts a Mono.Unix.Native.SysconfName enumeration value to an OS-specific value. | |
static | TryFromSyslogFacility(SyslogFacility, out int)Converts a Mono.Unix.Native.SyslogFacility enumeration value to an OS-specific value. | |
static | TryFromSyslogLevel(SyslogLevel, out int)Converts a Mono.Unix.Native.SyslogLevel enumeration value to an OS-specific value. | |
static | TryFromSyslogOptions(SyslogOptions, out int)Converts a Mono.Unix.Native.SyslogOptions enumeration value to an OS-specific value. | |
static | TryFromWaitOptions(WaitOptions, out int)Converts a Mono.Unix.Native.WaitOptions enumeration value to an OS-specific value. | |
static | TryFromXattrFlags(XattrFlags, out int)Converts a Mono.Unix.Native.XattrFlags enumeration value to an OS-specific value. | |
static | TryToAccessModes(int, out AccessModes)Converts an OS-specific value to a Mono.Unix.Native.AccessModes. | |
static | TryToConfstrName(int, out ConfstrName)Converts an OS-specific value to a Mono.Unix.Native.ConfstrName. | |
static | TryToDirectoryNotifyFlags(int, out DirectoryNotifyFlags)Converts an OS-specific value to a Mono.Unix.Native.DirectoryNotifyFlags. | |
static | TryToEpollEvents(uint, out EpollEvents)Documentation for this section has not yet been entered. | |
static | TryToEpollFlags(int, out EpollFlags)Documentation for this section has not yet been entered. | |
static | TryToErrno(int, out Errno)Converts an OS-specific value to a Mono.Unix.Native.Errno. | |
static | TryToFcntlCommand(int, out FcntlCommand)Converts an OS-specific value to a Mono.Unix.Native.FcntlCommand. | |
static | TryToFilePermissions(uint, out FilePermissions)Converts an OS-specific value to a Mono.Unix.Native.FilePermissions. | |
static | TryToLockfCommand(int, out LockfCommand)Converts an OS-specific value to a Mono.Unix.Native.LockfCommand. | |
static | TryToLockType(short, out LockType)Converts an OS-specific value to a Mono.Unix.Native.LockType. | |
static | TryToMlockallFlags(int, out MlockallFlags)Converts an OS-specific value to a Mono.Unix.Native.MlockallFlags. | |
static | TryToMmapFlags(int, out MmapFlags)Converts an OS-specific value to a Mono.Unix.Native.MmapFlags. | |
static | TryToMmapProts(int, out MmapProts)Converts an OS-specific value to a Mono.Unix.Native.MmapProts. | |
static | TryToMountFlags(ulong, out MountFlags)Converts an OS-specific value to a Mono.Unix.Native.MountFlags. | |
static | TryToMremapFlags(ulong, out MremapFlags)Converts an OS-specific value to a Mono.Unix.Native.MremapFlags. | |
static | TryToMsyncFlags(int, out MsyncFlags)Converts an OS-specific value to a Mono.Unix.Native.MsyncFlags. | |
static | TryToOpenFlags(int, out OpenFlags)Converts an OS-specific value to a Mono.Unix.Native.OpenFlags. | |
static | TryToPathconfName(int, out PathconfName)Converts an OS-specific value to a Mono.Unix.Native.PathconfName. | |
static | TryToPollEvents(short, out PollEvents)Converts an OS-specific value to a Mono.Unix.Native.PollEvents. | |
static | TryToPosixFadviseAdvice(int, out PosixFadviseAdvice)Converts an OS-specific value to a Mono.Unix.Native.PosixFadviseAdvice. | |
static | TryToPosixMadviseAdvice(int, out PosixMadviseAdvice)Converts an OS-specific value to a Mono.Unix.Native.PosixMadviseAdvice. | |
static | TryToSeekFlags(short, out SeekFlags)Converts an OS-specific value to a Mono.Unix.Native.SeekFlags. | |
static | TryToSignum(int, out Signum)Converts an OS-specific value to a Mono.Unix.Native.Signum. | |
static | TryToSysconfName(int, out SysconfName)Converts an OS-specific value to a Mono.Unix.Native.SysconfName. | |
static | TryToSyslogFacility(int, out SyslogFacility)Converts an OS-specific value to a Mono.Unix.Native.SyslogFacility. | |
static | TryToSyslogLevel(int, out SyslogLevel)Converts an OS-specific value to a Mono.Unix.Native.SyslogLevel. | |
static | TryToSyslogOptions(int, out SyslogOptions)Converts an OS-specific value to a Mono.Unix.Native.SyslogOptions. | |
static | TryToWaitOptions(int, out WaitOptions)Converts an OS-specific value to a Mono.Unix.Native.WaitOptions. | |
static | TryToXattrFlags(int, out XattrFlags)Converts an OS-specific value to a Mono.Unix.Native.XattrFlags. | |