OpenTAP 9.25
API Reference
|
Helper methods used to determine CpuArchitecture and compatibility between them. More...
Static Public Member Functions | |
static bool | CompatibleWith (CpuArchitecture host, CpuArchitecture plugin) |
Returns true if a host OS can support a plugin with a given CPU architecture. More... | |
static bool | PluginsCompatible (CpuArchitecture plugin1, CpuArchitecture plugin2) |
Returns true if the architectures of two plugins are compatible. More... | |
Properties | |
static CpuArchitecture | HostArchitecture [get] |
Returns the CPU architecture of the host OS. | |
static CpuArchitecture? | GuessBaseArchitecture [get] |
Returns the architecture that the OpenTAP was compiled for, or the best guess it can give based on the current host architecture and process state. | |
Helper methods used to determine CpuArchitecture and compatibility between them.
|
inlinestatic |
Returns true if a host OS can support a plugin with a given CPU architecture.
host | The architecture of the host. |
plugin | The architecture of the plugin. |
|
inlinestatic |
Returns true if the architectures of two plugins are compatible.
plugin1 | The architecture of one of the plugins. |
plugin2 | The architecture of the other plugin. |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25