다음을 통해 공유


DesignerSerializationManager.GetRuntimeType(String) 메서드

정의

지정된 형식 이름에 해당하는 형식을 가져옵니다.

public:
 Type ^ GetRuntimeType(System::String ^ typeName);
public Type GetRuntimeType (string typeName);
public Type? GetRuntimeType (string? typeName);
member this.GetRuntimeType : string -> Type
Public Function GetRuntimeType (typeName As String) As Type

매개 변수

typeName
String

가져올 형식의 이름입니다.

반환

지정된 형식입니다.

적용 대상