Property Controller
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
Controller
Gets or sets a controller that binds to the MaaFramework.Binding.IMaaTasker.
public required IMaaController<nint> Controller { get; set; }
Property Value
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerBindController(System.IntPtr,System.IntPtr) and MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetController(System.IntPtr).