다음을 통해 공유


ActivityCodeDomSerializationManager.GetType(String) 메서드

정의

지정된 이름의 Type을 가져옵니다.

public:
 virtual Type ^ GetType(System::String ^ typeName);
public Type GetType (string typeName);
override this.GetType : string -> Type
Public Function GetType (typeName As String) As Type

매개 변수

typeName
String

로드할 Type의 정규화된 이름입니다.

반환

Type

Type의 인스턴스이거나, Nothing을 로드할 수 없는 경우 null 참조(Visual Basic의 경우 Type)입니다.

구현

설명

GetType 버전에서는 동일한 이름의 SerializationManager 속성에 대한 간접 참조를 제공합니다.

적용 대상