SystemRequirementsMeetsArchitectureRequirements Method |
Determines whether the current system meets the specified architecture requirement.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool MeetsArchitectureRequirements(
Architecture value
)
Parameters
- value Architecture
- The required architecture.
Return Value
Booleantrue if the requirement is met; otherwise,
false.
See Also