SessionManager Class

 

Creates and manages instances of Session objects.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

System.Object
  Microsoft.VisualStudio.Tools.Applications.SessionManager

Public NotInheritable Class SessionManager
	Implements IDisposable

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(String)

Creates a new instance of the SessionManager class.

System_CAPS_pubmethodSystem_CAPS_staticCreate(String, IDictionary(Of String, Object))

Creates a new instance of the SessionManager class.

System_CAPS_pubmethodCreateSession()

Creates a new child Session object.

System_CAPS_pubmethodDispose()

Shuts down the SessionManager and disposes of the child Session objects.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSessions()

Gets a collection of the current child sessions of type Session.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: