共用方式為


MultiTargetingSupportService.GetRuntimeType(Type) 方法

定義

根據給定的反映型別,取得執行階段型別。

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

參數

reflectionType
Type

反映型別。

傳回

和反映型別相關聯的執行階段型別。

實作

適用於