Method GetCanonicalName
GetCanonicalName(Triple.ArchType)
Retrieves the canonical name for an architecture type
Declaration
public static string GetCanonicalName(Triple.ArchType archType)
Parameters
public static string GetCanonicalName(Triple.ArchType archType)
Triple.ArchType | archType | Architecture type |
Returns
String | String name for the architecture |
GetCanonicalName(Triple.SubArchType)
Retrieves the canonical name for an architecture sub type
Declaration
public static string GetCanonicalName(Triple.SubArchType subArchType)
Parameters
public static string GetCanonicalName(Triple.SubArchType subArchType)
Triple.SubArchType | subArchType | Architecture sub type |
Returns
String | String name for the architecture sub type |
GetCanonicalName(Triple.VendorType)
Retrieves the canonical name for the vendor component of a triple
Declaration
public static string GetCanonicalName(Triple.VendorType vendorType)
Parameters
public static string GetCanonicalName(Triple.VendorType vendorType)
Triple.VendorType | vendorType | Vendor type |
Returns
String | String name for the vendor |
GetCanonicalName(Triple.OSType)
Retrieves the canonical name for the OS component of a triple
Declaration
public static string GetCanonicalName(Triple.OSType osType)
Parameters
public static string GetCanonicalName(Triple.OSType osType)
Triple.OSType | osType | OS type |
Returns
String | String name for the OS |
GetCanonicalName(Triple.EnvironmentType)
Retrieves the canonical name for the environment component of a triple
Declaration
public static string GetCanonicalName(Triple.EnvironmentType envType)
Parameters
public static string GetCanonicalName(Triple.EnvironmentType envType)
Triple.EnvironmentType | envType | Environment type |
Returns
String | String name for the environment component |
GetCanonicalName(Triple.ObjectFormatType)
Retrieves the canonical name for the object component of a triple
Declaration
public static string GetCanonicalName(Triple.ObjectFormatType objFormatType)
Parameters
public static string GetCanonicalName(Triple.ObjectFormatType objFormatType)
Triple.ObjectFormatType | objFormatType | Object type |
Returns
String | String name for the object component |