RuntimeFeature.IsSupported(String) 메서드

정의

지정된 기능이 공용 언어 런타임에서 지원되는지 여부를 확인합니다.

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

매개 변수

feature
String

기능의 이름입니다.

반품

지원되면 />이고, 그렇지 않으면 .입니다.

적용 대상