ObsoletedOSPlatformAttribute(String) Constructor

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

Definition

Namespace: DevCase.Runtime.Attributes
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ObsoletedOSPlatformAttribute(
	string platformName
)

Parameters

platformName  String
The obsoleted OS platform name that this attribute applies to, optionally including a version (eg. "windows7.0").

See Also