terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
DllImportAttribute (string dllName) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
virtual bool | Match (object obj) |
virtual bool | IsDefaultAttribute () |
Public Attributes | |
string | EntryPoint |
CharSet | CharSet |
bool | SetLastError |
bool | ExactSpelling |
bool | PreserveSig |
CallingConvention | CallingConvention |
bool | BestFitMapping |
bool | ThrowOnUnmappableChar |
Package Functions | |
DllImportAttribute (string dllName, string entryPoint, CharSet charSet, bool exactSpelling, bool setLastError, bool preserveSig, CallingConvention callingConvention, bool bestFitMapping, bool throwOnUnmappableChar) | |
Static Package Functions | |
static Attribute | GetCustomAttribute (RuntimeMethodInfo method) |
static bool | IsDefined (RuntimeMethodInfo method) |
Package Attributes | |
string | _val |
Properties | |
string | Value [get] |
virtual object | TypeId [get] |
Static Private Member Functions | |
static Attribute[] | InternalGetCustomAttributes (PropertyInfo element, Type type, bool inherit) |
static Attribute[] | InternalGetCustomAttributes (EventInfo element, Type type, bool inherit) |
static Attribute[] | InternalParamGetCustomAttributes (ParameterInfo parameter, Type attributeType, bool inherit) |
static bool | InternalIsDefined (PropertyInfo element, Type attributeType, bool inherit) |
static bool | InternalIsDefined (EventInfo element, Type attributeType, bool inherit) |
static bool | AreFieldValuesEqual (object thisValue, object thatValue) |
Definition at line 10 of file DllImportAttribute.cs.