Method Get
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.Native.dll
Get(nint)
Gets the string from the MaaFramework.Binding.Buffers.IMaaStringBuffer.
public static string Get(nint handle)
Parameters
handle
nint
Returns
- string
-
The System.String.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaBuffer.MaaStringBufferGet(System.IntPtr).
Get(Action<nint>)
Gets the string from the MaaFramework.Binding.Buffers.IMaaStringBuffer.
public static string Get(Action<nint> action)
Parameters
Returns
- string
-
The System.String.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaBuffer.MaaStringBufferGet(System.IntPtr).