AssemblyInfo.IsSupportedVersion Method

Checks Version against the specified version and determines whether the assembly described by this instance is supported.

Typical use cases are:

Plugin this describes the plugin an checking is the version of the main assembly of SMath Studio.
Document this describes the main assembly of SMath Studio and checking is recorded in the SMath Studio document.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool IsSupportedVersion(
	Version checking
)

Parameters

checking  Version
Version to check against.

Return Value

Boolean
Result of the check.

See Also