TypeInfo Properties
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Assembly | |
![]() | AssemblyQualifiedName | |
![]() | Attributes | |
![]() | BaseType | |
![]() | ContainsGenericParameters | |
![]() | CustomAttributes | Gets a collection that contains this member's custom attributes.(Inherited from MemberInfo.) |
![]() | DeclaredConstructors | Gets a collection of the constructors declared by the current type. |
![]() | DeclaredEvents | Gets a collection of the events defined by the current type. |
![]() | DeclaredFields | Gets a collection of the fields defined by the current type. |
![]() | DeclaredMembers | Gets a collection of the members defined by the current type. |
![]() | DeclaredMethods | Gets a collection of the methods defined by the current type. |
![]() | DeclaredNestedTypes | Gets a collection of the nested types defined by the current type. |
![]() | DeclaredProperties | Gets a collection of the properties defined by the current type. |
![]() | DeclaringMethod | Gets a MethodBase that represents the declaring method, if the current Type represents a type parameter of a generic method.(Inherited from Type.) |
![]() | DeclaringType | Gets the type that declares the current nested type or generic type parameter.(Inherited from Type.) |
![]() | FullName | Gets the fully qualified name of the type, including its namespace but not its assembly. (Inherited from Type.) |
![]() | GenericParameterAttributes | Gets a combination of GenericParameterAttributes flags that describe the covariance and special constraints of the current generic type parameter. (Inherited from Type.) |
![]() | GenericParameterPosition | |
![]() | GenericTypeArguments | Gets an array of the generic type arguments for this type.(Inherited from Type.) |
![]() | GenericTypeParameters | Gets an array of the generic type parameters of the current instance. |
![]() | GUID | |
![]() | HasElementType | |
![]() | ImplementedInterfaces | Gets a collection of the interfaces implemented by the current type. |
![]() | IsAbstract | |
![]() | IsAnsiClass | |
![]() | IsArray | Gets a value that indicates whether the type is an array.(Inherited from Type.) |
![]() | IsAutoClass | |
![]() | IsAutoLayout | Gets a value indicating whether the fields of the current type are laid out automatically by the common language runtime.(Inherited from Type.) |
![]() | IsByRef | |
![]() | IsClass | |
![]() | IsCOMObject | |
![]() | IsConstructedGenericType | Gets a value that indicates whether this object represents a constructed generic type. You can create instances of a constructed generic type. (Inherited from Type.) |
![]() | IsContextful | |
![]() | IsEnum | |
![]() | IsExplicitLayout | Gets a value indicating whether the fields of the current type are laid out at explicitly specified offsets.(Inherited from Type.) |
![]() | IsGenericParameter | |
![]() | IsGenericType | Gets a value indicating whether the current type is a generic type.(Inherited from Type.) |
![]() | IsGenericTypeDefinition | |
![]() | IsImport | Gets a value indicating whether the Type has a ComImportAttribute attribute applied, indicating that it was imported from a COM type library.(Inherited from Type.) |
![]() | IsInterface | |
![]() | IsLayoutSequential | Gets a value indicating whether the fields of the current type are laid out sequentially, in the order that they were defined or emitted to the metadata.(Inherited from Type.) |
![]() | IsMarshalByRef | |
![]() | IsNested | |
![]() | IsNestedAssembly | |
![]() | IsNestedFamANDAssem | |
![]() | IsNestedFamily | |
![]() | IsNestedFamORAssem | |
![]() | IsNestedPrivate | |
![]() | IsNestedPublic | Gets a value indicating whether a class is nested and declared public.(Inherited from Type.) |
![]() | IsNotPublic | |
![]() | IsPointer | |
![]() | IsPrimitive | |
![]() | IsPublic | |
![]() | IsSealed | |
![]() | IsSecurityCritical | Gets a value that indicates whether the current type is security-critical or security-safe-critical at the current trust level, and therefore can perform critical operations. (Inherited from Type.) |
![]() | IsSecuritySafeCritical | Gets a value that indicates whether the current type is security-safe-critical at the current trust level; that is, whether it can perform critical operations and can be accessed by transparent code. (Inherited from Type.) |
![]() | IsSecurityTransparent | Gets a value that indicates whether the current type is transparent at the current trust level, and therefore cannot perform critical operations.(Inherited from Type.) |
![]() | IsSerializable | |
![]() | IsSpecialName | Gets a value indicating whether the type has a name that requires special handling.(Inherited from Type.) |
![]() | IsUnicodeClass | |
![]() | IsValueType | |
![]() | IsVisible | |
![]() | MemberType | Gets a MemberTypes value indicating that this member is a type or a nested type.(Inherited from Type.) |
![]() | MetadataToken | Gets a value that identifies a metadata element.(Inherited from MemberInfo.) |
![]() | Module | |
![]() | Name | Gets the name of the current member.(Inherited from MemberInfo.) |
![]() | Namespace | |
![]() | ReflectedType | Gets the class object that was used to obtain this member. (Inherited from Type.) |
![]() | StructLayoutAttribute | Gets a StructLayoutAttribute that describes the layout of the current type.(Inherited from Type.) |
![]() | TypeHandle | |
![]() | TypeInitializer | Gets the initializer for the type.(Inherited from Type.) |
![]() | UnderlyingSystemType | Indicates the type provided by the common language runtime that represents this type.(Inherited from Type.) |
