Gets the runtime's registry.

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

Syntax

C#
public static IRegistry Registry { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Registry As IRegistry

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThrown if the runtime has not been initialized.

See Also