TargetPlatformAttribute Constructor
Namespace: DevCase.Runtime.AttributesAssembly: 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
)
Public Sub New (
platformName As String
)
Dim platformName As String
Dim instance As New TargetPlatformAttribute(platformName)
public:
TargetPlatformAttribute(
String^ platformName
)
new :
platformName : string -> TargetPlatformAttribute
No code example is currently available or this language may not be supported.
Parameters
- platformName String
-
The target OS platform name that this attribute applies to (eg. "windows").