Table of Contents

Constructor MaaDbgController

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

MaaDbgController(string, string, DbgControllerType, string)

Creates a MaaFramework.Binding.MaaDbgController instance.

public MaaDbgController(string readPath, string writePath, DbgControllerType type, string config)

Parameters

readPath string

The read path.

writePath string

The write path.

type DbgControllerType

The DebugControllerType.

config string

The config.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaDbgControllerCreate(System.String,System.String,System.UInt64,System.String,MaaFramework.Binding.Interop.Native.MaaNotificationCallback,System.IntPtr).