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
VarEnum.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Runtime
 
namespace  System.Runtime.InteropServices
 

Enumerations

enum  System.Runtime.InteropServices.VarEnum {
  System.Runtime.InteropServices.VT_EMPTY , System.Runtime.InteropServices.VT_NULL , System.Runtime.InteropServices.VT_I2 , System.Runtime.InteropServices.VT_I4 ,
  System.Runtime.InteropServices.VT_R4 , System.Runtime.InteropServices.VT_R8 , System.Runtime.InteropServices.VT_CY , System.Runtime.InteropServices.VT_DATE ,
  System.Runtime.InteropServices.VT_BSTR , System.Runtime.InteropServices.VT_DISPATCH , System.Runtime.InteropServices.VT_ERROR , System.Runtime.InteropServices.VT_BOOL ,
  System.Runtime.InteropServices.VT_VARIANT , System.Runtime.InteropServices.VT_UNKNOWN , System.Runtime.InteropServices.VT_DECIMAL , System.Runtime.InteropServices.VT_I1 = 16 ,
  System.Runtime.InteropServices.VT_UI1 , System.Runtime.InteropServices.VT_UI2 , System.Runtime.InteropServices.VT_UI4 , System.Runtime.InteropServices.VT_I8 ,
  System.Runtime.InteropServices.VT_UI8 , System.Runtime.InteropServices.VT_INT , System.Runtime.InteropServices.VT_UINT , System.Runtime.InteropServices.VT_VOID ,
  System.Runtime.InteropServices.VT_HRESULT , System.Runtime.InteropServices.VT_PTR , System.Runtime.InteropServices.VT_SAFEARRAY , System.Runtime.InteropServices.VT_CARRAY ,
  System.Runtime.InteropServices.VT_USERDEFINED , System.Runtime.InteropServices.VT_LPSTR , System.Runtime.InteropServices.VT_LPWSTR , System.Runtime.InteropServices.VT_RECORD = 36 ,
  System.Runtime.InteropServices.VT_FILETIME = 64 , System.Runtime.InteropServices.VT_BLOB , System.Runtime.InteropServices.VT_STREAM , System.Runtime.InteropServices.VT_STORAGE ,
  System.Runtime.InteropServices.VT_STREAMED_OBJECT , System.Runtime.InteropServices.VT_STORED_OBJECT , System.Runtime.InteropServices.VT_BLOB_OBJECT , System.Runtime.InteropServices.VT_CF ,
  System.Runtime.InteropServices.VT_CLSID , System.Runtime.InteropServices.VT_VECTOR = 4096 , System.Runtime.InteropServices.VT_ARRAY = 8192 , System.Runtime.InteropServices.VT_BYREF = 16384
}