다음을 통해 공유


UnsupportedOSPlatformGuardAttribute(String) 생성자

정의

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

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

매개 변수

platformName
String

지원되지 않는 OS 플랫폼 이름은 필요에 따라 버전을 포함하여 특성 멤버가 보호합니다.

적용 대상