共用方式為


RuntimeFeature 類別

定義

定義 API,以判斷 Common Language Runtime 是否支援特定功能。

public ref class RuntimeFeature abstract sealed
public static class RuntimeFeature
type RuntimeFeature = class
Public Class RuntimeFeature
繼承
RuntimeFeature

欄位

ByRefFields

表示運行時間功能,其中類型可以定義 ref 欄位。

ByRefLikeGenerics

表示可在泛型參數中使用 byref 類似型別的運行時間功能。

CovariantReturnsOfClasses

表示運行時間功能,其中覆寫方法可以傳回比其覆寫方法更多的衍生型別。

DefaultImplementationsOfInterfaces

表示運行時間功能,其中介面可以定義預設方法實作。

NumericIntPtr

表示這個版本的運行時間支援 IntPtrUIntPtr 做為數值類型。

PortablePdb

表示可攜式 PDB 執行時間功能。

UnmanagedSignatureCallingConvention

表示可使用 Unmanaged 呼叫慣例宣告 C# 函式指標的運行時間功能。

VirtualStaticsInInterfaces

指出這個版本的運行時間支援介面的虛擬靜態成員。

屬性

IsDynamicCodeCompiled

取得值,這個值表示運行時間是否編譯動態程序代碼。

IsDynamicCodeSupported

取得值,指出運行時間是否支援動態程序代碼。

方法

IsSupported(String)

判斷 Common Language Runtime 是否支援指定的功能。

適用於