次の方法で共有


TypeDelegator.GetNestedType メソッド

オーバーロードの一覧

現在の TypeDelegator で宣言または継承されている name と bindingAttr で指定された入れ子になった型を返します。

[Visual Basic] Overloads Overrides Public Function GetNestedType(String, BindingFlags) As Type

[C#] public override Type GetNestedType(string, BindingFlags);

[C++] public: Type* GetNestedType(String*, BindingFlags);

[JScript] public override function GetNestedType(String, BindingFlags) : Type;

Type から継承されます。

[Visual Basic] Overloads Public Function GetNestedType(String) As Type

[C#] public Type GetNestedType(string);

[C++] public: Type* GetNestedType(String*);

[JScript] public function GetNestedType(String) : Type;

参照

TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間