|
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
|
Collaboration diagram for System.Runtime.Serialization.FormatterServices:Static Public Member Functions | |
| static global::System.Reflection.MemberInfo[] | GetSerializableMembers (global::System.Type type, StreamingContext context) |
| static object | GetUninitializedObject (global::System.Type type) |
| static object | PopulateObjectMembers (object obj, global::System.Reflection.MemberInfo[] members, object[] data) |
| static object[] | GetObjectData (object obj, global::System.Reflection.MemberInfo[] members) |
| static global::System.Type | GetTypeFromAssembly (global::System.Reflection.Assembly assem, string name) |
Static Package Functions | |
| static bool | UnsafeTypeForwardersIsEnabled () |
| static void | SerializationSetValue (global::System.Reflection.MemberInfo fi, object target, object value) |
| static global::System.Reflection.Assembly | LoadAssemblyFromString (string assemblyName) |
| static global::System.Reflection.Assembly | LoadAssemblyFromStringNoThrow (string assemblyName) |
| static string | GetClrAssemblyName (global::System.Type type, out bool hasTypeForwardedFrom) |
| static string | GetClrTypeFullName (global::System.Type type) |
Static Package Attributes | |
| static global::System.Collections.Concurrent.ConcurrentDictionary< MemberHolder, global::System.Reflection.MemberInfo[]> | m_MemberInfoTable |
Static Private Member Functions | |
| static | FormatterServices () |
| static global::System.Reflection.MemberInfo[] | GetSerializableMembers (global::System.RuntimeType type) |
| static bool | CheckSerializable (global::System.RuntimeType type) |
| static global::System.Reflection.MemberInfo[] | InternalGetSerializableMembers (global::System.RuntimeType type) |
| static bool | GetParentTypes (global::System.RuntimeType parentType, out global::System.RuntimeType[] parentTypes, out int parentTypeCount) |
| static object | nativeGetUninitializedObject (global::System.RuntimeType type) |
| static bool | GetEnableUnsafeTypeForwarders () |
| static string | GetClrTypeFullNameForArray (global::System.Type type) |
| static string | GetClrTypeFullNameForNonArrayTypes (global::System.Type type) |
Static Private Attributes | |
| static bool | unsafeTypeForwardersIsEnabled |
| static bool | unsafeTypeForwardersIsEnabledInitialized |
| static readonly global::System.Type[] | advancedTypes |
| static global::System.Reflection.Binder | s_binder |
Definition at line 18 of file FormatterServices.cs.