Partilhar via


IInternalConfigHost.GetConfigType(String, Boolean) Método

Definição

Retorna um objeto Type que representa o tipo do objeto de configuração.

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

O nome do tipo.

throwOnError
Boolean

true para gerar uma exceção se ocorrer um erro; caso contrário, false.

Retornos

Um objeto Type que representa o tipo do objeto de configuração.

Aplica-se a