TypeDefinition Estructura

Definición

public value class TypeDefinition
public struct TypeDefinition
public readonly struct TypeDefinition
type TypeDefinition = struct
Public Structure TypeDefinition
Herencia
TypeDefinition

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()

Se aplica a