SessionLoader
SessionLoader Class
Members 



Initializes the specified host session. This object is usually used as a Singleton; only one instance per application. By following this design pattern you can reduce memory usage and increase screen object instantiation.
Syntax
'Declaration
 
<ComVisibleAttribute(True)> 
<ProgIdAttribute("SessionLoader.SessionLoader")> 
<GuidAttribute("780F5304-3574-11D3-8118-00500406EB19")> 
<ClassInterfaceAttribute(ClassInterfaceType.None)> 
Public Class SessionLoader 
'Usage
 
Dim instance As SessionLoader
[ComVisibleAttribute(true)] 
[ProgIdAttribute("SessionLoader.SessionLoader")] 
[GuidAttribute("780F5304-3574-11D3-8118-00500406EB19")] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public class SessionLoader 
[ComVisibleAttribute(true)] 
[ProgIdAttribute("SessionLoader.SessionLoader")] 
[GuidAttribute("780F5304-3574-11D3-8118-00500406EB19")] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public ref class SessionLoader 
Inheritance Hierarchy

System.Object
   SessionLoader.SessionLoader

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SessionLoader Members
SessionLoader Namespace