TypeDefinition Struct
Definition
public value class TypeDefinition
public struct TypeDefinition
type TypeDefinition = struct
Public Structure TypeDefinition
- Inheritance
Properties
Attributes | |
BaseType |
Gets the base type of the type definition: either TypeSpecificationHandle, TypeReferenceHandle or TypeDefinitionHandle. |
IsNested |
Gets a value that indicates whether this is a nested type. |
Name |
Gets the name of the type. |
Namespace |
Gets the full name of the namespace where the type is defined. |
NamespaceDefinition |
Gets the definition handle of the namespace where the type is defined. |
Methods
GetCustomAttributes() | |
GetDeclarativeSecurityAttributes() | |
GetDeclaringType() |
Returns the enclosing type of a specified nested type. |
GetEvents() | |
GetFields() | |
GetGenericParameters() | |
GetInterfaceImplementations() | |
GetLayout() | |
GetMethodImplementations() | |
GetMethods() | |
GetNestedTypes() |
Returns an array of types nested in the specified type. |
GetProperties() |