UnsupportedOSPlatformAttribute コンストラクター

定義

オーバーロード

UnsupportedOSPlatformAttribute(String)

指定したサポート対象外の OS プラットフォームの UnsupportedOSPlatformAttribute 属性クラスの新しいインスタンスを初期化します。

UnsupportedOSPlatformAttribute(String, String)

追加のメッセージを使用して、 UnsupportedOSPlatformAttribute 指定されたサポートされていない OS プラットフォームの 属性クラスの新しいインスタンスを初期化します。

UnsupportedOSPlatformAttribute(String)

ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs

指定したサポート対象外の OS プラットフォームの UnsupportedOSPlatformAttribute 属性クラスの新しいインスタンスを初期化します。

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)

パラメーター

platformName
String

サポートされていない OS プラットフォーム名 (オプションでバージョンを含めます)。

適用対象

UnsupportedOSPlatformAttribute(String, String)

ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs

追加のメッセージを使用して、 UnsupportedOSPlatformAttribute 指定されたサポートされていない OS プラットフォームの 属性クラスの新しいインスタンスを初期化します。

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

パラメーター

platformName
String

サポートされていない OS プラットフォーム名 (オプションでバージョンを含めます)。

message
String

サポートされていない API の置き換えを主に提案する追加メッセージ。

適用対象