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

Name Description
Attributes
BaseType

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

IsNested

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

Name

Obtém o nome do tipo.

Namespace

Obtém o nome completo do namespace onde o tipo está definido.

NamespaceDefinition

Obtém o handle de definição do namespace onde o tipo está definido.

Métodos

Name Description
GetCustomAttributes()
GetDeclarativeSecurityAttributes()
GetDeclaringType()

Devolve o tipo de encerramento de um tipo aninhado especificado.

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

Devolve um array de tipos aninhados no tipo especificado.

GetProperties()

Aplica-se a