Method GetCanonicalName
GetCanonicalName(ArchKind)
Retrieves the canonical name for an architecture type
public static string GetCanonicalName(ArchKind archType)
Parameters
archType
ArchKindArchitecture type
Returns
- string
String name for the architecture
GetCanonicalName(VendorKind)
Retrieves the canonical name for the vendor component of a triple
public static string GetCanonicalName(VendorKind vendorType)
Parameters
vendorType
VendorKindVendor type
Returns
- string
String name for the vendor
GetCanonicalName(OSKind)
Retrieves the canonical name for the OS component of a triple
public static string GetCanonicalName(OSKind osType)
Parameters
osType
OSKindOS type
Returns
- string
String name for the OS
GetCanonicalName(EnvironmentKind)
Retrieves the canonical name for the environment component of a triple
public static string GetCanonicalName(EnvironmentKind envType)
Parameters
envType
EnvironmentKindEnvironment type
Returns
- string
String name for the environment component