Castle.MicroKernel.SubSystemConstants
Holds the keys used by Kernel to register/request
a subsystem.
namespace Castle.MicroKernel
{
public abstract class SubSystemConstants
{
public static readonly string ConfigurationStoreKey;
public static readonly string ConversionManagerKey;
public static readonly string DiagnosticsKey;
public static readonly string NamingKey;
public static readonly string ResourceKey;
protected SubSystemConstants();
}
}