RuntimeFeature.IsSupported(String) Metodo

Definizione

Determina se una funzionalità specifica è supportata da 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

Parametri

feature
String

Nome della funzionalità.

Restituisce

true se l'oggetto feature è supportato; in caso contrario, false.

Si applica a