UnsupportedOSPlatformAttribute(String) Konstruktor

Definition

Initialisiert eine neue Instanz der UnsupportedOSPlatformAttribute-Attributklasse für die angegebene nicht unterstützte Betriebssystemplattform.

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

Parameter

platformName
String

Der nicht unterstützte Name der Betriebssystemplattform, optional einschließlich einer Version.

Gilt für