Click or drag to resize

SystemRequirementsMeetsArchitectureRequirements Method

Determines whether the current system meets the specified architecture requirement.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool MeetsArchitectureRequirements(
	Architecture value
)

Parameters

value  Architecture
The required architecture.

Return Value

Boolean
true if the requirement is met; otherwise, false.
See Also