IInternalConfigHost.GetConfigType(String, Boolean) Metodo

Definizione

Restituisce un Type oggetto che rappresenta il tipo dell'oggetto di configurazione.

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

Parametri

typeName
String

Nome del tipo.

throwOnError
Boolean

true per generare un'eccezione se si verifica un errore; in caso contrario, false.

Valori restituiti

Oggetto Type che rappresenta il tipo dell'oggetto di configurazione.

Si applica a