다음을 통해 공유


IInternalConfigHost.GetConfigType(String, Boolean) 메서드

정의

구성 개체의 형식을 나타내는 Type 개체를 반환합니다.

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

매개 변수

typeName
String

형식 이름입니다.

throwOnError
Boolean

true 오류가 발생하면 예외를 throw합니다. 그렇지 않으면 입니다 false.

반환

구성 개체의 형식을 나타내는 Type 개체입니다.

적용 대상