AL.Platform Property

Definition

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 string Platform { get; set; }

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).

Applies to