Method RunCli
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
RunCli(string, string, bool)
Runs a cli.
public bool RunCli(string resourcePath, string userPath, bool directly = false)
Parameters
resourcePath
string-
The resource path.
userPath
string-
The user path.
directly
bool-
A value indicating whether directly runs.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaToolkit.MaaToolkitProjectInterfaceRunCli(System.UInt64,System.String,System.String,System.Boolean,MaaFramework.Binding.Interop.Native.MaaNotificationCallback,System.IntPtr).
RunCli(string, string, bool)
Runs a cli.
public bool RunCli(string resourcePath, string userPath, bool directly = false)
Parameters
resourcePath
string-
The resource path.
userPath
string-
The user path.
directly
bool-
A value indicating whether directly runs.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaToolkit.MaaToolkitProjectInterfaceRunCli(System.UInt64,System.String,System.String,System.Boolean,MaaFramework.Binding.Interop.Native.MaaNotificationCallback,System.IntPtr).