RuntimeFeature.IsSupported(String) Metoda

Definice

Určuje, zda je zadaná funkce podporována modulem CLR (Common Language Runtime).

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

Parametry

feature
String

Název funkce.

Návraty

true pokud feature se podporuje, falsev opačném případě .

Platí pro