Mono Class Library: OverviewMono.Unix.Native.NativeConvert: Method Members |
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
staticFromAccessModes(AccessModes) : int Converts a Mono.Unix.Native.AccessModes to an OS-specific value. staticFromConfstrName(ConfstrName) : int Converts a Mono.Unix.Native.ConfstrName to an OS-specific value. staticFromDateTime(DateTime) : long Converts a DateTime into a Unix time_t. staticFromDirectoryNotifyFlags(DirectoryNotifyFlags) : int Converts a Mono.Unix.Native.DirectoryNotifyFlags to an OS-specific value. staticFromErrno(Errno) : int Converts a Mono.Unix.Native.Errno to an OS-specific value. staticFromFcntlCommand(FcntlCommand) : int Converts a Mono.Unix.Native.FcntlCommand to an OS-specific value. staticFromFilePermissions(FilePermissions) : uint Converts a Mono.Unix.Native.FilePermissions to an OS-specific value. staticFromLockfCommand(LockfCommand) : int Converts a Mono.Unix.Native.LockfCommand to an OS-specific value. staticFromLockType(LockType) : short Converts a Mono.Unix.Native.LockType to an OS-specific value. staticFromMlockallFlags(MlockallFlags) : int Converts a Mono.Unix.Native.MlockallFlags to an OS-specific value. staticFromMmapFlags(MmapFlags) : int Converts a Mono.Unix.Native.MmapFlags to an OS-specific value. staticFromMmapProts(MmapProts) : int Converts a Mono.Unix.Native.MmapProts to an OS-specific value. staticFromMountFlags(MountFlags) : ulong Converts a Mono.Unix.Native.MountFlags to an OS-specific value. staticFromMremapFlags(MremapFlags) : ulong Converts a Mono.Unix.Native.MremapFlags to an OS-specific value. staticFromMsyncFlags(MsyncFlags) : int Converts a Mono.Unix.Native.MsyncFlags to an OS-specific value. staticFromOctalPermissionString(string) : FilePermissions Converts an octal string representation of a Mono.Unix.Native.FilePermissions into a Mono.Unix.Native.FilePermissions. staticFromOpenFlags(OpenFlags) : int Converts a Mono.Unix.Native.OpenFlags to an OS-specific value. staticFromPathconfName(PathconfName) : int Converts a Mono.Unix.Native.PathconfName to an OS-specific value. staticFromPollEvents(PollEvents) : short Converts a Mono.Unix.Native.PollEvents to an OS-specific value. staticFromPosixFadviseAdvice(PosixFadviseAdvice) : int Converts a Mono.Unix.Native.PosixFadviseAdvice to an OS-specific value. staticFromPosixMadviseAdvice(PosixMadviseAdvice) : int Converts a Mono.Unix.Native.PosixMadviseAdvice to an OS-specific value. staticFromRealTimeSignum(RealTimeSignum) : int Converts a Mono.Unix.Native.RealTimeSignum to an OS-specific value. staticFromSeekFlags(SeekFlags) : short Converts a Mono.Unix.Native.SeekFlags to an OS-specific value. staticFromSignum(Signum) : int Converts a Mono.Unix.Native.Signum to an OS-specific value. staticFromSysconfName(SysconfName) : int Converts a Mono.Unix.Native.SysconfName to an OS-specific value. staticFromSyslogFacility(SyslogFacility) : int Converts a Mono.Unix.Native.SyslogFacility to an OS-specific value. staticFromSyslogLevel(SyslogLevel) : int Converts a Mono.Unix.Native.SyslogLevel to an OS-specific value. staticFromSyslogOptions(SyslogOptions) : int Converts a Mono.Unix.Native.SyslogOptions to an OS-specific value. staticFromTimeT(long) : DateTime Converts a Unix time_t in the user's current time zone into a DateTime. staticFromUnixPermissionString(string) : FilePermissions Converts a unix permission representation of a Mono.Unix.Native.FilePermissions into a Mono.Unix.Native.FilePermissions. staticFromWaitOptions(WaitOptions) : int Converts a Mono.Unix.Native.WaitOptions to an OS-specific value. staticFromXattrFlags(XattrFlags) : int Converts a Mono.Unix.Native.XattrFlags to an OS-specific value. staticToAccessModes(int) : AccessModes Converts an OS-specific value to a Mono.Unix.Native.AccessModes. staticToConfstrName(int) : ConfstrName Converts an OS-specific value to a Mono.Unix.Native.ConfstrName. staticToDateTime(long) : DateTime Converts a Unix time_t in the user's current time zone into a DateTime. staticToDirectoryNotifyFlags(int) : DirectoryNotifyFlags Converts an OS-specific value to a Mono.Unix.Native.DirectoryNotifyFlags. staticToErrno(int) : Errno Converts an OS-specific value to a Mono.Unix.Native.Errno. staticToFcntlCommand(int) : FcntlCommand Converts an OS-specific value to a Mono.Unix.Native.FcntlCommand. staticToFilePermissions(uint) : FilePermissions Converts an OS-specific value to a Mono.Unix.Native.FilePermissions. staticToFopenMode(System.IO.FileAccess) : string Converts the managed System.IO.FileAccess into a string suitable for use with Stdlib.fopen's mode parameter.. staticToFopenMode(System.IO.FileMode) : string Converts the managed System.IO.FileMode into a string suitable for use with Stdlib.fopen's mode parameter.. staticToFopenMode(System.IO.FileMode, System.IO.FileAccess) : string Converts the managed (System.IO.FileModeSystem.IO.FileAccess) pair into a string suitable for use with Stdlib.fopen's mode parameter.. staticToLockfCommand(int) : LockfCommand Converts an OS-specific value to a Mono.Unix.Native.LockfCommand. staticToLockType(short) : LockType Converts an OS-specific value to a Mono.Unix.Native.LockType. staticToMlockallFlags(int) : MlockallFlags Converts an OS-specific value to a Mono.Unix.Native.MlockallFlags. staticToMmapFlags(int) : MmapFlags Converts an OS-specific value to a Mono.Unix.Native.MmapFlags. staticToMmapProts(int) : MmapProts Converts an OS-specific value to a Mono.Unix.Native.MmapProts. staticToMountFlags(ulong) : MountFlags Converts an OS-specific value to a Mono.Unix.Native.MountFlags. staticToMremapFlags(ulong) : MremapFlags Converts an OS-specific value to a Mono.Unix.Native.MremapFlags. staticToMsyncFlags(int) : MsyncFlags Converts an OS-specific value to a Mono.Unix.Native.MsyncFlags. staticToOctalPermissionString(FilePermissions) : string Converts a Mono.Unix.Native.FilePermissions into an octal string representation. staticToOpenFlags(int) : OpenFlags Converts an OS-specific value to a Mono.Unix.Native.OpenFlags. staticToOpenFlags(System.IO.FileMode, System.IO.FileAccess) : OpenFlags Converts the managed (System.IO.FileModeSystem.IO.FileAccess) pair into a Mono.Unix.Native.OpenFlags staticToPathconfName(int) : PathconfName Converts an OS-specific value to a Mono.Unix.Native.PathconfName. staticToPollEvents(short) : PollEvents Converts an OS-specific value to a Mono.Unix.Native.PollEvents. staticToPosixFadviseAdvice(int) : PosixFadviseAdvice Converts an OS-specific value to a Mono.Unix.Native.PosixFadviseAdvice. staticToPosixMadviseAdvice(int) : PosixMadviseAdvice Converts an OS-specific value to a Mono.Unix.Native.PosixMadviseAdvice. staticToRealTimeSignum(int) : RealTimeSignum Documentation for this section has not yet been entered. staticToSeekFlags(short) : SeekFlags Converts an OS-specific value to a Mono.Unix.Native.SeekFlags. staticToSignum(int) : Signum Converts an OS-specific value to a Mono.Unix.Native.Signum. staticToSysconfName(int) : SysconfName Converts an OS-specific value to a Mono.Unix.Native.SysconfName. staticToSyslogFacility(int) : SyslogFacility Converts an OS-specific value to a Mono.Unix.Native.SyslogFacility. staticToSyslogLevel(int) : SyslogLevel Converts an OS-specific value to a Mono.Unix.Native.SyslogLevel. staticToSyslogOptions(int) : SyslogOptions Converts an OS-specific value to a Mono.Unix.Native.SyslogOptions. staticToTimeT(DateTime) : long Converts a DateTime into a Unix time_t. staticToUnixPermissionString(FilePermissions) : string Converts a no.Unix.Native.FilePermissions into a Unix permission string. staticToWaitOptions(int) : WaitOptions Converts an OS-specific value to a Mono.Unix.Native.WaitOptions. staticToXattrFlags(int) : XattrFlags Converts an OS-specific value to a Mono.Unix.Native.XattrFlags. staticTryCopy(ref Flock, IntPtr) : bool Documentation for this section has not yet been entered. staticTryCopy(ref Pollfd, IntPtr) : bool Documentation for this section has not yet been entered. staticTryCopy(ref Stat, IntPtr) : bool Documentation for this section has not yet been entered. staticTryCopy(ref Statvfs, IntPtr) : bool Documentation for this section has not yet been entered. staticTryCopy(ref Timespec, IntPtr) : bool Documentation for this section has not yet been entered. staticTryCopy(ref Timeval, IntPtr) : bool Documentation for this section has not yet been entered. staticTryCopy(ref Timezone, IntPtr) : bool Documentation for this section has not yet been entered. staticTryCopy(ref Utimbuf, IntPtr) : bool Documentation for this section has not yet been entered. staticTryCopy(IntPtr, out Flock) : bool Documentation for this section has not yet been entered. staticTryCopy(IntPtr, out Pollfd) : bool Documentation for this section has not yet been entered. staticTryCopy(IntPtr, out Stat) : bool Documentation for this section has not yet been entered. staticTryCopy(IntPtr, out Statvfs) : bool Documentation for this section has not yet been entered. staticTryCopy(IntPtr, out Timespec) : bool Documentation for this section has not yet been entered. staticTryCopy(IntPtr, out Timeval) : bool Documentation for this section has not yet been entered. staticTryCopy(IntPtr, out Timezone) : bool Documentation for this section has not yet been entered. staticTryCopy(IntPtr, out Utimbuf) : bool Documentation for this section has not yet been entered. staticTryFromAccessModes(AccessModes, out int) : bool Converts a Mono.Unix.Native.AccessModes enumeration value to an OS-specific value. staticTryFromConfstrName(ConfstrName, out int) : bool Converts a Mono.Unix.Native.ConfstrName enumeration value to an OS-specific value. staticTryFromDirectoryNotifyFlags(DirectoryNotifyFlags, out int) : bool Converts a Mono.Unix.Native.DirectoryNotifyFlags enumeration value to an OS-specific value. staticTryFromErrno(Errno, out int) : bool Converts a Mono.Unix.Native.Errno enumeration value to an OS-specific value. staticTryFromFcntlCommand(FcntlCommand, out int) : bool Converts a Mono.Unix.Native.FcntlCommand enumeration value to an OS-specific value. staticTryFromFilePermissions(FilePermissions, out uint) : bool Converts a Mono.Unix.Native.FilePermissions enumeration value to an OS-specific value. staticTryFromLockfCommand(LockfCommand, out int) : bool Converts a Mono.Unix.Native.LockfCommand enumeration value to an OS-specific value. staticTryFromLockType(LockType, out short) : bool Converts a Mono.Unix.Native.LockType enumeration value to an OS-specific value. staticTryFromMlockallFlags(MlockallFlags, out int) : bool Converts a Mono.Unix.Native.MlockallFlags enumeration value to an OS-specific value. staticTryFromMmapFlags(MmapFlags, out int) : bool Converts a Mono.Unix.Native.MmapFlags enumeration value to an OS-specific value. staticTryFromMmapProts(MmapProts, out int) : bool Converts a Mono.Unix.Native.MmapProts enumeration value to an OS-specific value. staticTryFromMountFlags(MountFlags, out ulong) : bool Converts a Mono.Unix.Native.MountFlags enumeration value to an OS-specific value. staticTryFromMremapFlags(MremapFlags, out ulong) : bool Converts a Mono.Unix.Native.MremapFlags enumeration value to an OS-specific value. staticTryFromMsyncFlags(MsyncFlags, out int) : bool Converts a Mono.Unix.Native.MsyncFlags enumeration value to an OS-specific value. staticTryFromOpenFlags(OpenFlags, out int) : bool Converts a Mono.Unix.Native.OpenFlags enumeration value to an OS-specific value. staticTryFromPathconfName(PathconfName, out int) : bool Converts a Mono.Unix.Native.PathconfName enumeration value to an OS-specific value. staticTryFromPollEvents(PollEvents, out short) : bool Converts a Mono.Unix.Native.PollEvents enumeration value to an OS-specific value. staticTryFromPosixFadviseAdvice(PosixFadviseAdvice, out int) : bool Converts a Mono.Unix.Native.PosixFadviseAdvice enumeration value to an OS-specific value. staticTryFromPosixMadviseAdvice(PosixMadviseAdvice, out int) : bool Converts a Mono.Unix.Native.PosixMadviseAdvice enumeration value to an OS-specific value. staticTryFromSeekFlags(SeekFlags, out short) : bool Converts a Mono.Unix.Native.SeekFlags enumeration value to an OS-specific value. staticTryFromSignum(Signum, out int) : bool Converts a Mono.Unix.Native.Signum enumeration value to an OS-specific value. staticTryFromSysconfName(SysconfName, out int) : bool Converts a Mono.Unix.Native.SysconfName enumeration value to an OS-specific value. staticTryFromSyslogFacility(SyslogFacility, out int) : bool Converts a Mono.Unix.Native.SyslogFacility enumeration value to an OS-specific value. staticTryFromSyslogLevel(SyslogLevel, out int) : bool Converts a Mono.Unix.Native.SyslogLevel enumeration value to an OS-specific value. staticTryFromSyslogOptions(SyslogOptions, out int) : bool Converts a Mono.Unix.Native.SyslogOptions enumeration value to an OS-specific value. staticTryFromWaitOptions(WaitOptions, out int) : bool Converts a Mono.Unix.Native.WaitOptions enumeration value to an OS-specific value. staticTryFromXattrFlags(XattrFlags, out int) : bool Converts a Mono.Unix.Native.XattrFlags enumeration value to an OS-specific value. staticTryToAccessModes(int, out AccessModes) : bool Converts an OS-specific value to a Mono.Unix.Native.AccessModes. staticTryToConfstrName(int, out ConfstrName) : bool Converts an OS-specific value to a Mono.Unix.Native.ConfstrName. staticTryToDirectoryNotifyFlags(int, out DirectoryNotifyFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.DirectoryNotifyFlags. staticTryToErrno(int, out Errno) : bool Converts an OS-specific value to a Mono.Unix.Native.Errno. staticTryToFcntlCommand(int, out FcntlCommand) : bool Converts an OS-specific value to a Mono.Unix.Native.FcntlCommand. staticTryToFilePermissions(uint, out FilePermissions) : bool Converts an OS-specific value to a Mono.Unix.Native.FilePermissions. staticTryToLockfCommand(int, out LockfCommand) : bool Converts an OS-specific value to a Mono.Unix.Native.LockfCommand. staticTryToLockType(short, out LockType) : bool Converts an OS-specific value to a Mono.Unix.Native.LockType. staticTryToMlockallFlags(int, out MlockallFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.MlockallFlags. staticTryToMmapFlags(int, out MmapFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.MmapFlags. staticTryToMmapProts(int, out MmapProts) : bool Converts an OS-specific value to a Mono.Unix.Native.MmapProts. staticTryToMountFlags(ulong, out MountFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.MountFlags. staticTryToMremapFlags(ulong, out MremapFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.MremapFlags. staticTryToMsyncFlags(int, out MsyncFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.MsyncFlags. staticTryToOpenFlags(int, out OpenFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.OpenFlags. staticTryToPathconfName(int, out PathconfName) : bool Converts an OS-specific value to a Mono.Unix.Native.PathconfName. staticTryToPollEvents(short, out PollEvents) : bool Converts an OS-specific value to a Mono.Unix.Native.PollEvents. staticTryToPosixFadviseAdvice(int, out PosixFadviseAdvice) : bool Converts an OS-specific value to a Mono.Unix.Native.PosixFadviseAdvice. staticTryToPosixMadviseAdvice(int, out PosixMadviseAdvice) : bool Converts an OS-specific value to a Mono.Unix.Native.PosixMadviseAdvice. staticTryToSeekFlags(short, out SeekFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.SeekFlags. staticTryToSignum(int, out Signum) : bool Converts an OS-specific value to a Mono.Unix.Native.Signum. staticTryToSysconfName(int, out SysconfName) : bool Converts an OS-specific value to a Mono.Unix.Native.SysconfName. staticTryToSyslogFacility(int, out SyslogFacility) : bool Converts an OS-specific value to a Mono.Unix.Native.SyslogFacility. staticTryToSyslogLevel(int, out SyslogLevel) : bool Converts an OS-specific value to a Mono.Unix.Native.SyslogLevel. staticTryToSyslogOptions(int, out SyslogOptions) : bool Converts an OS-specific value to a Mono.Unix.Native.SyslogOptions. staticTryToWaitOptions(int, out WaitOptions) : bool Converts an OS-specific value to a Mono.Unix.Native.WaitOptions. staticTryToXattrFlags(int, out XattrFlags) : bool Converts an OS-specific value to a Mono.Unix.Native.XattrFlags.