RuntimeFeature.IsSupported(String) Méthode

Définition

Détermine si une fonctionnalité spécifique est prise en charge par le 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

Paramètres

feature
String

Nom de la fonctionnalité.

Retours

true si feature est pris en charge ; sinon, false.

S’applique à