SupportedOSPlatformAttribute Constructor

Initializes a new instance of the SupportedOSPlatformAttribute attribute class for the specified supported OS platform (eg. "windows7.0").

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 SupportedOSPlatformAttribute(
	string platformName
)

Parameters

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

See Also