TypeDefinition 구조체

정의

public value class TypeDefinition
public struct TypeDefinition
public readonly struct TypeDefinition
type TypeDefinition = struct
Public Structure TypeDefinition
상속
TypeDefinition

속성

Attributes
BaseType

형식 정의의 기본 형식을 가져옵니다. TypeSpecificationHandle, TypeReferenceHandle 또는 TypeDefinitionHandle입니다.

IsNested

중첩된 형식인지 여부를 나타내는 값을 가져옵니다.

Name

형식 이름을 가져옵니다.

Namespace

형식이 정의된 네임스페이스의 전체 이름을 가져옵니다.

NamespaceDefinition

형식이 정의된 네임스페이스의 정의 핸들을 가져옵니다.

메서드

GetCustomAttributes()
GetDeclarativeSecurityAttributes()
GetDeclaringType()

지정된 중첩 형식의 바깥쪽 형식을 반환합니다.

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

지정된 형식으로 중첩된 형식 배열을 반환합니다.

GetProperties()

적용 대상