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
|
Classes | |
class | ResolveEventHolder |
Static Public Member Functions | |
static Assembly | GetAssembly (global::System.Type type) |
static Assembly | Load (string assemblyString) |
static Assembly | ReflectionOnlyLoad (string assemblyString) |
static Assembly | LoadWithPartialName (string partialName, global::System.Security.Policy.Evidence securityEvidence) |
static bool | operator== (Assembly left, Assembly right) |
static bool | operator!= (Assembly left, Assembly right) |
Package Functions | |
global::System.IO.Stream | GetManifestResourceStream (global::System.Type type, string name, bool skipSecurityCheck, ref global::System.Threading.StackCrawlMark stackMark) |
global::System.IO.Stream | GetManifestResourceStream (string name, ref global::System.Threading.StackCrawlMark stackMark, bool skipSecurityCheck) |
string | GetSimpleName () |
byte[] | GetPublicKey () |
global::System.Version | GetVersion () |
virtual global::System.Type[] | GetTypes (bool exportedOnly) |
global::System.Type | InternalGetType (Module module, string name, bool throwOnError, bool ignoreCase) |
RuntimeAssembly | InternalGetSatelliteAssembly (string name, global::System.Globalization.CultureInfo culture, global::System.Version version, bool throwOnFileNotFound, ref global::System.Threading.StackCrawlMark stackMark) |
virtual Module[] | GetModulesInternal () |
Static Package Functions | |
static Assembly | LoadWithPartialName (string partialName, global::System.Security.Policy.Evidence securityEvidence, bool oldBehavior) |
Properties | |
virtual string | CodeBase [get, set] |
virtual string | EscapedCodeBase [get, set] |
virtual string | FullName [get, set] |
virtual global::System.IntPtr | MonoAssembly [get, set] |
virtual string | Location [get, set] |
virtual bool | ReflectionOnly [get, set] |
bool | IsFullyTrusted [get, set] |
virtual bool | IsDynamic [get, set] |
Private Member Functions | |
AssemblyNameFlags | GetFlags () |
static Assembly | LoadFrom (string assemblyFile, bool refOnly, ref global::System.Threading.StackCrawlMark stackMark) |
static Assembly | load_with_partial_name (string name, global::System.Security.Policy.Evidence e) |
Static Private Member Functions | |
static global::System.Exception | CreateNIE () |
Definition at line 26 of file Assembly.cs.