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

형식의 전체 이름입니다.

반품

개체의 유형입니다.

적용 대상