Platform Simple Type Simple Type

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 Values

The Platform simple type defines the following values.

Value Description
*

The platform-neutral identifier.

neutral

Identifies the platform as neutral.

See Also

SystemDefinitionModel Schema Simple Types

Send comments about this topic to Microsoft

Build date: 10/2/2007