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

기능의 이름입니다.

반환

Boolean

feature가 지원되면 true이고, 그렇지 않으면 false입니다.

적용 대상