terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Interop Class Reference
+ Collaboration diagram for Interop:

Classes

struct  ErrorInfo
 
class  NetSecurityNative
 
class  Sys
 

Package Types

enum  Error {
  SUCCESS , E2BIG = 65537 , EACCES , EADDRINUSE ,
  EADDRNOTAVAIL , EAFNOSUPPORT , EAGAIN , EALREADY ,
  EBADF , EBADMSG , EBUSY , ECANCELED ,
  ECHILD , ECONNABORTED , ECONNREFUSED , ECONNRESET ,
  EDEADLK , EDESTADDRREQ , EDOM , EDQUOT ,
  EEXIST , EFAULT , EFBIG , EHOSTUNREACH ,
  EIDRM , EILSEQ , EINPROGRESS , EINTR ,
  EINVAL , EIO , EISCONN , EISDIR ,
  ELOOP , EMFILE , EMLINK , EMSGSIZE ,
  EMULTIHOP , ENAMETOOLONG , ENETDOWN , ENETRESET ,
  ENETUNREACH , ENFILE , ENOBUFS , ENODEV = 65580 ,
  ENOENT , ENOEXEC , ENOLCK , ENOLINK ,
  ENOMEM , ENOMSG , ENOPROTOOPT , ENOSPC ,
  ENOSYS = 65591 , ENOTCONN , ENOTDIR , ENOTEMPTY ,
  ENOTSOCK = 65596 , ENOTSUP , ENOTTY , ENXIO ,
  EOVERFLOW , EPERM = 65602 , EPIPE , EPROTO ,
  EPROTONOSUPPORT , EPROTOTYPE , ERANGE , EROFS ,
  ESPIPE , ESRCH , ESTALE , ETIMEDOUT = 65613 ,
  ETXTBSY , EXDEV , ESOCKTNOSUPPORT = 65630 , EPFNOSUPPORT = 65632 ,
  ESHUTDOWN = 65644 , EHOSTDOWN = 65648 , ENODATA , EOPNOTSUPP = 65597 ,
  EWOULDBLOCK = 65542
}
 

Static Package Functions

static long CheckIo (long result, string path=null, bool isDirectory=false, global::System.Func< global::Interop.ErrorInfo, global::Interop.ErrorInfo > errorRewriter=null)
 
static int CheckIo (int result, string path=null, bool isDirectory=false, global::System.Func< global::Interop.ErrorInfo, global::Interop.ErrorInfo > errorRewriter=null)
 
static unsafe global::System.Exception GetExceptionForIoErrno (global::Interop.ErrorInfo errorInfo, string path=null, bool isDirectory=false)
 
static global::System.Exception GetIOException (global::Interop.ErrorInfo errorInfo)
 
static unsafe void GetRandomBytes (byte *buffer, int length)
 

Static Private Member Functions

static void ThrowExceptionForIoErrno (global::Interop.ErrorInfo errorInfo, string path, bool isDirectory, global::System.Func< global::Interop.ErrorInfo, global::Interop.ErrorInfo > errorRewriter)
 

Detailed Description

Definition at line 13 of file Interop.cs.


The documentation for this class was generated from the following file: