arrow_back Back to all endpoints

TypeInfo

Name Description Type Additional information
GenericTypeParameters array (Type) None.
DeclaredConstructors array (ConstructorInfo) None.
DeclaredEvents array (EventInfo) None.
DeclaredFields array (FieldInfo) None.
DeclaredMembers array (MemberInfo) None.
DeclaredMethods array (MethodInfo) None.
DeclaredNestedTypes array (TypeInfo) None.
DeclaredProperties array (PropertyInfo) None.
ImplementedInterfaces array (Type) None.
MemberType MemberTypes None.
DeclaringType Type None.
DeclaringMethod MethodBase None.
ReflectedType Type None.
StructLayoutAttribute StructLayoutAttribute None.
GUID globally unique identifier None.
Module Module None.
Assembly Assembly None.
TypeHandle RuntimeTypeHandle None.
FullName text None.
Namespace text None.
AssemblyQualifiedName text None.
BaseType Type None.
TypeInitializer ConstructorInfo None.
IsNested boolean None.
Attributes TypeAttributes None.
GenericParameterAttributes GenericParameterAttributes None.
IsVisible boolean None.
IsNotPublic boolean None.
IsPublic boolean None.
IsNestedPublic boolean None.
IsNestedPrivate boolean None.
IsNestedFamily boolean None.
IsNestedAssembly boolean None.
IsNestedFamANDAssem boolean None.
IsNestedFamORAssem boolean None.
IsAutoLayout boolean None.
IsLayoutSequential boolean None.
IsExplicitLayout boolean None.
IsClass boolean None.
IsInterface boolean None.
IsValueType boolean None.
IsAbstract boolean None.
IsSealed boolean None.
IsEnum boolean None.
IsSpecialName boolean None.
IsImport boolean None.
IsSerializable boolean None.
IsAnsiClass boolean None.
IsUnicodeClass boolean None.
IsAutoClass boolean None.
IsArray boolean None.
IsGenericType boolean None.
IsGenericTypeDefinition boolean None.
IsConstructedGenericType boolean None.
IsGenericParameter boolean None.
GenericParameterPosition number None.
ContainsGenericParameters boolean None.
IsByRef boolean None.
IsPointer boolean None.
IsPrimitive boolean None.
IsCOMObject boolean None.
HasElementType boolean None.
IsContextful boolean None.
IsMarshalByRef boolean None.
GenericTypeArguments array (Type) None.
IsSecurityCritical boolean None.
IsSecuritySafeCritical boolean None.
IsSecurityTransparent boolean None.
UnderlyingSystemType Type None.
Name text None.
CustomAttributes array (CustomAttributeData) None.
MetadataToken number None.