SupportedOSPlatformAttribute(String) 생성자

정의

지정된 지원 OS 플랫폼에 대한 SupportedOSPlatformAttribute 특성 클래스의 새 인스턴스를 초기화합니다.

public:
 SupportedOSPlatformAttribute(System::String ^ platformName);
public SupportedOSPlatformAttribute (string platformName);
new System.Runtime.Versioning.SupportedOSPlatformAttribute : string -> System.Runtime.Versioning.SupportedOSPlatformAttribute
Public Sub New (platformName As String)

매개 변수

platformName
String

지원되는 OS 플랫폼 이름(선택적으로 버전 포함)입니다.

적용 대상