Sets the runtime instance.

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

Syntax

C#
public static void SetRuntime(
	IRuntime runtime
)
Visual Basic (Declaration)
Public Shared Sub SetRuntime ( _
	runtime As IRuntime _
)

Parameters

runtime
Type: Gallio.Runtime..::.IRuntime
The runtime instance, or null if none.

Remarks

This method should only be used by applications that host Gallio and not generally by client code.

See Also