Class WorkspaceExtensions
Inheritance
System.Object
WorkspaceExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WinMan
Assembly: WinMan.dll
Syntax
public static class WorkspaceExtensions
Methods
| Improve this Doc View SourceGetCurrentDesktopSnapshot(IWorkspace)
Returns a snapshot of the windows on the current desktop.
Declaration
public static IReadOnlyList<IWindow> GetCurrentDesktopSnapshot(this IWorkspace workspace)
Parameters
Type | Name | Description |
---|---|---|
IWorkspace | workspace |
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<IWindow> |