SessionManager Class
Creates and manages instances of Session objects.
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create(String) | Creates a new instance of the SessionManager class. |
![]() ![]() | Create(String, IDictionary(Of String, Object)) | Creates a new instance of the SessionManager class. |
![]() | CreateSession() | Creates a new child Session object. |
![]() | Dispose() | Shuts down the SessionManager and disposes of the child Session objects. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSessions() | Gets a collection of the current child sessions of type Session. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

