IInternalConfigHost.GetConfigType(String, Boolean) 方法

定义

返回表示配置对象类型的 Type 对象。

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

参数

typeName
String

类型名称。

throwOnError
Boolean

true 如果发生错误,则引发异常;否则为 false

返回

一个 Type 对象,它表示配置对象的类型。

适用于