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 | |
AssemblyName () | |
unsafe | AssemblyName (string assemblyName) |
override string | ToString () |
byte[] | GetPublicKey () |
byte[] | GetPublicKeyToken () |
void | SetPublicKey (byte[] publicKey) |
void | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
object | Clone () |
void | OnDeserialization (object sender) |
Package Functions | |
AssemblyName (global::System.Runtime.Serialization.SerializationInfo si, global::System.Runtime.Serialization.StreamingContext sc) | |
unsafe void | FillName (global::Mono.MonoAssemblyName *native, string codeBase, bool addVersion, bool addPublickey, bool defaultToken, bool assemblyRef) |
Static Package Functions | |
static unsafe AssemblyName | Create (Assembly assembly, bool fillCodebase) |
Properties | |
string | Name [get, set] |
global::System.Globalization.CultureInfo | CultureInfo [get, set] |
AssemblyNameFlags | Flags [get, set] |
string | FullName [get, set] |
global::System.Version | Version [get, set] |
bool | IsPublicKeyValid [get, set] |
Private Member Functions | |
static bool | ParseAssemblyName (global::System.IntPtr name, out global::Mono.MonoAssemblyName aname, out bool is_version_definited, out bool is_token_defined) |
byte[] | InternalGetPublicKeyToken () |
static unsafe void | get_public_token (byte *token, byte *pubkey, int len) |
byte[] | ComputePublicKeyToken () |
static unsafe global::Mono.MonoAssemblyName * | GetNativeName (global::System.IntPtr assembly_ptr) |
Private Attributes | |
string | name |
string | codebase |
int | major |
int | minor |
int | build |
int | revision |
global::System.Globalization.CultureInfo | cultureinfo |
AssemblyNameFlags | flags |
global::System.Configuration.Assemblies.AssemblyHashAlgorithm | hashalg |
StrongNameKeyPair | keypair |
byte[] | publicKey |
byte[] | keyToken |
global::System.Configuration.Assemblies.AssemblyVersionCompatibility | versioncompat |
global::System.Version | version |
ProcessorArchitecture | processor_architecture |
AssemblyContentType | contentType |
Definition at line 25 of file AssemblyName.cs.