Compartir a través de


IInternalConfigHost.GetConfigType(String, Boolean) Método

Definición

Devuelve un objeto Type 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 del tipo.

throwOnError
Boolean

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

Devoluciones

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

Se aplica a