Methods
-
Get
Custom Gets all the custom attributes for the given type.Attributes(String) -
Get
Generic Gets the generic type arguments for a generic type.Arguments() -
Get
Method(String, Gets a specific method.Boolean) -
Get
Methods(Boolean) Gets all the methods in this type.
Properties
- Assembly Gets the assembly this type is located in.
-
Base
Type Gets the base type of the given type. - Interfaces Gets the interfaces implemented by the given type.
-
Is
Abstract Gets a value indicating whether the type is abstract. -
Is
Generic Gets a value indicating whether the type represents a generic parameter.Parameter -
Is
Generic Gets a value indicating whether the type is a generic type.Type -
Is
Sealed Gets a value indicating whether the type is sealed. -
Is
Value Gets a value indicating whether the type is a value type.Type - Name Gets the fully qualified type name (for non-generic parameters), or the simple type name (for generic parameters).