TypeDefinition Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public value class TypeDefinition
public struct TypeDefinition
public readonly struct TypeDefinition
type TypeDefinition = struct
Public Structure TypeDefinition
- Herencia
Propiedades
Attributes | |
BaseType |
Obtiene el tipo base de la definición de tipo: puede ser TypeSpecificationHandle, TypeReferenceHandle o TypeDefinitionHandle. |
IsNested |
Obtiene un valor que indica si este es un tipo anidado. |
Name |
Obtiene el nombre del tipo. |
Namespace |
Obtiene el nombre completo del espacio de nombres donde se define el tipo. |
NamespaceDefinition |
Obtiene el identificador de la definición del espacio de nombres donde se define el tipo. |
Métodos
GetCustomAttributes() | |
GetDeclarativeSecurityAttributes() | |
GetDeclaringType() |
Devuelve el tipo envolvente de un tipo anidado especificado. |
GetEvents() | |
GetFields() | |
GetGenericParameters() | |
GetInterfaceImplementations() | |
GetLayout() | |
GetMethodImplementations() | |
GetMethods() | |
GetNestedTypes() |
Devuelve una matriz de tipos anidados en el tipo especificado. |
GetProperties() |