Method GetDefaultObjectFormat
GetDefaultObjectFormat(Triple.ArchType, Triple.OSType)
Gets the default Triple.ObjectFormatType for a given Triple.ArchType and Triple.OSType
Declaration
public static Triple.ObjectFormatType GetDefaultObjectFormat(Triple.ArchType arch, Triple.OSType os)
Parameters
public static Triple.ObjectFormatType GetDefaultObjectFormat(Triple.ArchType arch, Triple.OSType os)
Triple.ArchType | arch | Architecture type |
Triple.OSType | os | Operating system type |
Returns
Triple.ObjectFormatType | Default object format |