ITypeProvider.GetType メソッド

定義

名前付きエンティティの Type を取得します。

オーバーロード

名前 説明
GetType(String)

名前付きエンティティの Type を取得します。

GetType(String, Boolean)

名前付きエンティティの Type を取得します。

GetType(String)

名前付きエンティティの Type を取得します。

public:
 Type ^ GetType(System::String ^ name);
public Type GetType(string name);
abstract member GetType : string -> Type
Public Function GetType (name As String) As Type

パラメーター

name
String

エンティティの名前を含む文字列。

返品

名前付きエンティティの Type

適用対象

GetType(String, Boolean)

名前付きエンティティの Type を取得します。

public:
 Type ^ GetType(System::String ^ name, bool throwOnError);
public Type GetType(string name, bool throwOnError);
abstract member GetType : string * bool -> Type
Public Function GetType (name As String, throwOnError As Boolean) As Type

パラメーター

name
String

エンティティの名前を含む文字列。

throwOnError
Boolean

name解決できない場合に例外をスローするかどうかを示す値。

返品

名前付きエンティティの Type

適用対象