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. |
public bool IsSupportedVersion(
Version checking
)
Public Function IsSupportedVersion (
checking As Version
) As Boolean
public:
bool IsSupportedVersion(
Version^ checking
)
member IsSupportedVersion :
checking : Version -> bool