TypeDefinition 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public value class TypeDefinition
public struct TypeDefinition
public readonly struct TypeDefinition
type TypeDefinition = struct
Public Structure TypeDefinition
- 継承
プロパティ
Attributes | |
BaseType |
型定義の基本型を取得します。TypeSpecificationHandle、TypeReferenceHandle、または TypeDefinitionHandle のいずれかです。 |
IsNested |
これが入れ子にされた型であるかどうかを示す値を取得します。 |
Name |
型の名前を取得します。 |
Namespace |
型が定義されている名前空間の完全名を取得します。 |
NamespaceDefinition |
型が定義されている名前空間の定義ハンドルを取得します。 |
メソッド
GetCustomAttributes() | |
GetDeclarativeSecurityAttributes() | |
GetDeclaringType() |
指定した入れ子にされた型の外側の型を返します。 |
GetEvents() | |
GetFields() | |
GetGenericParameters() | |
GetInterfaceImplementations() | |
GetLayout() | |
GetMethodImplementations() | |
GetMethods() | |
GetNestedTypes() |
指定した型に入れ子にされた型の配列を返します。 |
GetProperties() |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET