AL.Platform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a string that limits which platform this code can run on; must be one of x86
, Itanium
, x64
, or anycpu
.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ Platform { System::String ^ get(); void set(System::String ^ value); };
public string Platform { get; set; }
member this.Platform : string with get, set
Public Property Platform As String
Property Value
A string that limits which platform this code can run on; must be one of x86
, Itanium
, x64
, or anycpu
.
Remarks
The default is anycpu
. This property corresponds to the /platform
option in Al.exe (Assembly Linker).