Default INamingSubSystem implementation. Keeps services and key maps as simple hash tables. Does not support a query string.

Namespace: Castle.MicroKernel.SubSystems.Naming
Assembly:  Castle.MicroKernel (in Castle.MicroKernel.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
public class DefaultNamingSubSystem : AbstractSubSystem, INamingSubSystem, 
	ISubSystem

Inheritance Hierarchy

See Also