Class AbiVersionCheck
Validates ABI compatibility between the managed bindings and the loaded native libwebp libraries.
public static class AbiVersionCheck
- Inheritance
-
AbiVersionCheck
- Inherited Members
Methods
GetVersionString()
Returns a human-readable version string for the loaded native library.
public static string GetVersionString()
Returns
ValidateOrThrow()
Validates that the loaded native library is ABI-compatible. Throws NotSupportedException if the major version doesn't match.
public static void ValidateOrThrow()