Initializes a new instance of the LightSpeedContext class from the named configuration block.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public LightSpeedContext(
	string configurationName
)
Visual Basic (Declaration)
Public Sub New ( _
	configurationName As String _
)

Parameters

configurationName
Type: System..::.String
The name of the configuration block used to initialize this instance.

See Also