Enum ApiInfoFlags
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
Represents information about binding interoperable API.
[Flags]
public enum ApiInfoFlags
Fields
InAgentServerContext = 2
-
Indicates that the API is in MaaAgentServer context.
InFrameworkContext = 1
-
Indicates that the API is in MaaFramework context.
None = 0
-
No flags.
UseBindingResolver = 512
-
Indicates that the API uses the resolver from binding.
UseDefaultResolver = 256
-
Indicates that the API uses the default resolver.