RuntimeFeature.IsSupported(String) Methode

Definition

Bestimmt, ob eine angegebene Funktion von der Common Language Runtime unterstützt wird.

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

Parameter

feature
String

Der Name der Funktion.

Gibt zurück

true, wenn feature unterstützt wird, andernfalls false.

Gilt für: