Interface IDesktopWindowListBufferStatic<THandle>
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
An interface defining wrapped static abstract members for DesktopWindowListBuffer with generic handle.
public interface IDesktopWindowListBufferStatic<THandle>
Type Parameters
THandle
-
The type of handle.
Methods
- TryGetList(THandle, out IList<DesktopWindowInfo>)
-
Gets the MaaFramework.Binding.DesktopWindowInfo list from a DesktopWindowListBuffer.
- TryGetList(out IList<DesktopWindowInfo>, Func<THandle, bool>)
-
Gets the MaaFramework.Binding.DesktopWindowInfo list from a function using DesktopWindowListBuffer.