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

适用于