Class LibraryUtils
Provides utility methods and functionality for working with native libraries.
public static class LibraryUtils
- Inheritance
-
LibraryUtils
Remarks
This static class serves as a collection of helper methods and utilities designed to simplify common operations related to native libraries. All methods are static and can be accessed without instantiating the class.
Methods
- GetNativeLibraryHandleMsw(string)
Checks whether a native library (DLL) is loaded in the current process (Windows/MSW) and returns its handle (base address) if found, or IntPtr.Zero if not.
- IsNativeLibraryLoadedMsw(string)
Determines whether a native library with the specified name is currently loaded in the process.
- IsSkiaSharpLibraryLoadedMsw()
Determines whether the SkiaSharp native library is currently loaded.