Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TypeDefinition Struct

Definition

Namespace:
System.Reflection.Metadata
Assembly:
System.Reflection.Metadata.dll
Package:
System.Reflection.Metadata v11.0.0-preview.5.26302.115
Source:
TypeDefinition.cs
Source:
TypeDefinition.cs
Source:
TypeDefinition.cs
Source:
TypeDefinition.cs
Source:
TypeDefinition.cs
Source:
TypeDefinition.cs
Source:
TypeDefinition.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

public value class TypeDefinition
public struct TypeDefinition
public readonly struct TypeDefinition
type TypeDefinition = struct
Public Structure TypeDefinition
Inheritance
TypeDefinition

Properties

Name Description
Attributes
BaseType

Gets the base type of the type definition: either TypeSpecificationHandle, TypeReferenceHandle or TypeDefinitionHandle.

IsNested

Gets a value that indicates whether this is a nested type.

Name

Gets the name of the type.

Namespace

Gets the full name of the namespace where the type is defined.

NamespaceDefinition

Gets the definition handle of the namespace where the type is defined.

Methods

Name Description
GetCustomAttributes()
GetDeclarativeSecurityAttributes()
GetDeclaringType()

Returns the enclosing type of a specified nested type.

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

Returns an array of types nested in the specified type.

GetProperties()

Applies to


Feedback

Was this page helpful?