RuntimeFeature.IsSupported(String) メソッド

定義

特定の機能が、共通言語ランタイムでサポートされているかどうかを判断します。

public:
 static bool IsSupported(System::String ^ feature);
public static bool IsSupported (string feature);
static member IsSupported : string -> bool
Public Shared Function IsSupported (feature As String) As Boolean

パラメーター

feature
String

機能の名前。

戻り値

feature がサポートされている場合は true。それ以外の場合は false

適用対象