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
|
Public Member Functions | |
override bool | IsResource () |
override object[] | GetCustomAttributes (bool inherit) |
override object[] | GetCustomAttributes (global::System.Type attributeType, bool inherit) |
override bool | IsDefined (global::System.Type attributeType, bool inherit) |
override void | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
RuntimeModule () | |
override bool | Equals (object o) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static bool | operator== (Module left, Module right) |
Static Public Attributes | |
static readonly TypeFilter | FilterTypeName |
static readonly TypeFilter | FilterTypeNameIgnoreCase |
Package Functions | |
RuntimeAssembly | GetRuntimeAssembly () |
override global::System.Guid | GetModuleVersionId () |
Package Attributes | |
global::System.IntPtr | _impl |
Assembly | assembly |
string | fqname |
string | name |
string | scopename |
bool | is_resource |
int | token |
Properties | |
override Assembly | Assembly [get, set] |
override string | ScopeName [get, set] |
override global::System.Guid | ModuleVersionId [get, set] |
override string | FullyQualifiedName [get, set] |
Private Member Functions | |
static void | GetGuidInternal (global::System.IntPtr module, byte[] guid) |
Static Private Member Functions | |
static bool | FilterTypeNameImpl (global::System.Type cls, object filterCriteria) |
static bool | FilterTypeNameIgnoreCaseImpl (global::System.Type cls, object filterCriteria) |
Static Private Attributes | |
const BindingFlags | DefaultLookup = BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public |
Definition at line 16 of file RuntimeModule.cs.