TargetPlatformAttribute Constructor

Initializes a new instance of the TargetPlatformAttribute attribute class for the specified target 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 TargetPlatformAttribute(
	string platformName
)

Parameters

platformName  String
The target OS platform name that this attribute applies to (eg. "windows").

See Also