terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | UnmanagedMemoryStreamForModule |
Public Member Functions | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
override AssemblyName | GetName (bool copiedName) |
override Type | GetType (string name, bool throwOnError, bool ignoreCase) |
override Module | GetModule (string name) |
override Module[] | GetModules (bool getResourceModules) |
override ManifestResourceInfo | GetManifestResourceInfo (string resourceName) |
override string[] | GetManifestResourceNames () |
override Stream | GetManifestResourceStream (string name) |
override bool | IsDefined (Type attributeType, bool inherit) |
override object[] | GetCustomAttributes (bool inherit) |
override object[] | GetCustomAttributes (Type attributeType, bool inherit) |
override int | GetHashCode () |
override bool | Equals (object o) |
override string | ToString () |
virtual Type[] | GetTypes () |
virtual Type | GetType (string name, bool throwOnError) |
virtual Type | GetType (string name) |
virtual AssemblyName | GetName () |
Module[] | GetModules () |
Static Public Member Functions | |
static Assembly | GetAssembly (Type type) |
static Assembly | GetEntryAssembly () |
static Assembly | Load (string assemblyString) |
static Assembly | ReflectionOnlyLoad (string assemblyString) |
static Assembly | LoadWithPartialName (string partialName, Evidence securityEvidence) |
static Assembly | GetExecutingAssembly () |
static Assembly | GetCallingAssembly () |
static bool | operator== (Assembly left, Assembly right) |
static bool | operator!= (Assembly left, Assembly right) |
Protected Member Functions | |
RuntimeAssembly () | |
Package Functions | |
IntPtr | GetManifestResourceInternal (string name, [Out] int size, [Out] Module module) |
override Module[] | GetModulesInternal () |
Stream | GetManifestResourceStream (Type type, string name, bool skipSecurityCheck, StackCrawlMark stackMark) |
Stream | GetManifestResourceStream (string name, StackCrawlMark stackMark, bool skipSecurityCheck) |
string | GetSimpleName () |
byte[] | GetPublicKey () |
Version | GetVersion () |
virtual Type[] | GetTypes (bool exportedOnly) |
Type | InternalGetType (Module module, string name, bool throwOnError, bool ignoreCase) |
RuntimeAssembly | InternalGetSatelliteAssembly (string name, CultureInfo culture, Version version, bool throwOnFileNotFound, StackCrawlMark stackMark) |
Static Package Functions | |
static RuntimeAssembly | LoadWithPartialNameInternal (string partialName, Evidence securityEvidence, StackCrawlMark stackMark) |
static RuntimeAssembly | LoadWithPartialNameInternal (AssemblyName an, Evidence securityEvidence, StackCrawlMark stackMark) |
static byte[] | GetAotId () |
static string | get_fullname (Assembly a) |
static bool | GetAotIdInternal (byte[] aotid) |
static string | GetCodeBase (Assembly a, bool escaped) |
static Assembly | LoadWithPartialName (string partialName, Evidence securityEvidence, bool oldBehavior) |
Package Attributes | |
IntPtr | _mono_assembly |
Assembly.ResolveEventHolder | resolve_event_holder |
bool | fromByteArray |
string | assemblyName |
Properties | |
override bool | ReflectionOnly [get] |
override string | CodeBase [get] |
override string | EscapedCodeBase [get] |
override string | FullName [get] |
override IntPtr | MonoAssembly [get] |
override string | Location [get] |
bool | IsFullyTrusted [get] |
virtual bool | IsDynamic [get] |
Private Member Functions | |
string | get_location () |
bool | GetManifestResourceInfoInternal (string name, ManifestResourceInfo info) |
AssemblyNameFlags | GetFlags () |
Static Private Member Functions | |
static string | get_code_base (Assembly a, bool escaped) |
static Assembly | LoadFrom (string assemblyFile, bool refOnly, StackCrawlMark stackMark) |
static Assembly | load_with_partial_name (string name, Evidence e) |
static Exception | CreateNIE () |
Private Attributes | |
object | _evidence |
object | _minimum |
object | _optional |
object | _refuse |
object | _granted |
object | _denied |
Definition at line 17 of file RuntimeAssembly.cs.