Class NativeBindingContext
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
Provides information and configuration for native bindings in the MaaFramework.
public static class NativeBindingContext
Inheritance
Inherited Members
Properties
- ApiInfo
-
Gets the API information, which provides details about the current API context.
- IsLoaded
-
Gets a value indicating whether NativeLibrary is already loaded.
- IsStatelessMode
-
Gets a value indicating whether the current API is interoperating in the stateless mode.
Stateless mode is typically used in server contexts.
- LoadedNativeLibraryDirectory
-
Gets the loaded directory path where native libraries are located.
Methods
- AppendNativeLibrarySearchPaths(params IEnumerable<string>)
-
Appends the specified paths to the native library search paths.
- SwitchToAgentServerContext()
-
Switches the context to the MaaAgentServer context.
- SwitchToFrameworkContext()
-
Switches the context to the MaaFramework context.