UnsupportedOSPlatformAttribute コンストラクター

定義

オーバーロード

名前 説明
UnsupportedOSPlatformAttribute(String)

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

UnsupportedOSPlatformAttribute(String, String)

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

UnsupportedOSPlatformAttribute(String)

ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs
ソース:
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
ソース:
PlatformAttributes.cs
ソース:
PlatformAttributes.cs

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

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 の置き換えを主に示す追加メッセージ。

適用対象