UnsupportedOSPlatformAttribute 建構函式

定義

多載

名稱 Description
UnsupportedOSPlatformAttribute(String)

初始化該屬性類別的新實例 UnsupportedOSPlatformAttribute ,以支援指定的不支援作業系統平台。

UnsupportedOSPlatformAttribute(String, String)

初始化指定未支援作業系統平台的屬性類別新實例 UnsupportedOSPlatformAttribute ,並附加訊息。

UnsupportedOSPlatformAttribute(String)

來源:
PlatformAttributes.cs
來源:
PlatformAttributes.cs
來源:
PlatformAttributes.cs
來源:
PlatformAttributes.cs
來源:
PlatformAttributes.cs

初始化該屬性類別的新實例 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

不支援的作業系統平台名稱,可選擇包含版本。

適用於

UnsupportedOSPlatformAttribute(String, String)

來源:
PlatformAttributes.cs
來源:
PlatformAttributes.cs
來源:
PlatformAttributes.cs
來源:
PlatformAttributes.cs
來源:
PlatformAttributes.cs

初始化指定未支援作業系統平台的屬性類別新實例 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

不支援的作業系統平台名稱,可選擇包含版本。

message
String

額外訊息,主要是建議用來替代不支援的 API。

適用於