RuntimeFeature.IsSupported(String) Metódus

Definíció

Meghatározza, hogy a közös nyelvi futtatókörnyezet támogatja-e a megadott funkciókat.

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éterek

feature
String

A funkció neve.

Válaszok

trueha feature támogatott; ellenkező esetben. false

A következőre érvényes: