TypeDefinition Estructura

Definición

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

Propiedades

Nombre Description
Attributes
BaseType

Obtiene el tipo base de la definición de tipo: TypeSpecificationHandleo TypeReferenceHandleTypeDefinitionHandle.

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 definición del espacio de nombres donde se define el tipo.

Métodos

Nombre Description
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