Property SupportedTargets
SupportedTargets
Gets the supported targets for this library
public ImmutableArray<CodeGenTarget> SupportedTargets { get; }
Property Value
Remarks
This is a simple set of enumerated values for the known targets supported by the library. It is distinct from the registered targets. Registration of each top level enumerated target may indeed register support for more targets (e.g., ARM includes thumb big and little endian targets).