/
SessionInfo_Class

SessionInfo_Class


Implements the ISessionInfo interface.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
public class SessionInfo : ISessionInfo
Visual Basic (Declaration)
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
Public Class SessionInfo _
	Implements ISessionInfo
Visual C++
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[ComVisibleAttribute(true)]
public ref class SessionInfo : ISessionInfo
JavaScript
JollyGiant.Emulation.SessionInfo = function();

Type.createClass(
	'JollyGiant.Emulation.SessionInfo',
	null,
	JollyGiant.Emulation.ISessionInfo);

Inheritance Hierarchy


System...Object
  JollyGiant.Emulation..::.SessionInfo

See Also


SessionInfo Members
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



Related content

SessionInfo Class
SessionInfo Class
More like this
Session_Class
More like this
Session Class
More like this
ISessionInfoCollection_Interface
ISessionInfoCollection_Interface
More like this
ISessionInfo_Interface
ISessionInfo_Interface
More like this
SessionInfoCollection Class
SessionInfoCollection Class
More like this