|
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
|
This is the complete list of members for System.Type, including all inherited members.
| _impl | System.Type | package |
| Assembly | System.Type | |
| AssemblyQualifiedName | System.Type | |
| Attributes | System.Type | |
| BaseType | System.Type | |
| BinarySearch(global::System.Array array, object value) | System.Type | inlineprivatestatic |
| ContainsGenericParameters | System.Type | |
| DeclaringMethod | System.Type | |
| DeclaringType | System.Type | |
| DefaultBinder | System.Type | static |
| DefaultLookup | System.Type | privatestatic |
| DefaultTypeNameWhenMissingMetadata | System.Type | packagestatic |
| Delimiter | System.Type | static |
| EmptyTypes | System.Type | static |
| Equals(object o) | System.Type | inline |
| Equals(global::System.Type o) | System.Type | inlinevirtual |
| FilterAttribute | System.Type | static |
| FilterAttributeImpl(global::System.Reflection.MemberInfo m, object filterCriteria) | System.Type | inlineprivatestatic |
| FilterName | System.Type | static |
| FilterNameIgnoreCase | System.Type | static |
| FilterNameIgnoreCaseImpl(global::System.Reflection.MemberInfo m, object filterCriteria) | System.Type | inlineprivatestatic |
| FilterNameImpl(global::System.Reflection.MemberInfo m, object filterCriteria) | System.Type | inlineprivatestatic |
| FormatTypeName() | System.Type | inlinepackage |
| FormatTypeName(bool serialization) | System.Type | inlinepackagevirtual |
| FullName | System.Type | |
| FullNameOrDefault | System.Type | package |
| GenericParameterAttributes | System.Type | |
| GenericParameterPosition | System.Type | |
| GenericTypeArguments | System.Type | |
| GetArrayRank() | System.Type | inlinevirtual |
| GetAttributeFlagsImpl() | System.Type | protected |
| GetConstructor(global::System.Type[] types) | System.Type | inline |
| GetConstructor(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | inline |
| GetConstructor(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | inline |
| GetConstructorImpl(global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | protected |
| GetConstructors() | System.Type | inline |
| GetConstructors(global::System.Reflection.BindingFlags bindingAttr) | System.Type | |
| GetElementType() | System.Type | |
| GetEnumData(out string[] enumNames, out global::System.Array enumValues) | System.Type | inlineprivate |
| GetEnumName(object value) | System.Type | inlinevirtual |
| GetEnumNames() | System.Type | inlinevirtual |
| GetEnumRawConstantValues() | System.Type | inlineprivate |
| GetEnumUnderlyingType() | System.Type | inlinevirtual |
| GetEnumValues() | System.Type | inlinevirtual |
| GetEvent(string name) | System.Type | inline |
| GetEvent(string name, global::System.Reflection.BindingFlags bindingAttr) | System.Type | |
| GetEvents(global::System.Reflection.BindingFlags bindingAttr) | System.Type | |
| GetField(string name) | System.Type | inline |
| GetField(string name, global::System.Reflection.BindingFlags bindingAttr) | System.Type | |
| GetFields() | System.Type | inline |
| GetFields(global::System.Reflection.BindingFlags bindingAttr) | System.Type | |
| GetGenericArguments() | System.Type | inlinevirtual |
| GetGenericParameterConstraints() | System.Type | inlinevirtual |
| GetGenericTypeDefinition() | System.Type | inlinevirtual |
| GetHashCode() | System.Type | inline |
| GetInterfaces() | System.Type | |
| GetMember(string name) | System.Type | inline |
| GetMember(string name, global::System.Reflection.BindingFlags bindingAttr) | System.Type | inlinevirtual |
| GetMember(string name, global::System.Reflection.MemberTypes type, global::System.Reflection.BindingFlags bindingAttr) | System.Type | inlinevirtual |
| GetMethod(string name) | System.Type | inline |
| GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr) | System.Type | inline |
| GetMethod(string name, global::System.Type[] types) | System.Type | inline |
| GetMethod(string name, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | inline |
| GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | inline |
| GetMethod(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | inline |
| GetMethodImpl(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Reflection.CallingConventions callConvention, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | protected |
| GetMethods() | System.Type | inline |
| GetMethods(global::System.Reflection.BindingFlags bindingAttr) | System.Type | |
| GetNestedType(string name, global::System.Reflection.BindingFlags bindingAttr) | System.Type | |
| GetProperties(global::System.Reflection.BindingFlags bindingAttr) | System.Type | |
| GetProperty(string name) | System.Type | inline |
| GetProperty(string name, global::System.Reflection.BindingFlags bindingAttr) | System.Type | inline |
| GetProperty(string name, global::System.Type returnType) | System.Type | inline |
| GetProperty(string name, global::System.Type returnType, global::System.Type[] types) | System.Type | inline |
| GetProperty(string name, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | inline |
| GetProperty(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | inline |
| GetPropertyImpl(string name, global::System.Reflection.BindingFlags bindingAttr, global::System.Reflection.Binder binder, global::System.Type returnType, global::System.Type[] types, global::System.Reflection.ParameterModifier[] modifiers) | System.Type | protected |
| GetRootElementType() | System.Type | inlinepackage |
| GetType() | System.Type | inline |
| GetType(string typeName, bool throwOnError, bool ignoreCase) | System.Type | inlinestatic |
| GetType(string typeName, bool throwOnError) | System.Type | inlinestatic |
| GetType(string typeName) | System.Type | inlinestatic |
| GetType(string typeName, global::System.Func< global::System.Reflection.AssemblyName, global::System.Reflection.Assembly > assemblyResolver, global::System.Func< global::System.Reflection.Assembly, string, bool, global::System.Type > typeResolver, bool throwOnError) | System.Type | inlinestatic |
| GetTypeCode(global::System.Type type) | System.Type | inlinestatic |
| GetTypeCodeImpl() | System.Type | inlineprotectedvirtual |
| GetTypeFromHandle(global::System.RuntimeTypeHandle handle) | System.Type | inlinestatic |
| GetTypeHandle(object o) | System.Type | inlinestatic |
| HasElementType | System.Type | |
| HasElementTypeImpl() | System.Type | protected |
| ImplementInterface(global::System.Type ifaceType) | System.Type | inlinepackage |
| internal_from_handle(global::System.IntPtr handle) | System.Type | private |
| InternalGetNameIfAvailable(ref global::System.Type rootCauseForFailure) | System.Type | inlinepackagevirtual |
| InternalNameIfAvailable | System.Type | package |
| InvokeMember(string name, global::System.Reflection.BindingFlags invokeAttr, global::System.Reflection.Binder binder, object target, object[] args, global::System.Reflection.ParameterModifier[] modifiers, global::System.Globalization.CultureInfo culture, string[] namedParameters) | System.Type | |
| IsAbstract | System.Type | |
| IsArray | System.Type | |
| IsArrayImpl() | System.Type | protected |
| IsAssignableFrom(global::System.Type c) | System.Type | inlinevirtual |
| IsByRef | System.Type | |
| IsByRefImpl() | System.Type | protected |
| IsClass | System.Type | |
| IsCOMObject | System.Type | |
| IsCOMObjectImpl() | System.Type | protected |
| IsConstructedGenericType | System.Type | |
| IsContextful | System.Type | |
| IsContextfulImpl() | System.Type | inlineprotectedvirtual |
| IsEnum | System.Type | |
| IsEnumDefined(object value) | System.Type | inlinevirtual |
| IsEquivalentTo(global::System.Type other) | System.Type | inlinevirtual |
| IsExplicitLayout | System.Type | |
| IsGenericMethodParameter | System.Type | |
| IsGenericParameter | System.Type | |
| IsGenericType | System.Type | |
| IsGenericTypeDefinition | System.Type | |
| IsInstanceOfType(object o) | System.Type | inlinevirtual |
| IsIntegerType(global::System.Type t) | System.Type | inlinepackagestatic |
| IsInterface | System.Type | |
| IsMarshalByRef | System.Type | |
| IsMarshalByRefImpl() | System.Type | inlineprotectedvirtual |
| IsNested | System.Type | |
| IsNestedAssembly | System.Type | |
| IsNestedPublic | System.Type | |
| IsNotPublic | System.Type | |
| IsPointer | System.Type | |
| IsPointerImpl() | System.Type | protected |
| IsPrimitive | System.Type | |
| IsPrimitiveImpl() | System.Type | protected |
| IsPublic | System.Type | |
| IsRuntimeImplemented() | System.Type | inlinepackage |
| IsSealed | System.Type | |
| IsSerializable | System.Type | |
| IsSignatureType | System.Type | |
| IsSubclassOf(global::System.Type c) | System.Type | inlinevirtual |
| IsSZArray | System.Type | |
| IsSzArray | System.Type | package |
| IsValueType | System.Type | |
| IsValueTypeImpl() | System.Type | inlineprotectedvirtual |
| IsVariableBoundArray | System.Type | |
| IsVisible | System.Type | |
| MakeArrayType() | System.Type | inlinevirtual |
| MakeArrayType(int rank) | System.Type | inlinevirtual |
| MakeByRefType() | System.Type | inlinevirtual |
| MakeGenericSignatureType(global::System.Type genericTypeDefinition, params global::System.Type[] typeArguments) | System.Type | inlinestatic |
| MakeGenericType(params global::System.Type[] typeArguments) | System.Type | inlinevirtual |
| MakePointerType() | System.Type | inlinevirtual |
| MemberType | System.Type | |
| Missing | System.Type | static |
| Module | System.Type | |
| NameOrDefault | System.Type | package |
| Namespace | System.Type | |
| operator!=(global::System.Type left, global::System.Type right) | System.Type | inlinestatic |
| operator==(global::System.Type left, global::System.Type right) | System.Type | inlinestatic |
| ReflectedType | System.Type | |
| s_defaultBinder | System.Type | privatestatic |
| ToString() | System.Type | inline |
| Type() | System.Type | inlineprotected |
| Type() | System.Type | inlineprivatestatic |
| TypeHandle | System.Type | |
| UnderlyingSystemType | System.Type |