MultiTargetingSupportService.GetRuntimeType(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據給定的反映型別,取得執行階段型別。
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
反映型別。
傳回
和反映型別相關聯的執行階段型別。