Method AppendNativeLibrarySearchPaths
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
AppendNativeLibrarySearchPaths(params IEnumerable<string>)
Appends the specified paths to the native library search paths.
public static void AppendNativeLibrarySearchPaths(params IEnumerable<string> paths)
Parameters
paths
IEnumerable<string>
Exceptions
- InvalidOperationException
-
NativeLibrary is already loaded.