Gets a deep copy of the runtime setup used to configure this runtime.

Namespace:  Gallio.Runtime
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
RuntimeSetup GetRuntimeSetup()
Visual Basic (Declaration)
Function GetRuntimeSetup As RuntimeSetup

Return Value

The runtime setup.

See Also