C# Class Castle.MicroKernel.SubSystemConstants

Holds the keys used by Kernel to register/request a subsystem.
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
ConfigurationStoreKey String
ConversionManagerKey String
DiagnosticsKey String
NamingKey String
ResourceKey String

Property Details

ConfigurationStoreKey public static property

Key used for the configuration store subsystem
public static String ConfigurationStoreKey
return String

ConversionManagerKey public static property

Key used for the conversion manager
public static String ConversionManagerKey
return String

DiagnosticsKey public static property

Key used for the diagnostics subsystem
public static String DiagnosticsKey
return String

NamingKey public static property

Key used for the naming subsystem
public static String NamingKey
return String

ResourceKey public static property

Key used for the resource subsystem
public static String ResourceKey
return String