다음을 통해 공유


IMultiTargetingSupportService.GetRuntimeType(Type) 메서드

정의

지정된 형식에 해당하는 런타임 형식을 가져옵니다.

public:
 Type ^ GetRuntimeType(Type ^ reflectionType);
public Type GetRuntimeType (Type reflectionType);
abstract member GetRuntimeType : Type -> Type
Public Function GetRuntimeType (reflectionType As Type) As Type

매개 변수

reflectionType
Type

런타임 형식을 가져올 형식입니다.

반환

지정된 형식에 해당하는 런타임 형식입니다.

적용 대상