supportedArchitectures property

Architecture supportedArchitectures

Get platform architectures on which this type is supported.

This property currently only supports Win32 metadata.

Implementation

Architecture get supportedArchitectures =>
    _supportedArchitectures ??= _calculateSupportedArchitectures();