Click or drag to resize
Type Properties

The Type type exposes the following members.

Properties
  NameDescription
Public propertyAssembly
Gets the Assembly in which the type is declared. For generic types, gets the Assembly in which the generic type is defined.
Public propertyAssemblyQualifiedName
Gets the assembly-qualified name of the Type, which includes the name of the assembly from which the Type was loaded.
Public propertyBaseType
Gets the type from which the current Type directly inherits.
Public propertyContainsGenericParameters
Gets a value indicating whether the current Type object has type parameters that have not been replaced by specific types.
Public propertyDeclaringType
Gets the type that declares the current nested type or generic type parameter.
(Overrides MemberInfoDeclaringType.)
Public propertyFullName
Gets the fully qualified name of the Type, including the namespace of the Type but not the assembly.
Public propertyIsArray
Gets a value indicating whether the Type is an array.
Public propertyIsByRef
Gets a value indicating whether the Type is passed by reference.
Public propertyIsEnum
Gets a value indicating whether the current Type represents an enumeration.
Public propertyIsGenericParameter
Gets a value indicating whether the current Type represents a type parameter in the definition of a generic type or method.
Public propertyIsGenericType
Gets a value indicating whether the current type is a generic type.
Public propertyIsGenericTypeDefinition
Gets a value indicating whether the current Type represents a generic type definition, from which other generic types can be constructed.
Public propertyIsInterface
Gets a value indicating whether the Type is an interface; that is, not a class or a value type.
Public propertyIsPublic
Gets a value indicating whether the Type is declared public.
Public propertyIsSpecialName
Gets a value indicating whether the Type has a name that requires special handling.
Public propertyIsValueType
Gets a value indicating whether the Type is a value type.
Public propertyName
Gets the name of the current member.
(Inherited from MemberInfo.)
Public propertyNamespace
Gets the namespace of the Type.
Top
See Also