Method SetOption<T>
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
SetOption<T>(GlobalOption, T)
Sets value to an option.
public bool SetOption<T>(GlobalOption opt, T value)
Parameters
opt
GlobalOption-
The option.
value
T-
The value.
Returns
Type Parameters
T
-
The type specified by the
opt
(see remarks of enumerations).
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaUtility.MaaSetGlobalOption(System.Int32,System.Byte[],System.UInt64).
Exceptions
- ArgumentNullException
- NotSupportedException
-
The
opt
orvalue
is not supported.