terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ FillName()

unsafe void System.Reflection.AssemblyName.FillName ( MonoAssemblyName * native,
string codeBase,
bool addVersion,
bool addPublickey,
bool defaultToken,
bool assemblyRef )
inlinepackage

Definition at line 416 of file AssemblyName.cs.

417 {
418 string text;
419 this.name = text;
420 ushort num = native->major;
421 this.major = (int)num;
422 ushort num2 = native->minor;
423 this.minor = (int)num2;
424 ushort num3 = native->build;
425 this.build = (int)num3;
426 ushort num4 = native->revision;
427 this.revision = (int)num4;
428 uint num5 = native->flags;
430 uint hash_alg = native->hash_alg;
432 int num6 = 1;
434 ushort arch = native->arch;
437 IntPtr culture = native->culture;
438 IntPtr culture2 = native->culture;
439 long num7 = 0L;
442 IntPtr public_key = native->public_key;
445 }
class f__AnonymousType0<< Count > j__TPar
static byte[] DecodeBlobArray(IntPtr ptr)
static string PtrToUtf8String(IntPtr ptr)
static CultureInfo CreateCulture(string name, bool reference)

References Mono.MonoAssemblyName.arch, System.array, Mono.MonoAssemblyName.build, System.Globalization.CultureInfo.CreateCulture(), Mono.MonoAssemblyName.culture, System.culture, Mono.RuntimeMarshal.DecodeBlobArray(), Mono.MonoAssemblyName.flags, Mono.MonoAssemblyName.hash_alg, j__TPar, System.L, Mono.MonoAssemblyName.major, Mono.MonoAssemblyName.minor, Mono.RuntimeMarshal.PtrToUtf8String(), Mono.MonoAssemblyName.public_key, Mono.MonoAssemblyName.revision, and System.text.