ObsoletedOSPlatformAttribute Constructors

Definition

Overloads

ObsoletedOSPlatformAttribute(String)

Initializes a new instance of the ObsoletedOSPlatformAttribute class for the specified obsoleted OS platform.

ObsoletedOSPlatformAttribute(String, String)

Initializes a new instance of the ObsoletedOSPlatformAttribute attribute class for the specified obsoleted OS platform with an additional message.

ObsoletedOSPlatformAttribute(String)

Source:
PlatformAttributes.cs
Source:
PlatformAttributes.cs
Source:
PlatformAttributes.cs

Initializes a new instance of the ObsoletedOSPlatformAttribute class for the specified obsoleted OS platform.

C#
public ObsoletedOSPlatformAttribute(string platformName);

Parameters

platformName
String

The obsoleted OS platform name, optionally including a version.

Applies to

.NET 10 and other versions
Product Versions
.NET 7, 8, 9, 10

ObsoletedOSPlatformAttribute(String, String)

Source:
PlatformAttributes.cs
Source:
PlatformAttributes.cs
Source:
PlatformAttributes.cs

Initializes a new instance of the ObsoletedOSPlatformAttribute attribute class for the specified obsoleted OS platform with an additional message.

C#
public ObsoletedOSPlatformAttribute(string platformName, string? message);

Parameters

platformName
String

The obsoleted OS platform name, optionally including a version.

message
String

Additional information about the obsoletion, for example, a suggested alternative for the obsoleted API.

Applies to

.NET 10 and other versions
Product Versions
.NET 7, 8, 9, 10