TypeInfo.GetNestedType メソッド

定義

オーバーロード

GetNestedType(String, BindingFlags)
GetNestedType(String)

GetNestedType(String, BindingFlags)

public:
 virtual Type ^ GetNestedType(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public virtual Type GetNestedType (string name, System.Reflection.BindingFlags bindingAttr);
abstract member GetNestedType : string * System.Reflection.BindingFlags -> Type
override this.GetNestedType : string * System.Reflection.BindingFlags -> Type
Public Overridable Function GetNestedType (name As String, bindingAttr As BindingFlags) As Type

パラメーター

name
String
bindingAttr
BindingFlags

戻り値

Type

適用対象

GetNestedType(String)

public:
 Type ^ GetNestedType(System::String ^ name);
public Type GetNestedType (string name);
member this.GetNestedType : string -> Type
Public Function GetNestedType (name As String) As Type

パラメーター

name
String

戻り値

Type

適用対象