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

定義

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

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

パラメーター

platformName
String

ターゲット OS プラットフォーム名。

適用対象