C# Class Castle.MicroKernel.SubSystemConstants

Holds the keys used by Kernel to register/request a subsystem.
显示文件 Open project: castleproject/Windsor

Public Properties

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

Property Details

ConfigurationStoreKey public_oe static_oe property

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

ConversionManagerKey public_oe static_oe property

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

DiagnosticsKey public_oe static_oe property

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

NamingKey public_oe static_oe property

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

ResourceKey public_oe static_oe property

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