Class OsConstants
public class OsConstants : JVMBridgeBase<OsConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<OsConstants>OsConstants
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<OsConstants>.SExecuteWithSignatureArray<T>(IJavaType, string, string, params object[])JVMBridgeBase<OsConstants>.IsAssignableFrom(IJavaType)JVMBridgeBase<OsConstants>.IsAssignableFrom<T>()JVMBridgeBase<OsConstants>.Execute<T>(params T[])JVMBridgeBase<OsConstants>.DynBridgeClazzJVMBridgeBase<OsConstants>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
OsConstants()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public OsConstants()
OsConstants(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public OsConstants(params object[] args)
Parameters
args
object[]
Properties
AF_INET
public static int AF_INET { get; }
Property Value
AF_INET6
public static int AF_INET6 { get; }
Property Value
AF_NETLINK
public static int AF_NETLINK { get; }
Property Value
AF_PACKET
public static int AF_PACKET { get; }
Property Value
AF_UNIX
public static int AF_UNIX { get; }
Property Value
AF_UNSPEC
public static int AF_UNSPEC { get; }
Property Value
AF_VSOCK
public static int AF_VSOCK { get; }
Property Value
AI_ADDRCONFIG
public static int AI_ADDRCONFIG { get; }
Property Value
AI_ALL
public static int AI_ALL { get; }
Property Value
AI_CANONNAME
public static int AI_CANONNAME { get; }
Property Value
AI_NUMERICHOST
public static int AI_NUMERICHOST { get; }
Property Value
AI_NUMERICSERV
public static int AI_NUMERICSERV { get; }
Property Value
AI_PASSIVE
public static int AI_PASSIVE { get; }
Property Value
AI_V4MAPPED
public static int AI_V4MAPPED { get; }
Property Value
ARPHRD_ETHER
public static int ARPHRD_ETHER { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CAP_AUDIT_CONTROL
public static int CAP_AUDIT_CONTROL { get; }
Property Value
CAP_AUDIT_WRITE
public static int CAP_AUDIT_WRITE { get; }
Property Value
CAP_BLOCK_SUSPEND
public static int CAP_BLOCK_SUSPEND { get; }
Property Value
CAP_CHOWN
public static int CAP_CHOWN { get; }
Property Value
CAP_DAC_OVERRIDE
public static int CAP_DAC_OVERRIDE { get; }
Property Value
CAP_DAC_READ_SEARCH
public static int CAP_DAC_READ_SEARCH { get; }
Property Value
CAP_FOWNER
public static int CAP_FOWNER { get; }
Property Value
CAP_FSETID
public static int CAP_FSETID { get; }
Property Value
CAP_IPC_LOCK
public static int CAP_IPC_LOCK { get; }
Property Value
CAP_IPC_OWNER
public static int CAP_IPC_OWNER { get; }
Property Value
CAP_KILL
public static int CAP_KILL { get; }
Property Value
CAP_LAST_CAP
public static int CAP_LAST_CAP { get; }
Property Value
CAP_LEASE
public static int CAP_LEASE { get; }
Property Value
CAP_LINUX_IMMUTABLE
public static int CAP_LINUX_IMMUTABLE { get; }
Property Value
CAP_MAC_ADMIN
public static int CAP_MAC_ADMIN { get; }
Property Value
CAP_MAC_OVERRIDE
public static int CAP_MAC_OVERRIDE { get; }
Property Value
CAP_MKNOD
public static int CAP_MKNOD { get; }
Property Value
CAP_NET_ADMIN
public static int CAP_NET_ADMIN { get; }
Property Value
CAP_NET_BIND_SERVICE
public static int CAP_NET_BIND_SERVICE { get; }
Property Value
CAP_NET_BROADCAST
public static int CAP_NET_BROADCAST { get; }
Property Value
CAP_NET_RAW
public static int CAP_NET_RAW { get; }
Property Value
CAP_SETFCAP
public static int CAP_SETFCAP { get; }
Property Value
CAP_SETGID
public static int CAP_SETGID { get; }
Property Value
CAP_SETPCAP
public static int CAP_SETPCAP { get; }
Property Value
CAP_SETUID
public static int CAP_SETUID { get; }
Property Value
CAP_SYSLOG
public static int CAP_SYSLOG { get; }
Property Value
CAP_SYS_ADMIN
public static int CAP_SYS_ADMIN { get; }
Property Value
CAP_SYS_BOOT
public static int CAP_SYS_BOOT { get; }
Property Value
CAP_SYS_CHROOT
public static int CAP_SYS_CHROOT { get; }
Property Value
CAP_SYS_MODULE
public static int CAP_SYS_MODULE { get; }
Property Value
CAP_SYS_NICE
public static int CAP_SYS_NICE { get; }
Property Value
CAP_SYS_PACCT
public static int CAP_SYS_PACCT { get; }
Property Value
CAP_SYS_PTRACE
public static int CAP_SYS_PTRACE { get; }
Property Value
CAP_SYS_RAWIO
public static int CAP_SYS_RAWIO { get; }
Property Value
CAP_SYS_RESOURCE
public static int CAP_SYS_RESOURCE { get; }
Property Value
CAP_SYS_TIME
public static int CAP_SYS_TIME { get; }
Property Value
CAP_SYS_TTY_CONFIG
public static int CAP_SYS_TTY_CONFIG { get; }
Property Value
CAP_WAKE_ALARM
public static int CAP_WAKE_ALARM { get; }
Property Value
E2BIG
public static int E2BIG { get; }
Property Value
EACCES
public static int EACCES { get; }
Property Value
EADDRINUSE
public static int EADDRINUSE { get; }
Property Value
EADDRNOTAVAIL
public static int EADDRNOTAVAIL { get; }
Property Value
EAFNOSUPPORT
public static int EAFNOSUPPORT { get; }
Property Value
EAGAIN
public static int EAGAIN { get; }
Property Value
EAI_AGAIN
public static int EAI_AGAIN { get; }
Property Value
EAI_BADFLAGS
public static int EAI_BADFLAGS { get; }
Property Value
EAI_FAIL
public static int EAI_FAIL { get; }
Property Value
EAI_FAMILY
public static int EAI_FAMILY { get; }
Property Value
EAI_MEMORY
public static int EAI_MEMORY { get; }
Property Value
EAI_NODATA
public static int EAI_NODATA { get; }
Property Value
EAI_NONAME
public static int EAI_NONAME { get; }
Property Value
EAI_OVERFLOW
public static int EAI_OVERFLOW { get; }
Property Value
EAI_SERVICE
public static int EAI_SERVICE { get; }
Property Value
EAI_SOCKTYPE
public static int EAI_SOCKTYPE { get; }
Property Value
EAI_SYSTEM
public static int EAI_SYSTEM { get; }
Property Value
EALREADY
public static int EALREADY { get; }
Property Value
EBADF
public static int EBADF { get; }
Property Value
EBADMSG
public static int EBADMSG { get; }
Property Value
EBUSY
public static int EBUSY { get; }
Property Value
ECANCELED
public static int ECANCELED { get; }
Property Value
ECHILD
public static int ECHILD { get; }
Property Value
ECONNABORTED
public static int ECONNABORTED { get; }
Property Value
ECONNREFUSED
public static int ECONNREFUSED { get; }
Property Value
ECONNRESET
public static int ECONNRESET { get; }
Property Value
EDEADLK
public static int EDEADLK { get; }
Property Value
EDESTADDRREQ
public static int EDESTADDRREQ { get; }
Property Value
EDOM
public static int EDOM { get; }
Property Value
EDQUOT
public static int EDQUOT { get; }
Property Value
EEXIST
public static int EEXIST { get; }
Property Value
EFAULT
public static int EFAULT { get; }
Property Value
EFBIG
public static int EFBIG { get; }
Property Value
EHOSTUNREACH
public static int EHOSTUNREACH { get; }
Property Value
EIDRM
public static int EIDRM { get; }
Property Value
EILSEQ
public static int EILSEQ { get; }
Property Value
EINPROGRESS
public static int EINPROGRESS { get; }
Property Value
EINTR
public static int EINTR { get; }
Property Value
EINVAL
public static int EINVAL { get; }
Property Value
EIO
public static int EIO { get; }
Property Value
EISCONN
public static int EISCONN { get; }
Property Value
EISDIR
public static int EISDIR { get; }
Property Value
ELOOP
public static int ELOOP { get; }
Property Value
EMFILE
public static int EMFILE { get; }
Property Value
EMLINK
public static int EMLINK { get; }
Property Value
EMSGSIZE
public static int EMSGSIZE { get; }
Property Value
EMULTIHOP
public static int EMULTIHOP { get; }
Property Value
ENAMETOOLONG
public static int ENAMETOOLONG { get; }
Property Value
ENETDOWN
public static int ENETDOWN { get; }
Property Value
ENETRESET
public static int ENETRESET { get; }
Property Value
ENETUNREACH
public static int ENETUNREACH { get; }
Property Value
ENFILE
public static int ENFILE { get; }
Property Value
ENOBUFS
public static int ENOBUFS { get; }
Property Value
ENODATA
public static int ENODATA { get; }
Property Value
ENODEV
public static int ENODEV { get; }
Property Value
ENOENT
public static int ENOENT { get; }
Property Value
ENOEXEC
public static int ENOEXEC { get; }
Property Value
ENOLCK
public static int ENOLCK { get; }
Property Value
ENOLINK
public static int ENOLINK { get; }
Property Value
ENOMEM
public static int ENOMEM { get; }
Property Value
ENOMSG
public static int ENOMSG { get; }
Property Value
ENONET
public static int ENONET { get; }
Property Value
ENOPROTOOPT
public static int ENOPROTOOPT { get; }
Property Value
ENOSPC
public static int ENOSPC { get; }
Property Value
ENOSR
public static int ENOSR { get; }
Property Value
ENOSTR
public static int ENOSTR { get; }
Property Value
ENOSYS
public static int ENOSYS { get; }
Property Value
ENOTCONN
public static int ENOTCONN { get; }
Property Value
ENOTDIR
public static int ENOTDIR { get; }
Property Value
ENOTEMPTY
public static int ENOTEMPTY { get; }
Property Value
ENOTSOCK
public static int ENOTSOCK { get; }
Property Value
ENOTSUP
public static int ENOTSUP { get; }
Property Value
ENOTTY
public static int ENOTTY { get; }
Property Value
ENXIO
public static int ENXIO { get; }
Property Value
EOPNOTSUPP
public static int EOPNOTSUPP { get; }
Property Value
EOVERFLOW
public static int EOVERFLOW { get; }
Property Value
EPERM
public static int EPERM { get; }
Property Value
EPIPE
public static int EPIPE { get; }
Property Value
EPROTO
public static int EPROTO { get; }
Property Value
EPROTONOSUPPORT
public static int EPROTONOSUPPORT { get; }
Property Value
EPROTOTYPE
public static int EPROTOTYPE { get; }
Property Value
ERANGE
public static int ERANGE { get; }
Property Value
EROFS
public static int EROFS { get; }
Property Value
ESPIPE
public static int ESPIPE { get; }
Property Value
ESRCH
public static int ESRCH { get; }
Property Value
ESTALE
public static int ESTALE { get; }
Property Value
ETH_P_ALL
public static int ETH_P_ALL { get; }
Property Value
ETH_P_ARP
public static int ETH_P_ARP { get; }
Property Value
ETH_P_IP
public static int ETH_P_IP { get; }
Property Value
ETH_P_IPV6
public static int ETH_P_IPV6 { get; }
Property Value
ETIME
public static int ETIME { get; }
Property Value
ETIMEDOUT
public static int ETIMEDOUT { get; }
Property Value
ETXTBSY
public static int ETXTBSY { get; }
Property Value
EXDEV
public static int EXDEV { get; }
Property Value
EXIT_FAILURE
public static int EXIT_FAILURE { get; }
Property Value
EXIT_SUCCESS
public static int EXIT_SUCCESS { get; }
Property Value
FD_CLOEXEC
public static int FD_CLOEXEC { get; }
Property Value
FIONREAD
public static int FIONREAD { get; }
Property Value
F_DUPFD
public static int F_DUPFD { get; }
Property Value
F_DUPFD_CLOEXEC
public static int F_DUPFD_CLOEXEC { get; }
Property Value
F_GETFD
public static int F_GETFD { get; }
Property Value
F_GETFL
public static int F_GETFL { get; }
Property Value
F_GETLK
public static int F_GETLK { get; }
Property Value
F_GETLK64
public static int F_GETLK64 { get; }
Property Value
F_GETOWN
public static int F_GETOWN { get; }
Property Value
F_OK
public static int F_OK { get; }
Property Value
F_RDLCK
public static int F_RDLCK { get; }
Property Value
F_SETFD
public static int F_SETFD { get; }
Property Value
F_SETFL
public static int F_SETFL { get; }
Property Value
F_SETLK
public static int F_SETLK { get; }
Property Value
F_SETLK64
public static int F_SETLK64 { get; }
Property Value
F_SETLKW
public static int F_SETLKW { get; }
Property Value
F_SETLKW64
public static int F_SETLKW64 { get; }
Property Value
F_SETOWN
public static int F_SETOWN { get; }
Property Value
F_UNLCK
public static int F_UNLCK { get; }
Property Value
F_WRLCK
public static int F_WRLCK { get; }
Property Value
ICMP6_ECHO_REPLY
public static int ICMP6_ECHO_REPLY { get; }
Property Value
ICMP6_ECHO_REQUEST
public static int ICMP6_ECHO_REQUEST { get; }
Property Value
ICMP_ECHO
public static int ICMP_ECHO { get; }
Property Value
ICMP_ECHOREPLY
public static int ICMP_ECHOREPLY { get; }
Property Value
IFA_F_DADFAILED
public static int IFA_F_DADFAILED { get; }
Property Value
IFA_F_DEPRECATED
public static int IFA_F_DEPRECATED { get; }
Property Value
IFA_F_HOMEADDRESS
public static int IFA_F_HOMEADDRESS { get; }
Property Value
IFA_F_MANAGETEMPADDR
public static int IFA_F_MANAGETEMPADDR { get; }
Property Value
IFA_F_NODAD
public static int IFA_F_NODAD { get; }
Property Value
IFA_F_NOPREFIXROUTE
public static int IFA_F_NOPREFIXROUTE { get; }
Property Value
IFA_F_OPTIMISTIC
public static int IFA_F_OPTIMISTIC { get; }
Property Value
IFA_F_PERMANENT
public static int IFA_F_PERMANENT { get; }
Property Value
IFA_F_SECONDARY
public static int IFA_F_SECONDARY { get; }
Property Value
IFA_F_TEMPORARY
public static int IFA_F_TEMPORARY { get; }
Property Value
IFA_F_TENTATIVE
public static int IFA_F_TENTATIVE { get; }
Property Value
IFF_ALLMULTI
public static int IFF_ALLMULTI { get; }
Property Value
IFF_AUTOMEDIA
public static int IFF_AUTOMEDIA { get; }
Property Value
IFF_BROADCAST
public static int IFF_BROADCAST { get; }
Property Value
IFF_DEBUG
public static int IFF_DEBUG { get; }
Property Value
IFF_DYNAMIC
public static int IFF_DYNAMIC { get; }
Property Value
IFF_LOOPBACK
public static int IFF_LOOPBACK { get; }
Property Value
IFF_MASTER
public static int IFF_MASTER { get; }
Property Value
IFF_MULTICAST
public static int IFF_MULTICAST { get; }
Property Value
IFF_NOARP
public static int IFF_NOARP { get; }
Property Value
IFF_NOTRAILERS
public static int IFF_NOTRAILERS { get; }
Property Value
IFF_POINTOPOINT
public static int IFF_POINTOPOINT { get; }
Property Value
IFF_PORTSEL
public static int IFF_PORTSEL { get; }
Property Value
IFF_PROMISC
public static int IFF_PROMISC { get; }
Property Value
IFF_RUNNING
public static int IFF_RUNNING { get; }
Property Value
IFF_SLAVE
public static int IFF_SLAVE { get; }
Property Value
IFF_UP
public static int IFF_UP { get; }
Property Value
IPPROTO_ESP
public static int IPPROTO_ESP { get; }
Property Value
IPPROTO_ICMP
public static int IPPROTO_ICMP { get; }
Property Value
IPPROTO_ICMPV6
public static int IPPROTO_ICMPV6 { get; }
Property Value
IPPROTO_IP
public static int IPPROTO_IP { get; }
Property Value
IPPROTO_IPV6
public static int IPPROTO_IPV6 { get; }
Property Value
IPPROTO_RAW
public static int IPPROTO_RAW { get; }
Property Value
IPPROTO_TCP
public static int IPPROTO_TCP { get; }
Property Value
IPPROTO_UDP
public static int IPPROTO_UDP { get; }
Property Value
IPV6_CHECKSUM
public static int IPV6_CHECKSUM { get; }
Property Value
IPV6_MULTICAST_HOPS
public static int IPV6_MULTICAST_HOPS { get; }
Property Value
IPV6_MULTICAST_IF
public static int IPV6_MULTICAST_IF { get; }
Property Value
IPV6_MULTICAST_LOOP
public static int IPV6_MULTICAST_LOOP { get; }
Property Value
IPV6_PKTINFO
public static int IPV6_PKTINFO { get; }
Property Value
IPV6_RECVDSTOPTS
public static int IPV6_RECVDSTOPTS { get; }
Property Value
IPV6_RECVHOPLIMIT
public static int IPV6_RECVHOPLIMIT { get; }
Property Value
IPV6_RECVHOPOPTS
public static int IPV6_RECVHOPOPTS { get; }
Property Value
IPV6_RECVPKTINFO
public static int IPV6_RECVPKTINFO { get; }
Property Value
IPV6_RECVRTHDR
public static int IPV6_RECVRTHDR { get; }
Property Value
IPV6_RECVTCLASS
public static int IPV6_RECVTCLASS { get; }
Property Value
IPV6_TCLASS
public static int IPV6_TCLASS { get; }
Property Value
IPV6_UNICAST_HOPS
public static int IPV6_UNICAST_HOPS { get; }
Property Value
IPV6_V6ONLY
public static int IPV6_V6ONLY { get; }
Property Value
IP_MULTICAST_IF
public static int IP_MULTICAST_IF { get; }
Property Value
IP_MULTICAST_LOOP
public static int IP_MULTICAST_LOOP { get; }
Property Value
IP_MULTICAST_TTL
public static int IP_MULTICAST_TTL { get; }
Property Value
IP_TOS
public static int IP_TOS { get; }
Property Value
IP_TTL
public static int IP_TTL { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
MAP_ANONYMOUS
public static int MAP_ANONYMOUS { get; }
Property Value
MAP_FIXED
public static int MAP_FIXED { get; }
Property Value
MAP_PRIVATE
public static int MAP_PRIVATE { get; }
Property Value
MAP_SHARED
public static int MAP_SHARED { get; }
Property Value
MCAST_BLOCK_SOURCE
public static int MCAST_BLOCK_SOURCE { get; }
Property Value
MCAST_JOIN_GROUP
public static int MCAST_JOIN_GROUP { get; }
Property Value
MCAST_JOIN_SOURCE_GROUP
public static int MCAST_JOIN_SOURCE_GROUP { get; }
Property Value
MCAST_LEAVE_GROUP
public static int MCAST_LEAVE_GROUP { get; }
Property Value
MCAST_LEAVE_SOURCE_GROUP
public static int MCAST_LEAVE_SOURCE_GROUP { get; }
Property Value
MCAST_UNBLOCK_SOURCE
public static int MCAST_UNBLOCK_SOURCE { get; }
Property Value
MCL_CURRENT
public static int MCL_CURRENT { get; }
Property Value
MCL_FUTURE
public static int MCL_FUTURE { get; }
Property Value
MFD_CLOEXEC
public static int MFD_CLOEXEC { get; }
Property Value
MSG_CTRUNC
public static int MSG_CTRUNC { get; }
Property Value
MSG_DONTROUTE
public static int MSG_DONTROUTE { get; }
Property Value
MSG_EOR
public static int MSG_EOR { get; }
Property Value
MSG_OOB
public static int MSG_OOB { get; }
Property Value
MSG_PEEK
public static int MSG_PEEK { get; }
Property Value
MSG_TRUNC
public static int MSG_TRUNC { get; }
Property Value
MSG_WAITALL
public static int MSG_WAITALL { get; }
Property Value
MS_ASYNC
public static int MS_ASYNC { get; }
Property Value
MS_INVALIDATE
public static int MS_INVALIDATE { get; }
Property Value
MS_SYNC
public static int MS_SYNC { get; }
Property Value
NETLINK_INET_DIAG
public static int NETLINK_INET_DIAG { get; }
Property Value
NETLINK_NETFILTER
public static int NETLINK_NETFILTER { get; }
Property Value
NETLINK_ROUTE
public static int NETLINK_ROUTE { get; }
Property Value
NETLINK_XFRM
public static int NETLINK_XFRM { get; }
Property Value
NI_DGRAM
public static int NI_DGRAM { get; }
Property Value
NI_NAMEREQD
public static int NI_NAMEREQD { get; }
Property Value
NI_NOFQDN
public static int NI_NOFQDN { get; }
Property Value
NI_NUMERICHOST
public static int NI_NUMERICHOST { get; }
Property Value
NI_NUMERICSERV
public static int NI_NUMERICSERV { get; }
Property Value
O_ACCMODE
public static int O_ACCMODE { get; }
Property Value
O_APPEND
public static int O_APPEND { get; }
Property Value
O_CLOEXEC
public static int O_CLOEXEC { get; }
Property Value
O_CREAT
public static int O_CREAT { get; }
Property Value
O_DSYNC
public static int O_DSYNC { get; }
Property Value
O_EXCL
public static int O_EXCL { get; }
Property Value
O_NOCTTY
public static int O_NOCTTY { get; }
Property Value
O_NOFOLLOW
public static int O_NOFOLLOW { get; }
Property Value
O_NONBLOCK
public static int O_NONBLOCK { get; }
Property Value
O_RDONLY
public static int O_RDONLY { get; }
Property Value
O_RDWR
public static int O_RDWR { get; }
Property Value
O_SYNC
public static int O_SYNC { get; }
Property Value
O_TRUNC
public static int O_TRUNC { get; }
Property Value
O_WRONLY
public static int O_WRONLY { get; }
Property Value
PACKET_IGNORE_OUTGOING
public static int PACKET_IGNORE_OUTGOING { get; }
Property Value
POLLERR
public static int POLLERR { get; }
Property Value
POLLHUP
public static int POLLHUP { get; }
Property Value
POLLIN
public static int POLLIN { get; }
Property Value
POLLNVAL
public static int POLLNVAL { get; }
Property Value
POLLOUT
public static int POLLOUT { get; }
Property Value
POLLPRI
public static int POLLPRI { get; }
Property Value
POLLRDBAND
public static int POLLRDBAND { get; }
Property Value
POLLRDNORM
public static int POLLRDNORM { get; }
Property Value
POLLWRBAND
public static int POLLWRBAND { get; }
Property Value
POLLWRNORM
public static int POLLWRNORM { get; }
Property Value
PROT_EXEC
public static int PROT_EXEC { get; }
Property Value
PROT_NONE
public static int PROT_NONE { get; }
Property Value
PROT_READ
public static int PROT_READ { get; }
Property Value
PROT_WRITE
public static int PROT_WRITE { get; }
Property Value
PR_GET_DUMPABLE
public static int PR_GET_DUMPABLE { get; }
Property Value
PR_SET_DUMPABLE
public static int PR_SET_DUMPABLE { get; }
Property Value
PR_SET_NO_NEW_PRIVS
public static int PR_SET_NO_NEW_PRIVS { get; }
Property Value
RTMGRP_NEIGH
public static int RTMGRP_NEIGH { get; }
Property Value
RT_SCOPE_HOST
public static int RT_SCOPE_HOST { get; }
Property Value
RT_SCOPE_LINK
public static int RT_SCOPE_LINK { get; }
Property Value
RT_SCOPE_NOWHERE
public static int RT_SCOPE_NOWHERE { get; }
Property Value
RT_SCOPE_SITE
public static int RT_SCOPE_SITE { get; }
Property Value
RT_SCOPE_UNIVERSE
public static int RT_SCOPE_UNIVERSE { get; }
Property Value
R_OK
public static int R_OK { get; }
Property Value
SEEK_CUR
public static int SEEK_CUR { get; }
Property Value
SEEK_END
public static int SEEK_END { get; }
Property Value
SEEK_SET
public static int SEEK_SET { get; }
Property Value
SHUT_RD
public static int SHUT_RD { get; }
Property Value
SHUT_RDWR
public static int SHUT_RDWR { get; }
Property Value
SHUT_WR
public static int SHUT_WR { get; }
Property Value
SIGABRT
public static int SIGABRT { get; }
Property Value
SIGALRM
public static int SIGALRM { get; }
Property Value
SIGBUS
public static int SIGBUS { get; }
Property Value
SIGCHLD
public static int SIGCHLD { get; }
Property Value
SIGCONT
public static int SIGCONT { get; }
Property Value
SIGFPE
public static int SIGFPE { get; }
Property Value
SIGHUP
public static int SIGHUP { get; }
Property Value
SIGILL
public static int SIGILL { get; }
Property Value
SIGINT
public static int SIGINT { get; }
Property Value
SIGIO
public static int SIGIO { get; }
Property Value
SIGKILL
public static int SIGKILL { get; }
Property Value
SIGPIPE
public static int SIGPIPE { get; }
Property Value
SIGPROF
public static int SIGPROF { get; }
Property Value
SIGPWR
public static int SIGPWR { get; }
Property Value
SIGQUIT
public static int SIGQUIT { get; }
Property Value
SIGRTMAX
public static int SIGRTMAX { get; }
Property Value
SIGRTMIN
public static int SIGRTMIN { get; }
Property Value
SIGSEGV
public static int SIGSEGV { get; }
Property Value
SIGSTKFLT
public static int SIGSTKFLT { get; }
Property Value
SIGSTOP
public static int SIGSTOP { get; }
Property Value
SIGSYS
public static int SIGSYS { get; }
Property Value
SIGTERM
public static int SIGTERM { get; }
Property Value
SIGTRAP
public static int SIGTRAP { get; }
Property Value
SIGTSTP
public static int SIGTSTP { get; }
Property Value
SIGTTIN
public static int SIGTTIN { get; }
Property Value
SIGTTOU
public static int SIGTTOU { get; }
Property Value
SIGURG
public static int SIGURG { get; }
Property Value
SIGUSR1
public static int SIGUSR1 { get; }
Property Value
SIGUSR2
public static int SIGUSR2 { get; }
Property Value
SIGVTALRM
public static int SIGVTALRM { get; }
Property Value
SIGWINCH
public static int SIGWINCH { get; }
Property Value
SIGXCPU
public static int SIGXCPU { get; }
Property Value
SIGXFSZ
public static int SIGXFSZ { get; }
Property Value
SIOCGIFADDR
public static int SIOCGIFADDR { get; }
Property Value
SIOCGIFBRDADDR
public static int SIOCGIFBRDADDR { get; }
Property Value
SIOCGIFDSTADDR
public static int SIOCGIFDSTADDR { get; }
Property Value
SIOCGIFNETMASK
public static int SIOCGIFNETMASK { get; }
Property Value
SOCK_CLOEXEC
public static int SOCK_CLOEXEC { get; }
Property Value
SOCK_DGRAM
public static int SOCK_DGRAM { get; }
Property Value
SOCK_NONBLOCK
public static int SOCK_NONBLOCK { get; }
Property Value
SOCK_RAW
public static int SOCK_RAW { get; }
Property Value
SOCK_SEQPACKET
public static int SOCK_SEQPACKET { get; }
Property Value
SOCK_STREAM
public static int SOCK_STREAM { get; }
Property Value
SOL_PACKET
public static int SOL_PACKET { get; }
Property Value
SOL_SOCKET
public static int SOL_SOCKET { get; }
Property Value
SOL_UDP
public static int SOL_UDP { get; }
Property Value
SO_BINDTODEVICE
public static int SO_BINDTODEVICE { get; }
Property Value
SO_BROADCAST
public static int SO_BROADCAST { get; }
Property Value
SO_DEBUG
public static int SO_DEBUG { get; }
Property Value
SO_DONTROUTE
public static int SO_DONTROUTE { get; }
Property Value
SO_ERROR
public static int SO_ERROR { get; }
Property Value
SO_KEEPALIVE
public static int SO_KEEPALIVE { get; }
Property Value
SO_LINGER
public static int SO_LINGER { get; }
Property Value
SO_OOBINLINE
public static int SO_OOBINLINE { get; }
Property Value
SO_PASSCRED
public static int SO_PASSCRED { get; }
Property Value
SO_PEERCRED
public static int SO_PEERCRED { get; }
Property Value
SO_RCVBUF
public static int SO_RCVBUF { get; }
Property Value
SO_RCVLOWAT
public static int SO_RCVLOWAT { get; }
Property Value
SO_RCVTIMEO
public static int SO_RCVTIMEO { get; }
Property Value
SO_REUSEADDR
public static int SO_REUSEADDR { get; }
Property Value
SO_SNDBUF
public static int SO_SNDBUF { get; }
Property Value
SO_SNDLOWAT
public static int SO_SNDLOWAT { get; }
Property Value
SO_SNDTIMEO
public static int SO_SNDTIMEO { get; }
Property Value
SO_TYPE
public static int SO_TYPE { get; }
Property Value
STDERR_FILENO
public static int STDERR_FILENO { get; }
Property Value
STDIN_FILENO
public static int STDIN_FILENO { get; }
Property Value
STDOUT_FILENO
public static int STDOUT_FILENO { get; }
Property Value
ST_MANDLOCK
public static int ST_MANDLOCK { get; }
Property Value
ST_NOATIME
public static int ST_NOATIME { get; }
Property Value
ST_NODEV
public static int ST_NODEV { get; }
Property Value
ST_NODIRATIME
public static int ST_NODIRATIME { get; }
Property Value
ST_NOEXEC
public static int ST_NOEXEC { get; }
Property Value
ST_NOSUID
public static int ST_NOSUID { get; }
Property Value
ST_RDONLY
public static int ST_RDONLY { get; }
Property Value
ST_RELATIME
public static int ST_RELATIME { get; }
Property Value
ST_SYNCHRONOUS
public static int ST_SYNCHRONOUS { get; }
Property Value
S_IFBLK
public static int S_IFBLK { get; }
Property Value
S_IFCHR
public static int S_IFCHR { get; }
Property Value
S_IFDIR
public static int S_IFDIR { get; }
Property Value
S_IFIFO
public static int S_IFIFO { get; }
Property Value
S_IFLNK
public static int S_IFLNK { get; }
Property Value
S_IFMT
public static int S_IFMT { get; }
Property Value
S_IFREG
public static int S_IFREG { get; }
Property Value
S_IFSOCK
public static int S_IFSOCK { get; }
Property Value
S_IRGRP
public static int S_IRGRP { get; }
Property Value
S_IROTH
public static int S_IROTH { get; }
Property Value
S_IRUSR
public static int S_IRUSR { get; }
Property Value
S_IRWXG
public static int S_IRWXG { get; }
Property Value
S_IRWXO
public static int S_IRWXO { get; }
Property Value
S_IRWXU
public static int S_IRWXU { get; }
Property Value
S_ISGID
public static int S_ISGID { get; }
Property Value
S_ISUID
public static int S_ISUID { get; }
Property Value
S_ISVTX
public static int S_ISVTX { get; }
Property Value
S_IWGRP
public static int S_IWGRP { get; }
Property Value
S_IWOTH
public static int S_IWOTH { get; }
Property Value
S_IWUSR
public static int S_IWUSR { get; }
Property Value
S_IXGRP
public static int S_IXGRP { get; }
Property Value
S_IXOTH
public static int S_IXOTH { get; }
Property Value
S_IXUSR
public static int S_IXUSR { get; }
Property Value
TCP_NODELAY
public static int TCP_NODELAY { get; }
Property Value
TCP_USER_TIMEOUT
public static int TCP_USER_TIMEOUT { get; }
Property Value
UDP_GRO
public static int UDP_GRO { get; }
Property Value
UDP_SEGMENT
public static int UDP_SEGMENT { get; }
Property Value
VMADDR_CID_ANY
public static int VMADDR_CID_ANY { get; }
Property Value
VMADDR_CID_HOST
public static int VMADDR_CID_HOST { get; }
Property Value
VMADDR_CID_LOCAL
public static int VMADDR_CID_LOCAL { get; }
Property Value
VMADDR_PORT_ANY
public static int VMADDR_PORT_ANY { get; }
Property Value
WCONTINUED
public static int WCONTINUED { get; }
Property Value
WEXITED
public static int WEXITED { get; }
Property Value
WNOHANG
public static int WNOHANG { get; }
Property Value
WNOWAIT
public static int WNOWAIT { get; }
Property Value
WSTOPPED
public static int WSTOPPED { get; }
Property Value
WUNTRACED
public static int WUNTRACED { get; }
Property Value
W_OK
public static int W_OK { get; }
Property Value
X_OK
public static int X_OK { get; }
Property Value
_SC_2_CHAR_TERM
public static int _SC_2_CHAR_TERM { get; }
Property Value
_SC_2_C_BIND
public static int _SC_2_C_BIND { get; }
Property Value
_SC_2_C_DEV
public static int _SC_2_C_DEV { get; }
Property Value
_SC_2_C_VERSION
public static int _SC_2_C_VERSION { get; }
Property Value
_SC_2_FORT_DEV
public static int _SC_2_FORT_DEV { get; }
Property Value
_SC_2_FORT_RUN
public static int _SC_2_FORT_RUN { get; }
Property Value
_SC_2_LOCALEDEF
public static int _SC_2_LOCALEDEF { get; }
Property Value
_SC_2_SW_DEV
public static int _SC_2_SW_DEV { get; }
Property Value
_SC_2_UPE
public static int _SC_2_UPE { get; }
Property Value
_SC_2_VERSION
public static int _SC_2_VERSION { get; }
Property Value
_SC_AIO_LISTIO_MAX
public static int _SC_AIO_LISTIO_MAX { get; }
Property Value
_SC_AIO_MAX
public static int _SC_AIO_MAX { get; }
Property Value
_SC_AIO_PRIO_DELTA_MAX
public static int _SC_AIO_PRIO_DELTA_MAX { get; }
Property Value
_SC_ARG_MAX
public static int _SC_ARG_MAX { get; }
Property Value
_SC_ASYNCHRONOUS_IO
public static int _SC_ASYNCHRONOUS_IO { get; }
Property Value
_SC_ATEXIT_MAX
public static int _SC_ATEXIT_MAX { get; }
Property Value
_SC_AVPHYS_PAGES
public static int _SC_AVPHYS_PAGES { get; }
Property Value
_SC_BC_BASE_MAX
public static int _SC_BC_BASE_MAX { get; }
Property Value
_SC_BC_DIM_MAX
public static int _SC_BC_DIM_MAX { get; }
Property Value
_SC_BC_SCALE_MAX
public static int _SC_BC_SCALE_MAX { get; }
Property Value
_SC_BC_STRING_MAX
public static int _SC_BC_STRING_MAX { get; }
Property Value
_SC_CHILD_MAX
public static int _SC_CHILD_MAX { get; }
Property Value
_SC_CLK_TCK
public static int _SC_CLK_TCK { get; }
Property Value
_SC_COLL_WEIGHTS_MAX
public static int _SC_COLL_WEIGHTS_MAX { get; }
Property Value
_SC_DELAYTIMER_MAX
public static int _SC_DELAYTIMER_MAX { get; }
Property Value
_SC_EXPR_NEST_MAX
public static int _SC_EXPR_NEST_MAX { get; }
Property Value
_SC_FSYNC
public static int _SC_FSYNC { get; }
Property Value
_SC_GETGR_R_SIZE_MAX
public static int _SC_GETGR_R_SIZE_MAX { get; }
Property Value
_SC_GETPW_R_SIZE_MAX
public static int _SC_GETPW_R_SIZE_MAX { get; }
Property Value
_SC_IOV_MAX
public static int _SC_IOV_MAX { get; }
Property Value
_SC_JOB_CONTROL
public static int _SC_JOB_CONTROL { get; }
Property Value
_SC_LINE_MAX
public static int _SC_LINE_MAX { get; }
Property Value
_SC_LOGIN_NAME_MAX
public static int _SC_LOGIN_NAME_MAX { get; }
Property Value
_SC_MAPPED_FILES
public static int _SC_MAPPED_FILES { get; }
Property Value
_SC_MEMLOCK
public static int _SC_MEMLOCK { get; }
Property Value
_SC_MEMLOCK_RANGE
public static int _SC_MEMLOCK_RANGE { get; }
Property Value
_SC_MEMORY_PROTECTION
public static int _SC_MEMORY_PROTECTION { get; }
Property Value
_SC_MESSAGE_PASSING
public static int _SC_MESSAGE_PASSING { get; }
Property Value
_SC_MQ_OPEN_MAX
public static int _SC_MQ_OPEN_MAX { get; }
Property Value
_SC_MQ_PRIO_MAX
public static int _SC_MQ_PRIO_MAX { get; }
Property Value
_SC_NGROUPS_MAX
public static int _SC_NGROUPS_MAX { get; }
Property Value
_SC_NPROCESSORS_CONF
public static int _SC_NPROCESSORS_CONF { get; }
Property Value
_SC_NPROCESSORS_ONLN
public static int _SC_NPROCESSORS_ONLN { get; }
Property Value
_SC_OPEN_MAX
public static int _SC_OPEN_MAX { get; }
Property Value
_SC_PAGESIZE
public static int _SC_PAGESIZE { get; }
Property Value
_SC_PAGE_SIZE
public static int _SC_PAGE_SIZE { get; }
Property Value
_SC_PASS_MAX
public static int _SC_PASS_MAX { get; }
Property Value
_SC_PHYS_PAGES
public static int _SC_PHYS_PAGES { get; }
Property Value
_SC_PRIORITIZED_IO
public static int _SC_PRIORITIZED_IO { get; }
Property Value
_SC_PRIORITY_SCHEDULING
public static int _SC_PRIORITY_SCHEDULING { get; }
Property Value
_SC_REALTIME_SIGNALS
public static int _SC_REALTIME_SIGNALS { get; }
Property Value
_SC_RE_DUP_MAX
public static int _SC_RE_DUP_MAX { get; }
Property Value
_SC_RTSIG_MAX
public static int _SC_RTSIG_MAX { get; }
Property Value
_SC_SAVED_IDS
public static int _SC_SAVED_IDS { get; }
Property Value
_SC_SEMAPHORES
public static int _SC_SEMAPHORES { get; }
Property Value
_SC_SEM_NSEMS_MAX
public static int _SC_SEM_NSEMS_MAX { get; }
Property Value
_SC_SEM_VALUE_MAX
public static int _SC_SEM_VALUE_MAX { get; }
Property Value
_SC_SHARED_MEMORY_OBJECTS
public static int _SC_SHARED_MEMORY_OBJECTS { get; }
Property Value
_SC_SIGQUEUE_MAX
public static int _SC_SIGQUEUE_MAX { get; }
Property Value
_SC_STREAM_MAX
public static int _SC_STREAM_MAX { get; }
Property Value
_SC_SYNCHRONIZED_IO
public static int _SC_SYNCHRONIZED_IO { get; }
Property Value
_SC_THREADS
public static int _SC_THREADS { get; }
Property Value
_SC_THREAD_ATTR_STACKADDR
public static int _SC_THREAD_ATTR_STACKADDR { get; }
Property Value
_SC_THREAD_ATTR_STACKSIZE
public static int _SC_THREAD_ATTR_STACKSIZE { get; }
Property Value
_SC_THREAD_DESTRUCTOR_ITERATIONS
public static int _SC_THREAD_DESTRUCTOR_ITERATIONS { get; }
Property Value
_SC_THREAD_KEYS_MAX
public static int _SC_THREAD_KEYS_MAX { get; }
Property Value
_SC_THREAD_PRIORITY_SCHEDULING
public static int _SC_THREAD_PRIORITY_SCHEDULING { get; }
Property Value
_SC_THREAD_PRIO_INHERIT
public static int _SC_THREAD_PRIO_INHERIT { get; }
Property Value
_SC_THREAD_PRIO_PROTECT
public static int _SC_THREAD_PRIO_PROTECT { get; }
Property Value
_SC_THREAD_SAFE_FUNCTIONS
public static int _SC_THREAD_SAFE_FUNCTIONS { get; }
Property Value
_SC_THREAD_STACK_MIN
public static int _SC_THREAD_STACK_MIN { get; }
Property Value
_SC_THREAD_THREADS_MAX
public static int _SC_THREAD_THREADS_MAX { get; }
Property Value
_SC_TIMERS
public static int _SC_TIMERS { get; }
Property Value
_SC_TIMER_MAX
public static int _SC_TIMER_MAX { get; }
Property Value
_SC_TTY_NAME_MAX
public static int _SC_TTY_NAME_MAX { get; }
Property Value
_SC_TZNAME_MAX
public static int _SC_TZNAME_MAX { get; }
Property Value
_SC_VERSION
public static int _SC_VERSION { get; }
Property Value
_SC_XBS5_ILP32_OFF32
public static int _SC_XBS5_ILP32_OFF32 { get; }
Property Value
_SC_XBS5_ILP32_OFFBIG
public static int _SC_XBS5_ILP32_OFFBIG { get; }
Property Value
_SC_XBS5_LP64_OFF64
public static int _SC_XBS5_LP64_OFF64 { get; }
Property Value
_SC_XBS5_LPBIG_OFFBIG
public static int _SC_XBS5_LPBIG_OFFBIG { get; }
Property Value
_SC_XOPEN_CRYPT
public static int _SC_XOPEN_CRYPT { get; }
Property Value
_SC_XOPEN_ENH_I18N
public static int _SC_XOPEN_ENH_I18N { get; }
Property Value
_SC_XOPEN_LEGACY
public static int _SC_XOPEN_LEGACY { get; }
Property Value
_SC_XOPEN_REALTIME
public static int _SC_XOPEN_REALTIME { get; }
Property Value
_SC_XOPEN_REALTIME_THREADS
public static int _SC_XOPEN_REALTIME_THREADS { get; }
Property Value
_SC_XOPEN_SHM
public static int _SC_XOPEN_SHM { get; }
Property Value
_SC_XOPEN_UNIX
public static int _SC_XOPEN_UNIX { get; }
Property Value
_SC_XOPEN_VERSION
public static int _SC_XOPEN_VERSION { get; }
Property Value
_SC_XOPEN_XCU_VERSION
public static int _SC_XOPEN_XCU_VERSION { get; }
Property Value
Methods
ErrnoName(int)
public static String ErrnoName(int arg0)
Parameters
Returns
GaiName(int)
public static String GaiName(int arg0)
Parameters
Returns
S_ISBLK(int)
public static bool S_ISBLK(int arg0)
Parameters
Returns
S_ISCHR(int)
public static bool S_ISCHR(int arg0)
Parameters
Returns
S_ISDIR(int)
public static bool S_ISDIR(int arg0)
Parameters
Returns
S_ISFIFO(int)
public static bool S_ISFIFO(int arg0)
Parameters
Returns
S_ISLNK(int)
public static bool S_ISLNK(int arg0)
Parameters
Returns
S_ISREG(int)
public static bool S_ISREG(int arg0)
Parameters
Returns
S_ISSOCK(int)
public static bool S_ISSOCK(int arg0)
Parameters
Returns
WCOREDUMP(int)
public static bool WCOREDUMP(int arg0)
Parameters
Returns
WEXITSTATUS(int)
public static int WEXITSTATUS(int arg0)
Parameters
Returns
WIFEXITED(int)
public static bool WIFEXITED(int arg0)
Parameters
Returns
WIFSIGNALED(int)
public static bool WIFSIGNALED(int arg0)
Parameters
Returns
WIFSTOPPED(int)
public static bool WIFSTOPPED(int arg0)
Parameters
Returns
WSTOPSIG(int)
public static int WSTOPSIG(int arg0)
Parameters
Returns
WTERMSIG(int)
public static int WTERMSIG(int arg0)