TypeDefinition 结构

定义

public value class TypeDefinition
public struct TypeDefinition
public readonly struct TypeDefinition
type TypeDefinition = struct
Public Structure TypeDefinition
继承
TypeDefinition

属性

Attributes
BaseType

获取类型定义的基类型:TypeSpecificationHandleTypeReferenceHandleTypeDefinitionHandle

IsNested

获取一个值,该值表示这是嵌套类型。

Name

获取类型的名称。

Namespace

获取在其中定义类型的命名空间的全名。

NamespaceDefinition

获取在其中定义类型的命名空间的定义句柄。

方法

GetCustomAttributes()
GetDeclarativeSecurityAttributes()
GetDeclaringType()

返回指定的嵌套类型的封闭类型。

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

返回指定类型中嵌套的类型的数组。

GetProperties()

适用于