RuntimeFeature.IsSupported(String) Método

Definição

Determina se um recurso especificado é compatível com o 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

Parâmetros

feature
String

O nome do recurso.

Retornos

true se feature houver suporte; caso contrário, false.

Aplica-se a