IMultiTargetingSupportService.GetRuntimeType(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
要取得其執行階段類型的類型。
傳回
對應到指定之類型的執行階段類型。
適用於