Platform simple type [SDM]
| SDM Reference |
Platform Simple Type
Defines the values used to identify the platform on which an assembly will execute as neutral or with a value from the ProcessorArchitectures simple type.
<xs:simpleType name="Platform">
<xs:union
memberValues="ProcessorArchitectures"
>
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="*"
/>
<xs:enumeration
value="neutral"
/>
</xs:restriction>
</xs:simpleType>
-
Defines the values used to identify the platform on which an assembly will execute as neutral or with a value from the ProcessorArchitectures simple type.
</xs:union>
</xs:simpleType>
- Platform
Enumeration
The following values are defined by the Platform simple type:
| Value | Description |
|---|---|
| * | The platform-neutral identifier. |
| neutral | Identifies the platform as neutral. |
See Also
SystemDefinitionModel Schema Simple Types
| Last updated: November 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |