Table of Contents

Class AbiVersionCheck

Namespace
Imazen.WebP
Assembly
Imazen.WebP.dll

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

string

ValidateOrThrow()

Validates that the loaded native library is ABI-compatible. Throws NotSupportedException if the major version doesn't match.

public static void ValidateOrThrow()