Class RootSector
- Namespace
- Whim
- Assembly
- Whim.dll
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class RootSector : IRootSector, IDisposable
- Inheritance
-
RootSector
- Implements
- Inherited Members
Properties
MapSector
The sector containing window-workspace and workspace-monitor mappings.
public IMapSector MapSector { get; }
Property Value
MonitorSector
The sector containing monitors.
public IMonitorSector MonitorSector { get; }
Property Value
WindowSector
The sector containing windows.
public IWindowSector WindowSector { get; }
Property Value
WorkspaceSector
The sector containing workspaces.
public IWorkspaceSector WorkspaceSector { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool