Table of Contents

Interface IMaaContext<T>

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

An interface defining wrapped members for MaaContext with generic handle.

public interface IMaaContext<T> : IMaaContext, ICloneable

Type Parameters

T

The type of handle.

Implements

Properties

Handle

Gets or initializes a MaaContextHandle.

Tasker

Gets the tasker from the MaaFramework.Binding.IMaaContext.

Methods

RunAction(string, string, IMaaRectBuffer<T>, string)

Run an action.

RunRecognition(string, string, IMaaImageBuffer<T>)

Run a recognition.