The RuntimeAccessor type exposes the following members.

Methods

  NameDescription
SetRuntime
Sets the runtime instance.

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
AssemblyLoader
Gets the runtime's assembly loader.
Instance
Gets the runtime instance.
IsInitialized
Returns true if the runtime has been initialized.
Logger
Gets the runtime's logger, or a NullLogger if the runtime is not initialized.
Registry
Gets the runtime's registry.
ResourceLocator
Gets the runtime's resource locator.
RuntimePath
Gets the path of the Gallio runtime components.
ServiceLocator
Gets the runtime's service locator.

Events

  NameDescription
InstanceChanged
The event dispatched when the value of the current runtime Instance changes.

See Also