Condividi tramite


IInternalConfigHost.GetConfigType(String, Boolean) Metodo

Definizione

Restituisce un oggetto Type che rappresenta il tipo di 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.

Restituisce

Oggetto Type che rappresenta il tipo di oggetto di configurazione.

Si applica a