shared
The shared workspace object.
Declaration
class var shared: NSWorkspace { get }Return Value
The NSWorkspace object associated with the process.
Discussion
You can access this object safely from any thread in your app.
See Also
Related Documentation
- Workspace Services Programming Topics