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 プラットフォーム名 (必要に応じてバージョンを含む)。

適用対象