Table of Contents

Interface IMaaContext

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

An interface defining wrapped members for MaaContext.

public interface IMaaContext : ICloneable

Implements

Properties

TaskJob

Gets the task job from the MaaFramework.Binding.IMaaContext.

Tasker

Gets the tasker from the MaaFramework.Binding.IMaaContext.

Methods

Clone()

Creates a new MaaFramework.Binding.IMaaContext that is a deep copy of the current instance.

OverrideNext(string, IEnumerable<string>)

Override the property field "next" in a node.

OverridePipeline(string)

Override a pipeline.

RunAction(string, IMaaRectBuffer, string, string)

Run an action.

RunRecognition(string, IMaaImageBuffer, string)

Run a recognition.

RunTask(string, string)

Runs a task.