TypeDefinition Estrutura

Definição

public value class TypeDefinition
public struct TypeDefinition
public readonly struct TypeDefinition
type TypeDefinition = struct
Public Structure TypeDefinition
Herança
TypeDefinition

Propriedades

Attributes
BaseType

Obtém o tipo base da definição de tipo: TypeSpecificationHandle, TypeReferenceHandle ou TypeDefinitionHandle.

IsNested

Obtém um valor que indica se isto é um tipo aninhado.

Name

Obtém o nome do tipo.

Namespace

Obtém o nome completo do namespace em que o tipo é definido.

NamespaceDefinition

Obtém o identificador de definição do namespace em que o tipo é definido.

Métodos

GetCustomAttributes()
GetDeclarativeSecurityAttributes()
GetDeclaringType()

Retorna o tipo delimitador de um tipo aninhado especificado.

GetEvents()
GetFields()
GetGenericParameters()
GetInterfaceImplementations()
GetLayout()
GetMethodImplementations()
GetMethods()
GetNestedTypes()

Retorna uma matriz de tipos aninhados no tipo especificado.

GetProperties()

Aplica-se a