SupportedOSPlatformAttribute(String) コンストラクター

定義

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

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

パラメーター

platformName
String

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

適用対象