_impl | System.Type | package |
Assembly | System.Type | |
AssemblyQualifiedName | System.Type | |
Attributes | System.Type | |
BaseType | System.Type | |
BinarySearch(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(Type o) | System.Type | inlinevirtual |
FilterAttribute | System.Type | static |
FilterAttributeImpl(MemberInfo m, object filterCriteria) | System.Type | inlineprivatestatic |
FilterName | System.Type | static |
FilterNameIgnoreCase | System.Type | static |
FilterNameIgnoreCaseImpl(MemberInfo m, object filterCriteria) | System.Type | inlineprivatestatic |
FilterNameImpl(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(Type[] types) | System.Type | inline |
GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) | System.Type | inline |
GetConstructor(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) | System.Type | inline |
GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) | System.Type | protected |
GetConstructors() | System.Type | inline |
GetConstructors(BindingFlags bindingAttr) | System.Type | |
GetCustomAttributes(bool inherit) | System.Reflection.MemberInfo | |
GetCustomAttributes(Type attributeType, bool inherit) | System.Reflection.MemberInfo | |
GetElementType() | System.Type | |
GetEnumData([Out] string[] enumNames, [Out] 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, BindingFlags bindingAttr) | System.Type | |
GetEvents(BindingFlags bindingAttr) | System.Type | |
GetField(string name) | System.Type | inline |
GetField(string name, BindingFlags bindingAttr) | System.Type | |
GetFields() | System.Type | inline |
GetFields(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, BindingFlags bindingAttr) | System.Type | inlinevirtual |
GetMember(string name, MemberTypes type, BindingFlags bindingAttr) | System.Type | inlinevirtual |
GetMethod(string name) | System.Type | inline |
GetMethod(string name, BindingFlags bindingAttr) | System.Type | inline |
GetMethod(string name, Type[] types) | System.Type | inline |
GetMethod(string name, Type[] types, ParameterModifier[] modifiers) | System.Type | inline |
GetMethod(string name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) | System.Type | inline |
GetMethod(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) | System.Type | inline |
GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) | System.Type | protected |
GetMethods() | System.Type | inline |
GetMethods(BindingFlags bindingAttr) | System.Type | |
GetNestedType(string name, BindingFlags bindingAttr) | System.Type | |
GetProperties(BindingFlags bindingAttr) | System.Type | |
GetProperty(string name) | System.Type | inline |
GetProperty(string name, BindingFlags bindingAttr) | System.Type | inline |
GetProperty(string name, Type returnType) | System.Type | inline |
GetProperty(string name, Type returnType, Type[] types) | System.Type | inline |
GetProperty(string name, Type returnType, Type[] types, ParameterModifier[] modifiers) | System.Type | inline |
GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) | System.Type | inline |
GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, 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, Func< AssemblyName, Assembly > assemblyResolver, Func< Assembly, string, bool, Type > typeResolver, bool throwOnError) | System.Type | inlinestatic |
GetTypeCode(Type type) | System.Type | inlinestatic |
GetTypeCodeImpl() | System.Type | inlineprotectedvirtual |
GetTypeFromHandle(RuntimeTypeHandle handle) | System.Type | inlinestatic |
GetTypeHandle(object o) | System.Type | inlinestatic |
HasElementType | System.Type | |
HasElementTypeImpl() | System.Type | protected |
ImplementInterface(Type ifaceType) | System.Type | inlinepackage |
internal_from_handle(IntPtr handle) | System.Type | inlineprivatestatic |
InternalGetNameIfAvailable(Type rootCauseForFailure) | System.Type | inlinepackagevirtual |
InternalNameIfAvailable | System.Type | package |
InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] namedParameters) | System.Type | |
IsAbstract | System.Type | |
IsArray | System.Type | |
IsArrayImpl() | System.Type | protected |
IsAssignableFrom(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 |
IsDefined(Type attributeType, bool inherit) | System.Reflection.MemberInfo | |
IsEnum | System.Type | |
IsEnumDefined(object value) | System.Type | inlinevirtual |
IsEquivalentTo(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(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(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(Type genericTypeDefinition, params Type[] typeArguments) | System.Type | inlinestatic |
MakeGenericType(params Type[] typeArguments) | System.Type | inlinevirtual |
MakePointerType() | System.Type | inlinevirtual |
MemberInfo() | System.Reflection.MemberInfo | inlineprotected |
MemberType | System.Type | |
MetadataToken | System.Reflection.MemberInfo | |
Missing | System.Type | static |
Module | System.Type | |
Name | System.Reflection.MemberInfo | |
NameOrDefault | System.Type | package |
Namespace | System.Type | |
operator!=(Type left, Type right) | System.Type | inlinestatic |
System::Reflection::MemberInfo.operator!=(MemberInfo left, MemberInfo right) | System.Reflection.MemberInfo | inlinestatic |
operator==(Type left, Type right) | System.Type | inlinestatic |
System::Reflection::MemberInfo.operator==(MemberInfo left, MemberInfo right) | System.Reflection.MemberInfo | 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 | |