Lenguaje

IInternalConfigHost.GetConfigType(String, Boolean) Método

Definición

Devuelve un Type objeto que representa el tipo del objeto de configuración.

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

Parámetros

typeName
String

Nombre de tipo.

throwOnError
Boolean

true para producir una excepción si se produce un error; de lo contrario, false.

Devoluciones

Objeto Type que representa el tipo del objeto de configuración.

Se aplica a