Versioning tool to check library infos.
More...
|
|
| Versioning (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
|
static global::System.Runtime.InteropServices.HandleRef | getCPtr (Versioning obj) |
| |
|
static global::System.Runtime.InteropServices.HandleRef | swigRelease (Versioning obj) |
| |
|
static VersionInfo | Version () |
| | Return the version of the currently loaded IOLink library.
|
| |
|
static string | VersionString () |
| | Return a description string of the currently loaded IOLink library.
|
| |
| static bool | CheckCompatibility (VersionInfo version) |
| | Check if the loaded library'version is compatible with the given one.
|
| |
|
static bool | CheckCompatibility () |
| | Check if the loaded library is compatible with the one defined in the header.
|
| |
|
|
virtual void | Dispose (bool disposing) |
| |
Versioning tool to check library infos.
◆ CheckCompatibility()
| static bool IOLink.Versioning.CheckCompatibility |
( |
VersionInfo |
version | ) |
|
|
inlinestatic |
Check if the loaded library'version is compatible with the given one.
A version is compatible if:
- The major version is the same
- The library minor version is greater than the given one.
- Parameters
-
| version | The version to check compatibility for. |
The documentation for this class was generated from the following file:
- Release/net/generated/Versioning.cs