다음을 통해 공유


IFactoryService.GetType(String) 메서드

정의

제공된 전체 유형 이름에 대한 개체의 유형을 검색합니다.

public:
 Type ^ GetType(System::String ^ fullName);
public Type GetType (string fullName);
abstract member GetType : string -> Type
Public Function GetType (fullName As String) As Type

매개 변수

fullName
String

형식의 전체 이름입니다.

반환

개체의 형식입니다.

적용 대상