SupportedOSPlatformAttribute(String) Конструктор

Определение

Инициализирует новый экземпляр класса атрибута 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

Имя поддерживаемой платформы ОС (при необходимости включая версию).

Применяется к