castle.windsor 2.5.0.0 → 2.5.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. data/docs/Changes.txt +44 -0
  2. data/docs/releaseNotes.txt +1 -0
  3. data/lib/ASL - Apache Software Foundation License.txt +57 -0
  4. data/lib/Silverlight3/Castle.Windsor.dll +0 -0
  5. data/lib/Silverlight3/Castle.Windsor.pdb +0 -0
  6. data/lib/Silverlight3/Castle.Windsor.xml +902 -642
  7. data/lib/Silverlight4/Castle.Windsor.dll +0 -0
  8. data/lib/Silverlight4/Castle.Windsor.pdb +0 -0
  9. data/lib/Silverlight4/Castle.Windsor.xml +907 -642
  10. data/lib/dotNet35/Castle.Windsor.dll +0 -0
  11. data/lib/dotNet35/Castle.Windsor.pdb +0 -0
  12. data/lib/dotNet35/Castle.Windsor.xml +725 -748
  13. data/lib/dotNet35/loggingFacility/Castle.Facilities.Logging.dll +0 -0
  14. data/lib/dotNet35/loggingFacility/Castle.Facilities.Logging.pdb +0 -0
  15. data/lib/dotNet35/loggingFacility/Castle.Facilities.Logging.xml +3 -3
  16. data/lib/dotNet35/synchronizeFacility/Castle.Facilities.Synchronize.dll +0 -0
  17. data/lib/dotNet35/synchronizeFacility/Castle.Facilities.Synchronize.pdb +0 -0
  18. data/lib/dotNet40/Castle.Windsor.dll +0 -0
  19. data/lib/dotNet40/Castle.Windsor.pdb +0 -0
  20. data/lib/dotNet40/Castle.Windsor.xml +725 -748
  21. data/lib/dotNet40/loggingFacility/Castle.Facilities.Logging.dll +0 -0
  22. data/lib/dotNet40/loggingFacility/Castle.Facilities.Logging.pdb +0 -0
  23. data/lib/dotNet40/loggingFacility/Castle.Facilities.Logging.xml +3 -3
  24. data/lib/dotNet40/synchronizeFacility/Castle.Facilities.Synchronize.dll +0 -0
  25. data/lib/dotNet40/synchronizeFacility/Castle.Facilities.Synchronize.pdb +0 -0
  26. data/lib/dotNet40ClientProfile/Castle.Windsor.dll +0 -0
  27. data/lib/dotNet40ClientProfile/Castle.Windsor.pdb +0 -0
  28. data/lib/dotNet40ClientProfile/Castle.Windsor.xml +726 -749
  29. data/lib/dotNet40ClientProfile/synchronizeFacility/Castle.Facilities.Synchronize.dll +0 -0
  30. data/lib/dotNet40ClientProfile/synchronizeFacility/Castle.Facilities.Synchronize.pdb +0 -0
  31. metadata +9 -12
  32. data/lib/Silverlight3/BreakingChanges.txt +0 -229
  33. data/lib/Silverlight4/BreakingChanges.txt +0 -229
  34. data/lib/dotNet35/BreakingChanges.txt +0 -229
  35. data/lib/dotNet40/BreakingChanges.txt +0 -229
  36. data/lib/dotNet40ClientProfile/BreakingChanges.txt +0 -229
@@ -11,9 +11,9 @@
11
11
  </member>
12
12
  <member name="T:Castle.Facilities.Logging.LoggerResolver">
13
13
  <summary>
14
- Custom resolver used by the MicroKernel. It gives
15
- us some contextual information that we use to set up a logging
16
- before satisfying the dependency
14
+ Custom resolver used by Windsor. It gives
15
+ us some contextual information that we use to set up a logging
16
+ before satisfying the dependency
17
17
  </summary>
18
18
  </member>
19
19
  <member name="T:Castle.Facilities.Logging.LoggingFacility">
@@ -127,7 +127,7 @@
127
127
  is created. Those are for example components instantiated via abstract factory.
128
128
  </summary>
129
129
  </member>
130
- <member name="M:Castle.Core.Internal.ReflectionUtil.GetCompatibileArrayItemType(System.Type)">
130
+ <member name="M:Castle.Core.Internal.ReflectionUtil.GetCompatibleArrayItemType(System.Type)">
131
131
  <summary>
132
132
  If the extended type is a Foo[] or IEnumerable{Foo} which is assignable from Foo[] this method will return typeof(Foo)
133
133
  otherwise <c>null</c>.
@@ -452,7 +452,7 @@
452
452
  </member>
453
453
  <member name="M:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.#ctor(Castle.Core.ComponentModel,Castle.MicroKernel.IKernel,Castle.MicroKernel.ComponentInstanceDelegate,Castle.MicroKernel.ComponentInstanceDelegate)">
454
454
  <summary>
455
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator"/> class.
455
+ Initializes a new instance of the <see cref="T:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator"/> class.
456
456
  </summary>
457
457
  <param name="model"></param>
458
458
  <param name="kernel"></param>
@@ -543,6 +543,14 @@
543
543
  </summary>
544
544
  <value>The type of the target.</value>
545
545
  </member>
546
+ <member name="P:Castle.Core.DependencyModel.TargetItemType">
547
+ <summary>
548
+ Gets the service type of the dependency.
549
+ This is the same type as <see cref="P:Castle.Core.DependencyModel.TargetType"/> or if <see cref="P:Castle.Core.DependencyModel.TargetType"/> is by ref,
550
+ then it's the element type of the reference. (in other words if dependency
551
+ is <c>out IFoo foo</c> this will be <c>IFoo</c>, while <see cref="P:Castle.Core.DependencyModel.TargetType"/> will be <c>&amp;IFoo</c>);
552
+ </summary>
553
+ </member>
546
554
  <member name="P:Castle.Core.DependencyModel.IsOptional">
547
555
  <summary>
548
556
  Gets or sets whether this dependency is optional.
@@ -699,6 +707,11 @@
699
707
  <param name="dependenciesChecked">list of the dependecies that was already checked, used to avoid cycles.</param>
700
708
  </summary>
701
709
  </member>
710
+ <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.lifestyleManager">
711
+ <summary>
712
+ Lifestyle manager instance
713
+ </summary>
714
+ </member>
702
715
  <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.customParameters">
703
716
  <summary>
704
717
  Custom dependencies values associated with the handler
@@ -716,43 +729,19 @@
716
729
  <see cref="T:Castle.Core.DependencyModel"/>
717
730
  </summary>
718
731
  </member>
719
- <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.lifestyleManager">
720
- <summary>
721
- Lifestyle manager instance
722
- </summary>
723
- </member>
724
732
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.#ctor(Castle.Core.ComponentModel)">
725
733
  <summary>
726
734
  Constructs and initializes the handler
727
735
  </summary>
728
736
  <param name = "model"></param>
729
737
  </member>
730
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Init(Castle.MicroKernel.IKernel)">
731
- <summary>
732
- Saves the kernel instance, subscribes to
733
- <see cref="E:Castle.MicroKernel.IKernelEvents.AddedAsChildKernel"/>
734
- event,
735
- creates the lifestyle manager instance and computes
736
- the handler state.
737
- </summary>
738
- <param name="kernel"></param>
739
- </member>
740
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext)">
741
- <summary>
742
- Returns an instance of the component this handler
743
- is responsible for
744
- </summary>
745
- <param name = "context"></param>
746
- <returns></returns>
747
- </member>
748
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext,System.Boolean)">
738
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ReleaseCore(System.Object)">
749
739
  <summary>
750
- Returns an instance of the component this handler
751
- is responsible for
740
+ Should be implemented by derived classes:
741
+ disposes the component instance (or recycle it)
752
742
  </summary>
753
- <param name="context"></param>
754
- <param name="instanceRequired">when <c>false</c>, handler can not create valid instance and return <c>null</c> instead </param>
755
- <returns></returns>
743
+ <param name = "instance"></param>
744
+ <returns>true if destroyed.</returns>
756
745
  </member>
757
746
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ResolveCore(Castle.MicroKernel.Context.CreationContext,System.Boolean,System.Boolean)">
758
747
  <summary>
@@ -762,50 +751,54 @@
762
751
  </summary>
763
752
  <param name = "context"></param>
764
753
  <param name = "requiresDecommission"></param>
765
- <param name="instanceRequired">When <c>false</c>, handler can not create valid instance and return <c>null</c> instead.</param>
754
+ <param name = "instanceRequired">When <c>false</c>, handler can not create valid instance and return <c>null</c> instead.</param>
766
755
  <returns></returns>
767
756
  </member>
768
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Release(System.Object)">
757
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ObtainDependencyDetails(System.Collections.IList)">
769
758
  <summary>
770
- disposes the component instance (or recycle it).
759
+ Returns human readable list of dependencies
760
+ this handler is waiting for.
771
761
  </summary>
772
- <param name = "instance"></param>
773
762
  <returns></returns>
774
763
  </member>
775
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ReleaseCore(System.Object)">
776
- <summary>
777
- Should be implemented by derived classes:
778
- disposes the component instance (or recycle it)
779
- </summary>
780
- <param name = "instance"></param>
781
- <returns>true if destroyed.</returns>
782
- </member>
783
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddCustomDependencyValue(System.Object,System.Object)">
764
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Init(Castle.MicroKernel.IKernel)">
784
765
  <summary>
785
- TODO: Pendent
766
+ Saves the kernel instance, subscribes to
767
+ <see cref="E:Castle.MicroKernel.IKernelEvents.AddedAsChildKernel"/>
768
+ event,
769
+ creates the lifestyle manager instance and computes
770
+ the handler state.
786
771
  </summary>
787
- <param name = "key"></param>
788
- <param name = "value"></param>
772
+ <param name="kernel"></param>
789
773
  </member>
790
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.HasCustomParameter(System.Object)">
774
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Release(System.Object)">
791
775
  <summary>
792
- TODO: Pendent
776
+ disposes the component instance (or recycle it).
793
777
  </summary>
794
- <param name = "key"></param>
778
+ <param name = "instance"></param>
795
779
  <returns></returns>
796
780
  </member>
797
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.RemoveCustomDependencyValue(System.Object)">
781
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext)">
798
782
  <summary>
799
- TODO: Pendent
783
+ Returns an instance of the component this handler
784
+ is responsible for
800
785
  </summary>
801
- <param name = "key"></param>
786
+ <param name = "context"></param>
787
+ <returns></returns>
802
788
  </member>
803
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ObtainDependencyDetails(System.Collections.IList)">
789
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)">
804
790
  <summary>
805
- Returns human readable list of dependencies
806
- this handler is waiting for.
791
+ Invoked by
792
+ <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)"/>
793
+ in order to check if a dependency can be satisfied.
794
+ If not, the handler is set to a 'waiting dependency' state.
807
795
  </summary>
808
- <returns></returns>
796
+ <remarks>
797
+ This method registers the dependencies within the correct collection
798
+ or dictionary and changes the handler state to
799
+ <see cref="F:Castle.MicroKernel.HandlerState.WaitingDependency"/>
800
+ </remarks>
801
+ <param name="dependency"></param>
809
802
  </member>
810
803
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.CreateLifestyleManager(Castle.MicroKernel.IComponentActivator)">
811
804
  <summary>
@@ -821,30 +814,6 @@
821
814
  <param name="activator"></param>
822
815
  <returns></returns>
823
816
  </member>
824
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)">
825
- <summary>
826
- Checks if the handler is able to, at very least, satisfy
827
- the dependencies for the constructor with less parameters
828
- </summary>
829
- <remarks>
830
- For each non*optional dependency, the implementation will invoke
831
- <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)"/>
832
- </remarks>
833
- </member>
834
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)">
835
- <summary>
836
- Invoked by
837
- <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)"/>
838
- in order to check if a dependency can be satisfied.
839
- If not, the handler is set to a 'waiting dependency' state.
840
- </summary>
841
- <remarks>
842
- This method registers the dependencies within the correct collection
843
- or dictionary and changes the handler state to
844
- <see cref="F:Castle.MicroKernel.HandlerState.WaitingDependency"/>
845
- </remarks>
846
- <param name="dependency"></param>
847
- </member>
848
817
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.DependencySatisfied(System.Boolean@)">
849
818
  <summary>
850
819
  Invoked by the kernel
@@ -857,6 +826,16 @@
857
826
  </remarks>
858
827
  <param name="stateChanged"></param>
859
828
  </member>
829
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)">
830
+ <summary>
831
+ Checks if the handler is able to, at very least, satisfy
832
+ the dependencies for the constructor with less parameters
833
+ </summary>
834
+ <remarks>
835
+ For each non*optional dependency, the implementation will invoke
836
+ <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)"/>
837
+ </remarks>
838
+ </member>
860
839
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.OnAddedAsChildKernel(System.Object,System.EventArgs)">
861
840
  <summary>
862
841
  Invoked when the container receives a parent container reference.
@@ -868,6 +847,15 @@
868
847
  <param name = "sender"></param>
869
848
  <param name = "e"></param>
870
849
  </member>
850
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext,System.Boolean)">
851
+ <summary>
852
+ Returns an instance of the component this handler
853
+ is responsible for
854
+ </summary>
855
+ <param name = "context"></param>
856
+ <param name = "instanceRequired">when <c>false</c>, handler can not create valid instance and return <c>null</c> instead </param>
857
+ <returns></returns>
858
+ </member>
871
859
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.HandlerStateChanged(System.Object,System.EventArgs)">
872
860
  <summary>
873
861
  Handler for the event
@@ -876,18 +864,14 @@
876
864
  <param name="source"></param>
877
865
  <param name="args"></param>
878
866
  </member>
879
- <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.CurrentState">
880
- <summary>
881
- Gets the handler state.
882
- </summary>
883
- </member>
884
867
  <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.ComponentModel">
885
868
  <summary>
886
869
  Gets the component model.
887
870
  </summary>
888
871
  </member>
889
- <member name="E:Castle.MicroKernel.Handlers.AbstractHandler.OnHandlerStateChanged">
872
+ <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.CurrentState">
890
873
  <summary>
874
+ Gets the handler state.
891
875
  </summary>
892
876
  </member>
893
877
  <member name="M:Castle.MicroKernel.Handlers.DefaultHandler.#ctor(Castle.Core.ComponentModel)">
@@ -980,9 +964,9 @@
980
964
  </member>
981
965
  <member name="T:Castle.MicroKernel.DefaultKernel">
982
966
  <summary>
983
- Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
984
- This implementation is complete and also support a kernel
985
- hierarchy (sub containers).
967
+ Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
968
+ This implementation is complete and also support a kernel
969
+ hierarchy (sub containers).
986
970
  </summary>
987
971
  <summary>
988
972
  Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
@@ -1761,179 +1745,176 @@
1761
1745
  </summary>
1762
1746
  <param name="model"></param>
1763
1747
  </member>
1764
- <member name="F:Castle.MicroKernel.DefaultKernel.parentKernel">
1748
+ <member name="F:Castle.MicroKernel.DefaultKernel.childKernels">
1765
1749
  <summary>
1766
- The parent kernel, if exists.
1750
+ List of sub containers.
1767
1751
  </summary>
1768
1752
  </member>
1769
- <member name="F:Castle.MicroKernel.DefaultKernel.handlerFactory">
1753
+ <member name="F:Castle.MicroKernel.DefaultKernel.facilities">
1770
1754
  <summary>
1771
- The implementation of <see cref="T:Castle.MicroKernel.IHandlerFactory"/>
1755
+ List of <see cref="T:Castle.MicroKernel.IFacility"/> registered.
1772
1756
  </summary>
1773
1757
  </member>
1774
- <member name="F:Castle.MicroKernel.DefaultKernel.modelBuilder">
1758
+ <member name="F:Castle.MicroKernel.DefaultKernel.handlerFactory">
1775
1759
  <summary>
1776
- The implementation of <see cref="T:Castle.MicroKernel.IComponentModelBuilder"/>
1760
+ The implementation of <see cref="T:Castle.MicroKernel.IHandlerFactory"/>
1777
1761
  </summary>
1778
1762
  </member>
1779
1763
  <member name="F:Castle.MicroKernel.DefaultKernel.resolver">
1780
1764
  <summary>
1781
- The dependency resolver.
1765
+ The dependency resolver.
1782
1766
  </summary>
1783
1767
  </member>
1784
- <member name="F:Castle.MicroKernel.DefaultKernel.releaserPolicy">
1768
+ <member name="F:Castle.MicroKernel.DefaultKernel.subsystems">
1785
1769
  <summary>
1786
- Implements a policy to control component's
1787
- disposal that the usef forgot.
1770
+ Map of subsystems registered.
1788
1771
  </summary>
1789
1772
  </member>
1790
- <member name="F:Castle.MicroKernel.DefaultKernel.proxyFactory">
1773
+ <member name="F:Castle.MicroKernel.DefaultKernel.modelBuilder">
1791
1774
  <summary>
1792
- Holds the implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1775
+ The implementation of <see cref="T:Castle.MicroKernel.IComponentModelBuilder"/>
1793
1776
  </summary>
1794
1777
  </member>
1795
- <member name="F:Castle.MicroKernel.DefaultKernel.facilities">
1778
+ <member name="F:Castle.MicroKernel.DefaultKernel.parentKernel">
1796
1779
  <summary>
1797
- List of <see cref="T:Castle.MicroKernel.IFacility"/> registered.
1780
+ The parent kernel, if exists.
1798
1781
  </summary>
1799
1782
  </member>
1800
- <member name="F:Castle.MicroKernel.DefaultKernel.subsystems">
1783
+ <member name="F:Castle.MicroKernel.DefaultKernel.proxyFactory">
1801
1784
  <summary>
1802
- Map of subsystems registered.
1785
+ Holds the implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1803
1786
  </summary>
1804
1787
  </member>
1805
- <member name="F:Castle.MicroKernel.DefaultKernel.childKernels">
1788
+ <member name="F:Castle.MicroKernel.DefaultKernel.releaserPolicy">
1806
1789
  <summary>
1807
- List of sub containers.
1790
+ Implements a policy to control component's
1791
+ disposal that the usef forgot.
1808
1792
  </summary>
1809
1793
  </member>
1810
1794
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor">
1811
1795
  <summary>
1812
- Constructs a DefaultKernel with no component
1813
- proxy support.
1796
+ Constructs a DefaultKernel with no component
1797
+ proxy support.
1814
1798
  </summary>
1815
1799
  </member>
1816
1800
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor(Castle.MicroKernel.IDependencyResolver,Castle.MicroKernel.IProxyFactory)">
1817
1801
  <summary>
1818
- Constructs a DefaultKernel with the specified
1819
- implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/> and <see cref="T:Castle.MicroKernel.IDependencyResolver"/>
1802
+ Constructs a DefaultKernel with the specified
1803
+ implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/> and <see cref="T:Castle.MicroKernel.IDependencyResolver"/>
1820
1804
  </summary>
1821
1805
  <param name="resolver"></param>
1822
1806
  <param name="proxyFactory"></param>
1823
1807
  </member>
1824
1808
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor(Castle.MicroKernel.IProxyFactory)">
1825
1809
  <summary>
1826
- Constructs a DefaultKernel with the specified
1827
- implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1810
+ Constructs a DefaultKernel with the specified
1811
+ implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1828
1812
  </summary>
1829
1813
  </member>
1830
- <member name="M:Castle.MicroKernel.DefaultKernel.Register(Castle.MicroKernel.Registration.IRegistration[])">
1814
+ <member name="M:Castle.MicroKernel.DefaultKernel.Dispose">
1831
1815
  <summary>
1832
- Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
1833
- with the <see cref="T:Castle.MicroKernel.IKernel"/>.
1834
- <param name="registrations">The component registrations.</param>
1835
- <returns>The kernel.</returns>
1816
+ Starts the process of component disposal.
1836
1817
  </summary>
1837
1818
  </member>
1838
- <member name="M:Castle.MicroKernel.DefaultKernel.RemoveComponent(System.String)">
1819
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetAssignableHandlers(System.Type)">
1839
1820
  <summary>
1840
- Returns true if the specified component was
1841
- found and could be removed (i.e. no other component depends on it)
1821
+ Return handlers for components that
1822
+ implements the specified service.
1823
+ The check is made using IsAssignableFrom
1842
1824
  </summary>
1843
- <param name="key">The component's key</param>
1825
+ <param name = "service"></param>
1844
1826
  <returns></returns>
1845
1827
  </member>
1846
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Collections.IDictionary)">
1828
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetFacilities">
1847
1829
  <summary>
1848
- Associates objects with a component handler,
1849
- allowing it to use the specified dictionary
1850
- when resolving dependencies
1830
+ Returns the facilities registered on the kernel.
1851
1831
  </summary>
1852
- <param name="service"></param>
1853
- <param name="dependencies"></param>
1832
+ <returns></returns>
1854
1833
  </member>
1855
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Object)">
1834
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetHandlers(System.Type)">
1856
1835
  <summary>
1857
- Associates objects with a component handler,
1858
- allowing it to use the specified dictionary
1859
- when resolving dependencies
1836
+ Return handlers for components that
1837
+ implements the specified service.
1860
1838
  </summary>
1861
- <param name="service"></param>
1862
- <param name="dependenciesAsAnonymousType"></param>
1839
+ <param name = "service"></param>
1840
+ <returns></returns>
1863
1841
  </member>
1864
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Collections.IDictionary)">
1842
+ <member name="M:Castle.MicroKernel.DefaultKernel.Register(Castle.MicroKernel.Registration.IRegistration[])">
1865
1843
  <summary>
1866
- Associates objects with a component handler,
1867
- allowing it to use the specified dictionary
1868
- when resolving dependencies
1844
+ Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
1845
+ with the <see cref="T:Castle.MicroKernel.IKernel"/>.
1846
+ <param name="registrations">The component registrations.</param>
1847
+ <returns>The kernel.</returns>
1869
1848
  </summary>
1870
- <param name="key"></param>
1871
- <param name="dependencies"></param>
1872
1849
  </member>
1873
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Object)">
1850
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Collections.IDictionary)">
1874
1851
  <summary>
1875
- Associates objects with a component handler,
1876
- allowing it to use the specified dictionary
1877
- when resolving dependencies
1852
+ Associates objects with a component handler,
1853
+ allowing it to use the specified dictionary
1854
+ when resolving dependencies
1878
1855
  </summary>
1879
- <param name="key"></param>
1880
- <param name="dependenciesAsAnonymousType"></param>
1856
+ <param name = "service"></param>
1857
+ <param name = "dependencies"></param>
1881
1858
  </member>
1882
- <member name="M:Castle.MicroKernel.DefaultKernel.ReleaseComponent(System.Object)">
1859
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Object)">
1883
1860
  <summary>
1884
- Releases a component instance. This allows
1885
- the kernel to execute the proper decomission
1886
- lifecycles on the component instance.
1861
+ Associates objects with a component handler,
1862
+ allowing it to use the specified dictionary
1863
+ when resolving dependencies
1887
1864
  </summary>
1888
- <param name="instance"></param>
1865
+ <param name = "service"></param>
1866
+ <param name = "dependenciesAsAnonymousType"></param>
1889
1867
  </member>
1890
- <member name="M:Castle.MicroKernel.DefaultKernel.GetHandlers(System.Type)">
1868
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Collections.IDictionary)">
1891
1869
  <summary>
1892
- Return handlers for components that
1893
- implements the specified service.
1870
+ Associates objects with a component handler,
1871
+ allowing it to use the specified dictionary
1872
+ when resolving dependencies
1894
1873
  </summary>
1895
- <param name="service"></param>
1896
- <returns></returns>
1874
+ <param name = "key"></param>
1875
+ <param name = "dependencies"></param>
1897
1876
  </member>
1898
- <member name="M:Castle.MicroKernel.DefaultKernel.GetAssignableHandlers(System.Type)">
1877
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Object)">
1899
1878
  <summary>
1900
- Return handlers for components that
1901
- implements the specified service.
1902
- The check is made using IsAssignableFrom
1879
+ Associates objects with a component handler,
1880
+ allowing it to use the specified dictionary
1881
+ when resolving dependencies
1903
1882
  </summary>
1904
- <param name="service"></param>
1905
- <returns></returns>
1883
+ <param name = "key"></param>
1884
+ <param name = "dependenciesAsAnonymousType"></param>
1906
1885
  </member>
1907
- <member name="M:Castle.MicroKernel.DefaultKernel.GetFacilities">
1886
+ <member name="M:Castle.MicroKernel.DefaultKernel.ReleaseComponent(System.Object)">
1908
1887
  <summary>
1909
- Returns the facilities registered on the kernel.
1888
+ Releases a component instance. This allows
1889
+ the kernel to execute the proper decomission
1890
+ lifecycles on the component instance.
1891
+ </summary>
1892
+ <param name = "instance"></param>
1893
+ </member>
1894
+ <member name="M:Castle.MicroKernel.DefaultKernel.RemoveComponent(System.String)">
1895
+ <summary>
1896
+ Returns true if the specified component was
1897
+ found and could be removed (i.e. no other component depends on it)
1910
1898
  </summary>
1899
+ <param name = "key">The component's key</param>
1911
1900
  <returns></returns>
1912
1901
  </member>
1913
1902
  <member name="M:Castle.MicroKernel.DefaultKernel.GetService(System.Type)">
1914
- <summary>
1915
- Gets the service object of the specified type.
1916
- </summary>
1917
-
1918
- <returns>
1919
- A service object of type serviceType.
1920
- </returns>
1921
-
1922
- <param name="serviceType">An object that specifies the type of service object to get. </param>
1903
+ <summary>
1904
+ Gets the service object of the specified type.
1905
+ </summary>
1906
+ <returns>
1907
+ A service object of type serviceType.
1908
+ </returns>
1909
+ <param name = "serviceType">An object that specifies the type of service object to get. </param>
1923
1910
  </member>
1924
1911
  <member name="M:Castle.MicroKernel.DefaultKernel.GetService``1">
1925
- <summary>
1926
- Gets the service object of the specified type.
1927
- </summary>
1928
-
1929
- <returns>
1930
- A service object of type serviceType.
1931
- </returns>
1932
- </member>
1933
- <member name="M:Castle.MicroKernel.DefaultKernel.Dispose">
1934
1912
  <summary>
1935
- Starts the process of component disposal.
1913
+ Gets the service object of the specified type.
1936
1914
  </summary>
1915
+ <returns>
1916
+ A service object of type serviceType.
1917
+ </returns>
1937
1918
  </member>
1938
1919
  <member name="M:Castle.MicroKernel.DefaultKernel.AddComponent(System.String,System.Type,Castle.Core.LifestyleType)">
1939
1920
  <summary>
@@ -2333,7 +2314,7 @@
2333
2314
  </member>
2334
2315
  <member name="P:Castle.MicroKernel.DefaultKernel.GraphNodes">
2335
2316
  <summary>
2336
- Graph of components and iteractions.
2317
+ Graph of components and iteractions.
2337
2318
  </summary>
2338
2319
  </member>
2339
2320
  <member name="E:Castle.MicroKernel.DefaultKernel.HandlerRegistered">
@@ -2783,43 +2764,40 @@
2783
2764
  </member>
2784
2765
  <member name="T:Castle.Facilities.Remoting.RemotingFacility">
2785
2766
  <summary>
2786
- Facility to allow the communication with remote kernel, using the .NET Remoting infraestructure.
2767
+ Facility to allow the communication with remote kernel, using the .NET Remoting infraestructure.
2787
2768
  </summary>
2788
2769
  <remarks>
2789
- TODO
2770
+ TODO
2790
2771
  </remarks>
2791
2772
  <example>
2792
- TODO
2773
+ TODO
2793
2774
  </example>
2794
2775
  </member>
2795
2776
  <member name="F:Castle.Facilities.Remoting.RemotingFacility.baseUri">
2796
2777
  <summary>
2797
- Used for client side (Expand explanation)
2778
+ Used for client side (Expand explanation)
2798
2779
  </summary>
2799
2780
  </member>
2800
2781
  <member name="F:Castle.Facilities.Remoting.RemotingFacility.localRegistry">
2801
2782
  <summary>
2802
- Used for server side.
2803
- Holds the local registry
2783
+ Used for server side.
2784
+ Holds the local registry
2804
2785
  </summary>
2805
2786
  </member>
2806
2787
  <member name="F:Castle.Facilities.Remoting.RemotingFacility.remoteRegistry">
2807
2788
  <summary>
2808
- Used for client side.
2809
- Holds a remote proxy to the server registry
2810
- </summary>
2811
- </member>
2812
- <member name="M:Castle.Facilities.Remoting.RemotingFacility.#ctor">
2813
- <summary>
2814
- Constructs a RemotingFacility
2789
+ Used for client side.
2790
+ Holds a remote proxy to the server registry
2815
2791
  </summary>
2816
2792
  </member>
2817
2793
  <member name="M:Castle.Facilities.Remoting.RemotingFacility.Dispose">
2818
2794
  <summary>
2819
- Performs the tasks associated with freeing, releasing, or resetting
2820
- the facility resources.
2795
+ Performs the tasks associated with freeing, releasing, or resetting
2796
+ the facility resources.
2821
2797
  </summary>
2822
- <remarks>It can be overriden.</remarks>
2798
+ <remarks>
2799
+ It can be overriden.
2800
+ </remarks>
2823
2801
  </member>
2824
2802
  <member name="T:Castle.Facilities.Remoting.RemotingInspector">
2825
2803
  <summary>
@@ -2854,43 +2832,43 @@
2854
2832
  </member>
2855
2833
  <member name="M:Castle.Facilities.Startable.StartableFacility.DeferredStart">
2856
2834
  <summary>
2857
- This method changes behavior of the facility. Deferred mode should be used when you
2858
- have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2859
- Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2860
- intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2861
- start all the startable components. An exception will be thrown if a startable component can't be
2862
- instantiated and started. This will help you fail fast and diagnose issues quickly. If you don't want
2863
- the exception to be thrown and you prefer the component to fail silently, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method instead.
2835
+ This method changes behavior of the facility. Deferred mode should be used when you
2836
+ have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2837
+ Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2838
+ intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2839
+ start all the startable components. An exception will be thrown if a startable component can't be
2840
+ instantiated and started. This will help you fail fast and diagnose issues quickly. If you don't want
2841
+ the exception to be thrown and you prefer the component to fail silently, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method instead.
2864
2842
  </summary>
2865
2843
  <remarks>
2866
- It is recommended to use this method over <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method.
2844
+ It is recommended to use this method over <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method.
2867
2845
  </remarks>
2868
2846
  </member>
2869
2847
  <member name="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart">
2870
2848
  <summary>
2871
- This method changes behavior of the facility. Deferred mode should be used when you
2872
- have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2873
- Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2874
- intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2875
- start all the startable components. No exception will be thrown if a startable component can't be
2876
- instantiated and started. If you'd rather fail fast and diagnose issues quickly, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method instead.
2849
+ This method changes behavior of the facility. Deferred mode should be used when you
2850
+ have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2851
+ Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2852
+ intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2853
+ start all the startable components. No exception will be thrown if a startable component can't be
2854
+ instantiated and started. If you'd rather fail fast and diagnose issues quickly, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method instead.
2877
2855
  </summary>
2878
2856
  <remarks>
2879
- It is recommended to use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method over this method.
2857
+ It is recommended to use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method over this method.
2880
2858
  </remarks>
2881
2859
  </member>
2882
2860
  <member name="M:Castle.Facilities.Startable.StartableFacility.CheckWaitingList">
2883
2861
  <summary>
2884
- For each new component registered,
2885
- some components in the WaitingDependency
2886
- state may have became valid, so we check them
2862
+ For each new component registered,
2863
+ some components in the WaitingDependency
2864
+ state may have became valid, so we check them
2887
2865
  </summary>
2888
2866
  </member>
2889
2867
  <member name="M:Castle.Facilities.Startable.StartableFacility.TryStart(Castle.MicroKernel.IHandler)">
2890
2868
  <summary>
2891
- Request the component instance
2869
+ Request the component instance
2892
2870
  </summary>
2893
- <param name="handler"></param>
2871
+ <param name = "handler"></param>
2894
2872
  </member>
2895
2873
  <member name="M:Castle.Facilities.Startable.StartableFacilityRegistrationExtensions.StartUsingMethod``1(Castle.MicroKernel.Registration.ComponentRegistration{``0},System.String)">
2896
2874
  <summary>
@@ -3020,13 +2998,13 @@
3020
2998
  </member>
3021
2999
  <member name="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver">
3022
3000
  <summary>
3023
- Redirects resolution to the main resolver, and if not found uses
3024
- the parent handler.
3001
+ Redirects resolution to the main resolver, and if not found uses
3002
+ the parent handler.
3025
3003
  </summary>
3026
3004
  </member>
3027
3005
  <member name="M:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver.#ctor(Castle.MicroKernel.IHandler,Castle.MicroKernel.ISubDependencyResolver)">
3028
3006
  <summary>
3029
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver"/> class.
3007
+ Initializes a new instance of the <see cref="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver"/> class.
3030
3008
  </summary>
3031
3009
  <param name="parentHandler">The parent handler.</param>
3032
3010
  <param name="childResolver">The child resolver.</param>
@@ -3297,16 +3275,6 @@
3297
3275
 
3298
3276
  </summary>
3299
3277
  </member>
3300
- <member name="T:Castle.MicroKernel.Lifestyle.PerThreadThreadStaticLifestyleManager">
3301
- <summary>
3302
- per thread LifestyleManager implementation compatibile with Silverlight.
3303
- </summary>
3304
- </member>
3305
- <member name="M:Castle.MicroKernel.Lifestyle.PerThreadThreadStaticLifestyleManager.Dispose">
3306
- <summary>
3307
-
3308
- </summary>
3309
- </member>
3310
3278
  <member name="T:Castle.MicroKernel.Lifestyle.PoolableLifestyleManager">
3311
3279
  <summary>
3312
3280
  Implements a Poolable Lifestyle Manager.
@@ -4754,7 +4722,7 @@
4754
4722
  <summary>
4755
4723
  Specify custom dependencies using <see cref="M:Castle.MicroKernel.Registration.Property.ForKey(System.String)"/> or <see cref="M:Castle.MicroKernel.Registration.Property.ForKey(System.Type)"/>.
4756
4724
  <para/>
4757
- Use <see cref="M:Castle.MicroKernel.Registration.ComponentRegistration`1.ServiceOverrides(Castle.MicroKernel.Registration.ServiceOverride[])"/> to specify the components
4725
+ You can pass <see cref="T:Castle.MicroKernel.Registration.ServiceOverride"/>s to specify the components
4758
4726
  this component should be resolved with.
4759
4727
  </summary>
4760
4728
  <param name="dependencies">The dependencies.</param>
@@ -5397,9 +5365,28 @@
5397
5365
  <param key="value">The property value.</param>
5398
5366
  <returns>The new <see cref="T:Castle.MicroKernel.Registration.Property"/></returns>
5399
5367
  </member>
5400
- <member name="P:Castle.MicroKernel.Registration.PropertyKey.Key">
5368
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is(System.String)">
5401
5369
  <summary>
5402
- The property key key.
5370
+ Builds a service override using other component registered with given <paramref name="componentName"/> as value for dependency with given <see cref="P:Castle.MicroKernel.Registration.PropertyKey.Key"/>.
5371
+ </summary>
5372
+ <param name="componentName"></param>
5373
+ <returns></returns>
5374
+ </member>
5375
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is(System.Type)">
5376
+ <summary>
5377
+ Builds a service override using other component registered with given <paramref name="componentImplementation"/> and no explicit name, as value for dependency with given <see cref="P:Castle.MicroKernel.Registration.PropertyKey.Key"/>.
5378
+ </summary>
5379
+ <returns></returns>
5380
+ </member>
5381
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is``1">
5382
+ <summary>
5383
+ Builds a service override using other component registered with given <typeparam name="TComponentImplementation"/> and no explicit name, as value for dependency with given <see cref="P:Castle.MicroKernel.Registration.PropertyKey.Key"/>.
5384
+ </summary>
5385
+ <returns></returns>
5386
+ </member>
5387
+ <member name="P:Castle.MicroKernel.Registration.PropertyKey.Key">
5388
+ <summary>
5389
+ The property key key.
5403
5390
  </summary>
5404
5391
  </member>
5405
5392
  <member name="T:Castle.MicroKernel.Registration.ServiceOverride">
@@ -5903,11 +5890,6 @@
5903
5890
  No tracking of component instances are made.
5904
5891
  </summary>
5905
5892
  </member>
5906
- <member name="M:Castle.MicroKernel.Releasers.NoTrackingReleasePolicy.#ctor">
5907
- <summary>
5908
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.Releasers.NoTrackingReleasePolicy"/> class.
5909
- </summary>
5910
- </member>
5911
5893
  <member name="T:Castle.MicroKernel.Resolvers.DefaultDependencyResolver">
5912
5894
  <summary>
5913
5895
  Default implementation for <see cref="T:Castle.MicroKernel.IDependencyResolver"/>.
@@ -6525,11 +6507,6 @@
6525
6507
  and still call from non generic types outside.
6526
6508
  </summary>
6527
6509
  </member>
6528
- <member name="M:Castle.MicroKernel.SubSystems.Conversion.GenericListConverter.#ctor">
6529
- <summary>
6530
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.SubSystems.Conversion.GenericListConverter"/> class.
6531
- </summary>
6532
- </member>
6533
6510
  <member name="T:Castle.MicroKernel.SubSystems.Conversion.PrimitiveConverter">
6534
6511
  <summary>
6535
6512
  Implements all standard conversions.
@@ -7413,453 +7390,453 @@
7413
7390
  </member>
7414
7391
  <member name="T:Castle.Windsor.IWindsorContainer">
7415
7392
  <summary>
7416
- The <c>IWindsorContainer</c> interface exposes all the
7417
- functionality the Windsor implements.
7393
+ The <c>IWindsorContainer</c> interface exposes all the
7394
+ functionality the Windsor implements.
7418
7395
  </summary>
7419
7396
  </member>
7420
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
7397
+ <member name="M:Castle.Windsor.IWindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
7421
7398
  <summary>
7422
- Registers a facility within the container.
7399
+ Registers a subcontainer. The components exposed
7400
+ by this container will be accessible from subcontainers.
7423
7401
  </summary>
7424
- <param name="key">The key by which the <see cref="T:Castle.MicroKernel.IFacility"/> gets indexed.</param>
7425
- <param name="facility">The <see cref="T:Castle.MicroKernel.IFacility"/> to add to the container.</param>
7402
+ <param name = "childContainer"></param>
7426
7403
  </member>
7427
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String)">
7404
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type)">
7428
7405
  <summary>
7429
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7406
+ Adds a component to be managed by the container
7430
7407
  </summary>
7431
- <typeparam name="T">The facility type.</typeparam>
7432
- <param name="key"></param>
7433
- <returns></returns>
7408
+ <param name="key">The key by which the component gets indexed.</param>
7409
+ <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7434
7410
  </member>
7435
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Action{``0})">
7411
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type,System.Type)">
7436
7412
  <summary>
7437
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7413
+ Adds a component to be managed by the container
7438
7414
  </summary>
7439
- <typeparam name="T">The facility type.</typeparam>
7440
- <param name="key"></param>
7441
- <param name="onCreate">The callback for creation.</param>
7442
- <returns></returns>
7415
+ <param name="key">The key by which the component gets indexed.</param>
7416
+ <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
7417
+ <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7443
7418
  </member>
7444
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
7419
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1">
7445
7420
  <summary>
7446
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7421
+ Adds a component to be managed by the container.
7422
+ The key to obtain the component will be the FullName of the type.
7447
7423
  </summary>
7448
- <typeparam name="T">The facility type.</typeparam>
7449
- <param name="key"></param>
7450
- <param name="onCreate">The callback for creation.</param>
7451
- <returns></returns>
7424
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7452
7425
  </member>
7453
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1">
7426
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1(System.String)">
7454
7427
  <summary>
7455
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7428
+ Adds a component to be managed by the container
7456
7429
  </summary>
7457
- <typeparam name="T">The facility type.</typeparam>
7458
- <returns></returns>
7430
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7431
+ <param name="key">The key by which the component gets indexed.</param>
7459
7432
  </member>
7460
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Action{``0})">
7433
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2">
7461
7434
  <summary>
7462
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7435
+ Adds a component to be managed by the container
7436
+ The key to obtain the component will be the FullName of the type.
7463
7437
  </summary>
7464
- <typeparam name="T">The facility type.</typeparam>
7465
- <param name="onCreate">The callback for creation.</param>
7466
- <returns></returns>
7438
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7439
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7467
7440
  </member>
7468
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
7441
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2(System.String)">
7469
7442
  <summary>
7470
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7443
+ Adds a component to be managed by the container
7471
7444
  </summary>
7472
- <typeparam name="T">The facility type.</typeparam>
7473
- <param name="onCreate">The callback for creation.</param>
7474
- <returns></returns>
7445
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7446
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7447
+ <param name="key">The key by which the component gets indexed.</param>
7475
7448
  </member>
7476
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type)">
7449
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
7477
7450
  <summary>
7478
- Adds a component to be managed by the container
7451
+ Adds a component to be managed by the container
7479
7452
  </summary>
7480
7453
  <param name="key">The key by which the component gets indexed.</param>
7481
7454
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7455
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7482
7456
  </member>
7483
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type,System.Type)">
7457
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
7484
7458
  <summary>
7485
- Adds a component to be managed by the container
7459
+ Adds a component to be managed by the container
7486
7460
  </summary>
7487
7461
  <param name="key">The key by which the component gets indexed.</param>
7488
7462
  <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
7489
7463
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7464
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7490
7465
  </member>
7491
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
7466
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
7467
+ <summary>
7468
+ Adds a component to be managed by the container.
7469
+ The key to obtain the component will be the FullName of the type.
7470
+ </summary>
7471
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7472
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7473
+ </member>
7474
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
7492
7475
  <summary>
7493
- Adds a component to be managed by the container
7476
+ Adds a component to be managed by the container
7494
7477
  </summary>
7478
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7495
7479
  <param name="key">The key by which the component gets indexed.</param>
7496
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7497
7480
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7498
7481
  </member>
7499
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
7482
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
7483
+ <summary>
7484
+ Adds a component to be managed by the container
7485
+ The key to obtain the component will be the FullName of the type.
7486
+ </summary>
7487
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7488
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7489
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7490
+ </member>
7491
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
7500
7492
  <summary>
7501
- Adds a component to be managed by the container
7493
+ Adds a component to be managed by the container
7502
7494
  </summary>
7495
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7496
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7503
7497
  <param name="key">The key by which the component gets indexed.</param>
7504
- <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
7505
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7506
7498
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7507
7499
  </member>
7508
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Collections.IDictionary)">
7500
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
7509
7501
  <summary>
7510
- Adds a concrete class as a component and specify the extended properties.
7511
- Used by facilities, mostly.
7502
+ Adds a concrete class and an interface
7503
+ as a component and specify the extended properties.
7504
+ Used by facilities, mostly.
7505
+ The key to obtain the component will be the FullName of the type.
7512
7506
  </summary>
7513
- <param name="key"></param>
7514
- <param name="classType"></param>
7515
- <param name="extendedProperties"></param>
7507
+ <typeparam name = "I"></typeparam>
7508
+ <typeparam name = "T"></typeparam>
7509
+ <param name = "extendedProperties"></param>
7516
7510
  </member>
7517
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Type,System.Collections.IDictionary)">
7511
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
7518
7512
  <summary>
7519
- Adds a concrete class and an interface
7520
- as a component and specify the extended properties.
7521
- Used by facilities, mostly.
7513
+ Adds a concrete class and an interface
7514
+ as a component and specify the extended properties.
7515
+ Used by facilities, mostly.
7522
7516
  </summary>
7523
- <param name="key"></param>
7524
- <param name="serviceType"></param>
7525
- <param name="classType"></param>
7526
- <param name="extendedProperties"></param>
7517
+ <typeparam name = "I"></typeparam>
7518
+ <typeparam name = "T"></typeparam>
7519
+ <param name = "key"></param>
7520
+ <param name = "extendedProperties"></param>
7527
7521
  </member>
7528
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1">
7522
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Collections.IDictionary)">
7529
7523
  <summary>
7530
- Adds a component to be managed by the container.
7531
- The key to obtain the component will be the FullName of the type.
7524
+ Adds a concrete class as a component and specify the extended properties.
7525
+ Used by facilities, mostly.
7532
7526
  </summary>
7533
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7527
+ <param name = "key"></param>
7528
+ <param name = "classType"></param>
7529
+ <param name = "extendedProperties"></param>
7534
7530
  </member>
7535
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1(System.String)">
7531
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Type,System.Collections.IDictionary)">
7536
7532
  <summary>
7537
- Adds a component to be managed by the container
7533
+ Adds a concrete class and an interface
7534
+ as a component and specify the extended properties.
7535
+ Used by facilities, mostly.
7538
7536
  </summary>
7539
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7540
- <param name="key">The key by which the component gets indexed.</param>
7537
+ <param name = "key"></param>
7538
+ <param name = "serviceType"></param>
7539
+ <param name = "classType"></param>
7540
+ <param name = "extendedProperties"></param>
7541
7541
  </member>
7542
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
7542
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
7543
7543
  <summary>
7544
- Adds a component to be managed by the container.
7545
- The key to obtain the component will be the FullName of the type.
7544
+ Adds a concrete class as a component and specify the extended properties.
7545
+ Used by facilities, mostly.
7546
+ The key to obtain the component will be the FullName of the type.
7546
7547
  </summary>
7547
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7548
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7548
+ <typeparam name = "T"></typeparam>
7549
+ <param name = "extendedProperties"></param>
7549
7550
  </member>
7550
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
7551
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
7551
7552
  <summary>
7552
- Adds a component to be managed by the container
7553
+ Adds a concrete class as a component and specify the extended properties.
7554
+ Used by facilities, mostly.
7553
7555
  </summary>
7554
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7555
- <param name="key">The key by which the component gets indexed.</param>
7556
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7556
+ <typeparam name = "T"></typeparam>
7557
+ <param name = "key"></param>
7558
+ <param name = "extendedProperties"></param>
7557
7559
  </member>
7558
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2">
7560
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
7559
7561
  <summary>
7560
- Adds a component to be managed by the container
7561
- The key to obtain the component will be the FullName of the type.
7562
+ Registers a facility within the container.
7562
7563
  </summary>
7563
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7564
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7564
+ <param name="key">The key by which the <see cref="T:Castle.MicroKernel.IFacility"/> gets indexed.</param>
7565
+ <param name="facility">The <see cref="T:Castle.MicroKernel.IFacility"/> to add to the container.</param>
7565
7566
  </member>
7566
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2(System.String)">
7567
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String)">
7567
7568
  <summary>
7568
- Adds a component to be managed by the container
7569
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7569
7570
  </summary>
7570
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7571
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7572
- <param name="key">The key by which the component gets indexed.</param>
7571
+ <typeparam name="T">The facility type.</typeparam>
7572
+ <param name="key"></param>
7573
+ <returns></returns>
7573
7574
  </member>
7574
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
7575
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Action{``0})">
7575
7576
  <summary>
7576
- Adds a component to be managed by the container
7577
- The key to obtain the component will be the FullName of the type.
7577
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7578
7578
  </summary>
7579
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7580
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7581
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7579
+ <typeparam name="T">The facility type.</typeparam>
7580
+ <param name="key"></param>
7581
+ <param name="onCreate">The callback for creation.</param>
7582
+ <returns></returns>
7582
7583
  </member>
7583
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
7584
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
7584
7585
  <summary>
7585
- Adds a component to be managed by the container
7586
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7586
7587
  </summary>
7587
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7588
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7589
- <param name="key">The key by which the component gets indexed.</param>
7590
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7588
+ <typeparam name="T">The facility type.</typeparam>
7589
+ <param name="key"></param>
7590
+ <param name="onCreate">The callback for creation.</param>
7591
+ <returns></returns>
7591
7592
  </member>
7592
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
7593
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1">
7593
7594
  <summary>
7594
- Adds a concrete class as a component and specify the extended properties.
7595
- Used by facilities, mostly.
7596
- The key to obtain the component will be the FullName of the type.
7595
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7597
7596
  </summary>
7598
- <typeparam name="T"></typeparam>
7599
- <param name="extendedProperties"></param>
7597
+ <typeparam name="T">The facility type.</typeparam>
7598
+ <returns></returns>
7600
7599
  </member>
7601
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
7600
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Action{``0})">
7602
7601
  <summary>
7603
- Adds a concrete class as a component and specify the extended properties.
7604
- Used by facilities, mostly.
7602
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7605
7603
  </summary>
7606
- <typeparam name="T"></typeparam>
7607
- <param name="key"></param>
7608
- <param name="extendedProperties"></param>
7604
+ <typeparam name="T">The facility type.</typeparam>
7605
+ <param name="onCreate">The callback for creation.</param>
7606
+ <returns></returns>
7609
7607
  </member>
7610
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
7608
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
7611
7609
  <summary>
7612
- Adds a concrete class and an interface
7613
- as a component and specify the extended properties.
7614
- Used by facilities, mostly.
7615
- The key to obtain the component will be the FullName of the type.
7610
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7616
7611
  </summary>
7617
- <typeparam name="I"></typeparam>
7618
- <typeparam name="T"></typeparam>
7619
- <param name="extendedProperties"></param>
7612
+ <typeparam name="T">The facility type.</typeparam>
7613
+ <param name="onCreate">The callback for creation.</param>
7614
+ <returns></returns>
7620
7615
  </member>
7621
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
7616
+ <member name="M:Castle.Windsor.IWindsorContainer.GetChildContainer(System.String)">
7622
7617
  <summary>
7623
- Adds a concrete class and an interface
7624
- as a component and specify the extended properties.
7625
- Used by facilities, mostly.
7618
+ Gets a child container instance by name.
7619
+ </summary>
7620
+ <param name = "name">The container's name.</param>
7621
+ <returns>The child container instance or null</returns>
7622
+ </member>
7623
+ <member name="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
7624
+ <summary>
7625
+ Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
7626
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7627
+ <param name="installers">The component installers.</param>
7628
+ <returns>The container.</returns>
7626
7629
  </summary>
7627
- <typeparam name="I"></typeparam>
7628
- <typeparam name="T"></typeparam>
7629
- <param name="key"></param>
7630
- <param name="extendedProperties"></param>
7631
7630
  </member>
7632
7631
  <member name="M:Castle.Windsor.IWindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
7633
7632
  <summary>
7634
- Registers the components provided by the <see cref="T:Castle.MicroKernel.Registration.IRegistration"/>s
7635
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7636
- <para/>
7637
- Create a new registration using <see cref="T:Castle.MicroKernel.Registration.Component"/>.For() or <see cref="T:Castle.MicroKernel.Registration.AllTypes"/>.
7633
+ Registers the components provided by the <see cref="T:Castle.MicroKernel.Registration.IRegistration"/>s
7634
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7635
+ <para/>
7636
+ Create a new registration using <see cref="T:Castle.MicroKernel.Registration.Component"/>.For() or <see cref="T:Castle.MicroKernel.Registration.AllTypes"/>.
7638
7637
  </summary>
7639
7638
  <example>
7640
- <code>
7641
- container.Register(Component.For&lt;IService&gt;().ImplementedBy&lt;DefaultService&gt;());
7642
- </code>
7639
+ <code>
7640
+ container.Register(Component.For&lt;IService&gt;().ImplementedBy&lt;DefaultService&gt;());
7641
+ </code>
7643
7642
  </example>
7644
7643
  <param name="registrations">The component registrations.</param>
7645
7644
  <returns>The container.</returns>
7646
7645
  </member>
7647
- <member name="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
7646
+ <member name="M:Castle.Windsor.IWindsorContainer.Release(System.Object)">
7648
7647
  <summary>
7649
- Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
7650
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7651
- <param name="installers">The component installers.</param>
7652
- <returns>The container.</returns>
7648
+ Releases a component instance
7649
+ </summary>
7650
+ <param name = "instance"></param>
7651
+ </member>
7652
+ <member name="M:Castle.Windsor.IWindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
7653
+ <summary>
7654
+ Remove a child container
7653
7655
  </summary>
7656
+ <param name = "childContainer"></param>
7654
7657
  </member>
7655
7658
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
7656
7659
  <summary>
7657
- Returns a component instance by the key
7660
+ Returns a component instance by the key
7658
7661
  </summary>
7659
- <param name="key"></param>
7660
- <param name="arguments"></param>
7662
+ <param name = "key"></param>
7663
+ <param name = "arguments"></param>
7661
7664
  <returns></returns>
7662
7665
  </member>
7663
7666
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Object)">
7664
7667
  <summary>
7665
- Returns a component instance by the key
7668
+ Returns a component instance by the key
7666
7669
  </summary>
7667
- <param name="key"></param>
7668
- <param name="argumentsAsAnonymousType"></param>
7670
+ <param name = "key"></param>
7671
+ <param name = "argumentsAsAnonymousType"></param>
7669
7672
  <returns></returns>
7670
7673
  </member>
7671
7674
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type)">
7672
7675
  <summary>
7673
- Returns a component instance by the key
7676
+ Returns a component instance by the key
7674
7677
  </summary>
7675
- <param name="key"></param>
7676
- <param name="service"></param>
7678
+ <param name = "key"></param>
7679
+ <param name = "service"></param>
7677
7680
  <returns></returns>
7678
7681
  </member>
7679
7682
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)">
7680
7683
  <summary>
7681
- Returns a component instance by the service
7684
+ Returns a component instance by the service
7682
7685
  </summary>
7683
- <param name="service"></param>
7686
+ <param name = "service"></param>
7684
7687
  <returns></returns>
7685
7688
  </member>
7686
7689
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
7687
7690
  <summary>
7688
- Returns a component instance by the service
7691
+ Returns a component instance by the service
7689
7692
  </summary>
7690
- <param name="service"></param>
7691
- <param name="arguments"></param>
7693
+ <param name = "service"></param>
7694
+ <param name = "arguments"></param>
7692
7695
  <returns></returns>
7693
7696
  </member>
7694
7697
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Object)">
7695
7698
  <summary>
7696
- Returns a component instance by the service
7699
+ Returns a component instance by the service
7697
7700
  </summary>
7698
- <param name="service"></param>
7699
- <param name="argumentsAsAnonymousType"></param>
7701
+ <param name = "service"></param>
7702
+ <param name = "argumentsAsAnonymousType"></param>
7700
7703
  <returns></returns>
7701
7704
  </member>
7702
- <member name="M:Castle.Windsor.IWindsorContainer.Release(System.Object)">
7705
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1">
7703
7706
  <summary>
7704
- Releases a component instance
7707
+ Returns a component instance by the service
7705
7708
  </summary>
7706
- <param name="instance"></param>
7709
+ <typeparam name = "T">Service type</typeparam>
7710
+ <returns>The component instance</returns>
7707
7711
  </member>
7708
- <member name="M:Castle.Windsor.IWindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
7712
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Collections.IDictionary)">
7709
7713
  <summary>
7710
- Registers a subcontainer. The components exposed
7711
- by this container will be accessible from subcontainers.
7714
+ Returns a component instance by the service
7712
7715
  </summary>
7713
- <param name="childContainer"></param>
7716
+ <typeparam name = "T">Service type</typeparam>
7717
+ <param name = "arguments"></param>
7718
+ <returns>The component instance</returns>
7714
7719
  </member>
7715
- <member name="M:Castle.Windsor.IWindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
7720
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Object)">
7716
7721
  <summary>
7717
- Remove a child container
7722
+ Returns a component instance by the service
7718
7723
  </summary>
7719
- <param name="childContainer"></param>
7724
+ <typeparam name = "T">Service type</typeparam>
7725
+ <param name = "argumentsAsAnonymousType"></param>
7726
+ <returns>The component instance</returns>
7720
7727
  </member>
7721
- <member name="M:Castle.Windsor.IWindsorContainer.GetChildContainer(System.String)">
7728
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)">
7722
7729
  <summary>
7723
- Gets a child container instance by name.
7730
+ Returns a component instance by the key
7724
7731
  </summary>
7725
- <param name="name">The container's name.</param>
7726
- <returns>The child container instance or null</returns>
7732
+ <param name = "key">Component's key</param>
7733
+ <typeparam name = "T">Service type</typeparam>
7734
+ <returns>The Component instance</returns>
7727
7735
  </member>
7728
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1">
7736
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
7729
7737
  <summary>
7730
- Returns a component instance by the service
7731
- </summary>
7732
- <typeparam name="T">Service type</typeparam>
7733
- <returns>The component instance</returns>
7734
- </member>
7735
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Collections.IDictionary)">
7736
- <summary>
7737
- Returns a component instance by the service
7738
- </summary>
7739
- <typeparam name="T">Service type</typeparam>
7740
- <param name="arguments"></param>
7741
- <returns>The component instance</returns>
7742
- </member>
7743
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Object)">
7744
- <summary>
7745
- Returns a component instance by the service
7746
- </summary>
7747
- <typeparam name="T">Service type</typeparam>
7748
- <param name="argumentsAsAnonymousType"></param>
7749
- <returns>The component instance</returns>
7750
- </member>
7751
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)">
7752
- <summary>
7753
- Returns a component instance by the key
7738
+ Returns a component instance by the key
7754
7739
  </summary>
7755
- <param name="key">Component's key</param>
7756
- <typeparam name="T">Service type</typeparam>
7757
- <returns>The Component instance</returns>
7758
- </member>
7759
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
7760
- <summary>
7761
- Returns a component instance by the key
7762
- </summary>
7763
- <typeparam name="T">Service type</typeparam>
7764
- <param name="key">Component's key</param>
7765
- <param name="arguments"></param>
7740
+ <typeparam name = "T">Service type</typeparam>
7741
+ <param name = "key">Component's key</param>
7742
+ <param name = "arguments"></param>
7766
7743
  <returns>The Component instance</returns>
7767
7744
  </member>
7768
7745
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Object)">
7769
7746
  <summary>
7770
- Returns a component instance by the key
7747
+ Returns a component instance by the key
7771
7748
  </summary>
7772
- <typeparam name="T">Service type</typeparam>
7773
- <param name="key">Component's key</param>
7774
- <param name="argumentsAsAnonymousType"></param>
7749
+ <typeparam name = "T">Service type</typeparam>
7750
+ <param name = "key">Component's key</param>
7751
+ <param name = "argumentsAsAnonymousType"></param>
7775
7752
  <returns>The Component instance</returns>
7776
7753
  </member>
7777
7754
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
7778
7755
  <summary>
7779
- Returns a component instance by the key
7756
+ Returns a component instance by the key
7780
7757
  </summary>
7781
- <param name="key"></param>
7782
- <param name="service"></param>
7783
- <param name="arguments"></param>
7758
+ <param name = "key"></param>
7759
+ <param name = "service"></param>
7760
+ <param name = "arguments"></param>
7784
7761
  <returns></returns>
7785
7762
  </member>
7786
7763
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Object)">
7787
7764
  <summary>
7788
- Returns a component instance by the key
7765
+ Returns a component instance by the key
7789
7766
  </summary>
7790
- <param name="key"></param>
7791
- <param name="service"></param>
7792
- <param name="argumentsAsAnonymousType"></param>
7767
+ <param name = "key"></param>
7768
+ <param name = "service"></param>
7769
+ <param name = "argumentsAsAnonymousType"></param>
7793
7770
  <returns></returns>
7794
7771
  </member>
7795
7772
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1">
7796
7773
  <summary>
7797
- Resolve all valid components that match this type.
7774
+ Resolve all valid components that match this type.
7798
7775
  </summary>
7799
- <typeparam name="T">The service type</typeparam>
7776
+ <typeparam name = "T">The service type</typeparam>
7800
7777
  </member>
7801
7778
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type)">
7802
7779
  <summary>
7803
- Resolve all valid components that mathc this service
7804
- <param name="service">the service to match</param>
7780
+ Resolve all valid components that mathc this service
7781
+ <param name = "service">the service to match</param>
7805
7782
  </summary>
7806
7783
  </member>
7807
7784
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Collections.IDictionary)">
7808
7785
  <summary>
7809
- Resolve all valid components that mathc this service
7810
- <param name="service">the service to match</param>
7811
- <param name="arguments">Arguments to resolve the service</param>
7786
+ Resolve all valid components that mathc this service
7787
+ <param name = "service">the service to match</param>
7788
+ <param name = "arguments">Arguments to resolve the service</param>
7812
7789
  </summary>
7813
7790
  </member>
7814
7791
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Object)">
7815
7792
  <summary>
7816
- Resolve all valid components that mathc this service
7817
- <param name="service">the service to match</param>
7818
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
7793
+ Resolve all valid components that mathc this service
7794
+ <param name = "service">the service to match</param>
7795
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
7819
7796
  </summary>
7820
7797
  </member>
7821
7798
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
7822
7799
  <summary>
7823
- Resolve all valid components that match this type.
7824
- <typeparam name="T">The service type</typeparam>
7825
- <param name="arguments">Arguments to resolve the service</param>
7800
+ Resolve all valid components that match this type.
7801
+ <typeparam name = "T">The service type</typeparam>
7802
+ <param name = "arguments">Arguments to resolve the service</param>
7826
7803
  </summary>
7827
7804
  </member>
7828
7805
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Object)">
7829
7806
  <summary>
7830
- Resolve all valid components that match this type.
7831
- <typeparam name="T">The service type</typeparam>
7832
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
7807
+ Resolve all valid components that match this type.
7808
+ <typeparam name = "T">The service type</typeparam>
7809
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
7833
7810
  </summary>
7834
7811
  </member>
7835
- <member name="P:Castle.Windsor.IWindsorContainer.Name">
7836
- <summary>
7837
- Gets the container's name
7838
- </summary>
7839
- <remarks>
7840
- Only useful when child containers are being used
7841
- </remarks>
7842
- <value>The container's name.</value>
7843
- </member>
7844
7812
  <member name="P:Castle.Windsor.IWindsorContainer.Item(System.String)">
7845
7813
  <summary>
7846
- Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)"/>
7814
+ Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)"/>
7847
7815
  </summary>
7848
7816
  </member>
7849
7817
  <member name="P:Castle.Windsor.IWindsorContainer.Item(System.Type)">
7850
7818
  <summary>
7851
- Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)"/>
7819
+ Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)"/>
7852
7820
  </summary>
7853
7821
  </member>
7854
7822
  <member name="P:Castle.Windsor.IWindsorContainer.Kernel">
7855
7823
  <summary>
7856
- Returns the inner instance of the MicroKernel
7824
+ Returns the inner instance of the MicroKernel
7825
+ </summary>
7826
+ </member>
7827
+ <member name="P:Castle.Windsor.IWindsorContainer.Name">
7828
+ <summary>
7829
+ Gets the container's name
7857
7830
  </summary>
7831
+ <remarks>
7832
+ Only useful when child containers are being used
7833
+ </remarks>
7834
+ <value>The container's name.</value>
7858
7835
  </member>
7859
7836
  <member name="P:Castle.Windsor.IWindsorContainer.Parent">
7860
7837
  <summary>
7861
- Gets or sets the parent container if this instance
7862
- is a sub container.
7838
+ Gets or sets the parent container if this instance
7839
+ is a sub container.
7863
7840
  </summary>
7864
7841
  </member>
7865
7842
  <member name="M:Castle.Windsor.Proxy.AbstractProxyFactory.ObtainInterceptors(Castle.MicroKernel.IKernel,Castle.Core.ComponentModel,Castle.MicroKernel.Context.CreationContext)">
@@ -7909,67 +7886,67 @@
7909
7886
  </member>
7910
7887
  <member name="T:Castle.Windsor.WindsorContainer">
7911
7888
  <summary>
7912
- Implementation of <see cref="T:Castle.Windsor.IWindsorContainer"/>
7913
- which delegates to <see cref="T:Castle.MicroKernel.IKernel"/> implementation.
7889
+ Implementation of <see cref="T:Castle.Windsor.IWindsorContainer"/>
7890
+ which delegates to <see cref="T:Castle.MicroKernel.IKernel"/> implementation.
7914
7891
  </summary>
7915
7892
  </member>
7916
7893
  <member name="M:Castle.Windsor.WindsorContainer.#ctor">
7917
7894
  <summary>
7918
- Constructs a container without any external
7919
- configuration reference
7895
+ Constructs a container without any external
7896
+ configuration reference
7920
7897
  </summary>
7921
7898
  </member>
7922
7899
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore)">
7923
7900
  <summary>
7924
- Constructs a container using the specified
7925
- <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.
7901
+ Constructs a container using the specified
7902
+ <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.
7926
7903
  </summary>
7927
7904
  <param name="store">The instance of an <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.</param>
7928
7905
  </member>
7929
7906
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter)">
7930
7907
  <summary>
7931
- Constructs a container using the specified
7932
- <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.
7908
+ Constructs a container using the specified
7909
+ <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.
7933
7910
  </summary>
7934
7911
  <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.</param>
7935
7912
  </member>
7936
7913
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter,Castle.Windsor.IEnvironmentInfo)">
7937
7914
  <summary>
7938
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7915
+ Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7939
7916
  </summary>
7940
7917
  <param name="interpreter">The interpreter.</param>
7941
7918
  <param name="environmentInfo">The environment info.</param>
7942
7919
  </member>
7943
7920
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String)">
7944
7921
  <summary>
7945
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class using a
7946
- xml file to configure it.
7947
- <para>
7948
- Equivalent to the use of <c>new WindsorContainer(new XmlInterpreter(xmlFile))</c>
7949
- </para>
7922
+ Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class using a
7923
+ xml file to configure it.
7924
+ <para>
7925
+ Equivalent to the use of <c>new WindsorContainer(new XmlInterpreter(xmlFile))</c>
7926
+ </para>
7950
7927
  </summary>
7951
7928
  <param name="xmlFile">The XML file.</param>
7952
7929
  </member>
7953
7930
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
7954
7931
  <summary>
7955
- Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7956
- implementation. Rarely used.
7932
+ Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7933
+ implementation. Rarely used.
7957
7934
  </summary>
7958
7935
  <remarks>
7959
- This constructs sets the Kernel.ProxyFactory property to
7960
- <c>Proxy.DefaultProxyFactory</c>
7936
+ This constructs sets the Kernel.ProxyFactory property to
7937
+ <c>Proxy.DefaultProxyFactory</c>
7961
7938
  </remarks>
7962
7939
  <param name="kernel">Kernel instance</param>
7963
7940
  <param name="installer">Installer instance</param>
7964
7941
  </member>
7965
7942
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
7966
7943
  <summary>
7967
- Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7968
- implementation. Rarely used.
7944
+ Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7945
+ implementation. Rarely used.
7969
7946
  </summary>
7970
7947
  <remarks>
7971
- This constructs sets the Kernel.ProxyFactory property to
7972
- <c>Proxy.DefaultProxyFactory</c>
7948
+ This constructs sets the Kernel.ProxyFactory property to
7949
+ <c>Proxy.DefaultProxyFactory</c>
7973
7950
  </remarks>
7974
7951
  <param name="name">Container's name</param>
7975
7952
  <param name="kernel">Kernel instance</param>
@@ -7977,100 +7954,103 @@
7977
7954
  </member>
7978
7955
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IProxyFactory)">
7979
7956
  <summary>
7980
- Constructs with a given <see cref="T:Castle.MicroKernel.IProxyFactory"/>.
7957
+ Constructs with a given <see cref="T:Castle.MicroKernel.IProxyFactory"/>.
7981
7958
  </summary>
7982
7959
  <param name="proxyFactory">A instance of an <see cref="T:Castle.MicroKernel.IProxyFactory"/>.</param>
7983
7960
  </member>
7984
7961
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
7985
7962
  <summary>
7986
- Constructs a container assigning a parent container
7987
- before starting the dependency resolution.
7963
+ Constructs a container assigning a parent container
7964
+ before starting the dependency resolution.
7988
7965
  </summary>
7989
7966
  <param name="parent">The instance of an <see cref="T:Castle.Windsor.IWindsorContainer"/></param>
7990
7967
  <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation</param>
7991
7968
  </member>
7992
7969
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
7993
7970
  <summary>
7994
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7971
+ Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7995
7972
  </summary>
7996
7973
  <param name="name">The container's name.</param>
7997
7974
  <param name="parent">The parent.</param>
7998
7975
  <param name="interpreter">The interpreter.</param>
7999
7976
  </member>
8000
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
7977
+ <member name="M:Castle.Windsor.WindsorContainer.Dispose">
8001
7978
  <summary>
8002
- Registers a facility within the kernel.
7979
+ Executes Dispose on underlying <see cref="T:Castle.MicroKernel.IKernel"/>
8003
7980
  </summary>
8004
- <param name="key"></param>
8005
- <param name="facility"></param>
8006
7981
  </member>
8007
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String)">
7982
+ <member name="M:Castle.Windsor.WindsorContainer.GetService(System.Type)">
8008
7983
  <summary>
8009
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7984
+ Gets the service object of the specified type.
8010
7985
  </summary>
8011
- <typeparam name="T">The facility type.</typeparam>
8012
- <param name="key"></param>
8013
- <returns></returns>
7986
+ <returns>
7987
+ A service object of type serviceType.
7988
+ </returns>
7989
+ <param name = "serviceType">An object that specifies the type of service object to get. </param>
8014
7990
  </member>
8015
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Action{``0})">
7991
+ <member name="M:Castle.Windsor.WindsorContainer.GetService``1">
8016
7992
  <summary>
8017
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7993
+ Gets the service object of the specified type.
8018
7994
  </summary>
8019
- <typeparam name="T">The facility type.</typeparam>
8020
- <param name="key"></param>
8021
- <param name="onCreate">The callback for creation.</param>
8022
- <returns></returns>
7995
+ <returns>
7996
+ A service object of type serviceType.
7997
+ </returns>
8023
7998
  </member>
8024
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
7999
+ <member name="M:Castle.Windsor.WindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
8025
8000
  <summary>
8026
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8001
+ Registers a subcontainer. The components exposed
8002
+ by this container will be accessible from subcontainers.
8027
8003
  </summary>
8028
- <typeparam name="T">The facility type.</typeparam>
8029
- <param name="key"></param>
8030
- <param name="onCreate">The callback for creation.</param>
8031
- <returns></returns>
8004
+ <param name = "childContainer"></param>
8032
8005
  </member>
8033
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1">
8006
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type)">
8034
8007
  <summary>
8035
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8008
+ Adds a component to be managed by the container
8036
8009
  </summary>
8037
- <typeparam name="T">The facility type.</typeparam>
8038
- <returns></returns>
8010
+ <param name = "key"></param>
8011
+ <param name = "classType"></param>
8039
8012
  </member>
8040
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Action{``0})">
8013
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type,System.Type)">
8041
8014
  <summary>
8042
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8015
+ Adds a component to be managed by the container
8043
8016
  </summary>
8044
- <typeparam name="T">The facility type.</typeparam>
8045
- <param name="onCreate">The callback for creation.</param>
8046
- <returns></returns>
8017
+ <param name = "key"></param>
8018
+ <param name = "serviceType"></param>
8019
+ <param name = "classType"></param>
8047
8020
  </member>
8048
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
8021
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1">
8049
8022
  <summary>
8050
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8023
+ Adds a component to be managed by the container.
8024
+ The key to obtain the component will be the FullName of the type.
8051
8025
  </summary>
8052
- <typeparam name="T">The facility type.</typeparam>
8053
- <param name="onCreate">The callback for creation.</param>
8054
- <returns></returns>
8026
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8055
8027
  </member>
8056
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type)">
8028
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1(System.String)">
8057
8029
  <summary>
8058
- Adds a component to be managed by the container
8030
+ Adds a component to be managed by the container
8059
8031
  </summary>
8060
- <param name="key"></param>
8061
- <param name="classType"></param>
8032
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8033
+ <param name="key">The key by which the component gets indexed.</param>
8062
8034
  </member>
8063
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type,System.Type)">
8035
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2(System.String)">
8064
8036
  <summary>
8065
- Adds a component to be managed by the container
8037
+ Adds a component to be managed by the container
8066
8038
  </summary>
8067
- <param name="key"></param>
8068
- <param name="serviceType"></param>
8069
- <param name="classType"></param>
8039
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8040
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8041
+ <param name="key">The key by which the component gets indexed.</param>
8042
+ </member>
8043
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2">
8044
+ <summary>
8045
+ Adds a component to be managed by the container
8046
+ The key to obtain the component will be the FullName of the type.
8047
+ </summary>
8048
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8049
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8070
8050
  </member>
8071
8051
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
8072
8052
  <summary>
8073
- Adds a component to be managed by the container
8053
+ Adds a component to be managed by the container
8074
8054
  </summary>
8075
8055
  <param name="key">The key by which the component gets indexed.</param>
8076
8056
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
@@ -8078,47 +8058,25 @@
8078
8058
  </member>
8079
8059
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
8080
8060
  <summary>
8081
- Adds a component to be managed by the container
8061
+ Adds a component to be managed by the container
8082
8062
  </summary>
8083
8063
  <param name="key">The key by which the component gets indexed.</param>
8084
8064
  <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
8085
8065
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
8086
8066
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
8087
8067
  </member>
8088
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1">
8089
- <summary>
8090
- Adds a component to be managed by the container.
8091
- The key to obtain the component will be the FullName of the type.
8092
- </summary>
8093
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8094
- </member>
8095
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1(System.String)">
8096
- <summary>
8097
- Adds a component to be managed by the container
8098
- </summary>
8099
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8100
- <param name="key">The key by which the component gets indexed.</param>
8101
- </member>
8102
8068
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
8103
8069
  <summary>
8104
- Adds a component to be managed by the container.
8105
- The key to obtain the component will be the FullName of the type.
8070
+ Adds a component to be managed by the container.
8071
+ The key to obtain the component will be the FullName of the type.
8106
8072
  </summary>
8107
8073
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8108
8074
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
8109
8075
  </member>
8110
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2(System.String)">
8111
- <summary>
8112
- Adds a component to be managed by the container
8113
- </summary>
8114
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8115
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8116
- <param name="key">The key by which the component gets indexed.</param>
8117
- </member>
8118
8076
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
8119
8077
  <summary>
8120
- Adds a component to be managed by the container
8121
- The key to obtain the component will be the FullName of the type.
8078
+ Adds a component to be managed by the container
8079
+ The key to obtain the component will be the FullName of the type.
8122
8080
  </summary>
8123
8081
  <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8124
8082
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
@@ -8126,293 +8084,312 @@
8126
8084
  </member>
8127
8085
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
8128
8086
  <summary>
8129
- Adds a component to be managed by the container
8087
+ Adds a component to be managed by the container
8130
8088
  </summary>
8131
8089
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8132
- <param name="key">The key by which the component gets indexed.</param>
8090
+ <param name="key">The key by which the component gets indexed.</param>
8133
8091
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
8134
8092
  </member>
8135
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2">
8136
- <summary>
8137
- Adds a component to be managed by the container
8138
- The key to obtain the component will be the FullName of the type.
8139
- </summary>
8140
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8141
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8142
- </member>
8143
8093
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
8144
8094
  <summary>
8145
- Adds a component to be managed by the container
8095
+ Adds a component to be managed by the container
8146
8096
  </summary>
8147
8097
  <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8148
8098
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8149
8099
  <param name="key">The key by which the component gets indexed.</param>
8150
8100
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
8151
8101
  </member>
8102
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
8103
+ <summary>
8104
+ Adds a concrete class and an interface
8105
+ as a component and specify the extended properties.
8106
+ Used by facilities, mostly.
8107
+ The key to obtain the component will be the FullName of the type.
8108
+ </summary>
8109
+ <typeparam name = "I"></typeparam>
8110
+ <typeparam name = "T"></typeparam>
8111
+ <param name = "extendedProperties"></param>
8112
+ </member>
8113
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
8114
+ <summary>
8115
+ Adds a concrete class and an interface
8116
+ as a component and specify the extended properties.
8117
+ Used by facilities, mostly.
8118
+ </summary>
8119
+ <typeparam name = "I"></typeparam>
8120
+ <typeparam name = "T"></typeparam>
8121
+ <param name = "key"></param>
8122
+ <param name = "extendedProperties"></param>
8123
+ </member>
8152
8124
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
8153
8125
  <summary>
8154
- Adds a concrete class as a component and specify the extended properties.
8155
- Used by facilities, mostly.
8156
- The key to obtain the component will be the FullName of the type.
8126
+ Adds a concrete class as a component and specify the extended properties.
8127
+ Used by facilities, mostly.
8128
+ The key to obtain the component will be the FullName of the type.
8157
8129
  </summary>
8158
- <typeparam name="T"></typeparam>
8159
- <param name="extendedProperties"></param>
8130
+ <typeparam name = "T"></typeparam>
8131
+ <param name = "extendedProperties"></param>
8160
8132
  </member>
8161
8133
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
8162
8134
  <summary>
8163
- Adds a concrete class as a component and specify the extended properties.
8164
- Used by facilities, mostly.
8135
+ Adds a concrete class as a component and specify the extended properties.
8136
+ Used by facilities, mostly.
8165
8137
  </summary>
8166
- <typeparam name="T"></typeparam>
8167
- <param name="key"></param>
8168
- <param name="extendedProperties"></param>
8138
+ <typeparam name = "T"></typeparam>
8139
+ <param name = "key"></param>
8140
+ <param name = "extendedProperties"></param>
8169
8141
  </member>
8170
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
8142
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
8171
8143
  <summary>
8172
- Adds a concrete class and an interface
8173
- as a component and specify the extended properties.
8174
- Used by facilities, mostly.
8175
- The key to obtain the component will be the FullName of the type.
8144
+ Registers a facility within the kernel.
8176
8145
  </summary>
8177
- <typeparam name="I"></typeparam>
8178
- <typeparam name="T"></typeparam>
8179
- <param name="extendedProperties"></param>
8146
+ <param name = "key"></param>
8147
+ <param name = "facility"></param>
8180
8148
  </member>
8181
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
8149
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String)">
8182
8150
  <summary>
8183
- Adds a concrete class and an interface
8184
- as a component and specify the extended properties.
8185
- Used by facilities, mostly.
8151
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8186
8152
  </summary>
8187
- <typeparam name="I"></typeparam>
8188
- <typeparam name="T"></typeparam>
8153
+ <typeparam name="T">The facility type.</typeparam>
8189
8154
  <param name="key"></param>
8190
- <param name="extendedProperties"></param>
8155
+ <returns></returns>
8191
8156
  </member>
8192
- <member name="M:Castle.Windsor.WindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
8157
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Action{``0})">
8193
8158
  <summary>
8194
- Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
8195
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
8196
- <param name="registrations">The component registrations.</param>
8197
- <returns>The container.</returns>
8159
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8198
8160
  </summary>
8161
+ <typeparam name="T">The facility type.</typeparam>
8162
+ <param name="key"></param>
8163
+ <param name="onCreate">The callback for creation.</param>
8164
+ <returns></returns>
8199
8165
  </member>
8200
- <member name="M:Castle.Windsor.WindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
8166
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
8201
8167
  <summary>
8202
- Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
8203
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
8204
- <param name="installers">The component installers.</param>
8205
- <returns>The container.</returns>
8168
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8206
8169
  </summary>
8170
+ <typeparam name="T">The facility type.</typeparam>
8171
+ <param name="key"></param>
8172
+ <param name="onCreate">The callback for creation.</param>
8173
+ <returns></returns>
8207
8174
  </member>
8208
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
8175
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1">
8209
8176
  <summary>
8210
- Returns a component instance by the service
8177
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8211
8178
  </summary>
8212
- <param name="service"></param>
8213
- <param name="arguments"></param>
8179
+ <typeparam name="T">The facility type.</typeparam>
8214
8180
  <returns></returns>
8215
8181
  </member>
8216
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Object)">
8182
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Action{``0})">
8217
8183
  <summary>
8218
- Returns a component instance by the service
8184
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8219
8185
  </summary>
8220
- <param name="service"></param>
8221
- <param name="argumentsAsAnonymousType"></param>
8186
+ <typeparam name="T">The facility type.</typeparam>
8187
+ <param name="onCreate">The callback for creation.</param>
8222
8188
  <returns></returns>
8223
8189
  </member>
8224
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
8190
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
8225
8191
  <summary>
8226
- Returns a component instance by the key
8192
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8227
8193
  </summary>
8228
- <param name="key"></param>
8229
- <param name="arguments"></param>
8194
+ <typeparam name="T">The facility type.</typeparam>
8195
+ <param name="onCreate">The callback for creation.</param>
8230
8196
  <returns></returns>
8231
8197
  </member>
8232
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Object)">
8198
+ <member name="M:Castle.Windsor.WindsorContainer.GetChildContainer(System.String)">
8233
8199
  <summary>
8234
- Returns a component instance by the key
8200
+ Gets a child container instance by name.
8235
8201
  </summary>
8236
- <param name="key"></param>
8237
- <param name="argumentsAsAnonymousType"></param>
8202
+ <param name = "name">The container's name.</param>
8203
+ <returns>The child container instance or null</returns>
8204
+ </member>
8205
+ <member name="M:Castle.Windsor.WindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
8206
+ <summary>
8207
+ Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
8208
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
8209
+ <param name="installers">The component installers.</param>
8210
+ <returns>The container.</returns>
8211
+ </summary>
8212
+ </member>
8213
+ <member name="M:Castle.Windsor.WindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
8214
+ <summary>
8215
+ Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
8216
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
8217
+ <param name="registrations">The component registrations.</param>
8218
+ <returns>The container.</returns>
8219
+ </summary>
8220
+ </member>
8221
+ <member name="M:Castle.Windsor.WindsorContainer.Release(System.Object)">
8222
+ <summary>
8223
+ Releases a component instance
8224
+ </summary>
8225
+ <param name = "instance"></param>
8226
+ </member>
8227
+ <member name="M:Castle.Windsor.WindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
8228
+ <summary>
8229
+ Removes (unregisters) a subcontainer. The components exposed by this container
8230
+ will no longer be accessible to the child container.
8231
+ </summary>
8232
+ <param name = "childContainer"></param>
8233
+ </member>
8234
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
8235
+ <summary>
8236
+ Returns a component instance by the service
8237
+ </summary>
8238
+ <param name = "service"></param>
8239
+ <param name = "arguments"></param>
8238
8240
  <returns></returns>
8239
8241
  </member>
8240
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)">
8242
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Object)">
8241
8243
  <summary>
8242
- Returns a component instance by the service
8244
+ Returns a component instance by the service
8243
8245
  </summary>
8244
- <param name="service"></param>
8246
+ <param name = "service"></param>
8247
+ <param name = "argumentsAsAnonymousType"></param>
8245
8248
  <returns></returns>
8246
8249
  </member>
8247
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1">
8250
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
8248
8251
  <summary>
8249
- Resolve all valid components that match this type.
8252
+ Returns a component instance by the key
8250
8253
  </summary>
8251
- <typeparam name="T">The service type</typeparam>
8254
+ <param name = "key"></param>
8255
+ <param name = "arguments"></param>
8256
+ <returns></returns>
8252
8257
  </member>
8253
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
8258
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Object)">
8254
8259
  <summary>
8255
- Resolve all valid components that match this type.
8256
- <typeparam name="T">The service type</typeparam>
8257
- <param name="arguments">Arguments to resolve the service</param>
8260
+ Returns a component instance by the key
8258
8261
  </summary>
8262
+ <param name = "key"></param>
8263
+ <param name = "argumentsAsAnonymousType"></param>
8264
+ <returns></returns>
8259
8265
  </member>
8260
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Object)">
8266
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)">
8261
8267
  <summary>
8262
- Resolve all valid components that match this type.
8263
- <typeparam name="T">The service type</typeparam>
8264
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
8268
+ Returns a component instance by the service
8265
8269
  </summary>
8270
+ <param name = "service"></param>
8271
+ <returns></returns>
8266
8272
  </member>
8267
8273
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type)">
8268
8274
  <summary>
8269
- Returns a component instance by the key
8275
+ Returns a component instance by the key
8270
8276
  </summary>
8271
- <param name="key"></param>
8272
- <param name="service"></param>
8277
+ <param name = "key"></param>
8278
+ <param name = "service"></param>
8273
8279
  <returns></returns>
8274
8280
  </member>
8275
8281
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
8276
8282
  <summary>
8277
- Returns a component instance by the key
8283
+ Returns a component instance by the key
8278
8284
  </summary>
8279
- <param name="key"></param>
8280
- <param name="service"></param>
8281
- <param name="arguments"></param>
8285
+ <param name = "key"></param>
8286
+ <param name = "service"></param>
8287
+ <param name = "arguments"></param>
8282
8288
  <returns></returns>
8283
8289
  </member>
8284
8290
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Object)">
8285
8291
  <summary>
8286
- Returns a component instance by the key
8292
+ Returns a component instance by the key
8287
8293
  </summary>
8288
- <param name="key"></param>
8289
- <param name="service"></param>
8290
- <param name="argumentsAsAnonymousType"></param>
8294
+ <param name = "key"></param>
8295
+ <param name = "service"></param>
8296
+ <param name = "argumentsAsAnonymousType"></param>
8291
8297
  <returns></returns>
8292
8298
  </member>
8293
8299
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Collections.IDictionary)">
8294
8300
  <summary>
8295
- Returns a component instance by the service
8301
+ Returns a component instance by the service
8296
8302
  </summary>
8297
- <typeparam name="T"></typeparam>
8298
- <param name="arguments"></param>
8303
+ <typeparam name = "T"></typeparam>
8304
+ <param name = "arguments"></param>
8299
8305
  <returns></returns>
8300
8306
  </member>
8301
8307
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Object)">
8302
8308
  <summary>
8303
- Returns a component instance by the service
8309
+ Returns a component instance by the service
8304
8310
  </summary>
8305
- <typeparam name="T"></typeparam>
8306
- <param name="argumentsAsAnonymousType"></param>
8311
+ <typeparam name = "T"></typeparam>
8312
+ <param name = "argumentsAsAnonymousType"></param>
8307
8313
  <returns></returns>
8308
8314
  </member>
8309
8315
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
8310
8316
  <summary>
8311
- Returns a component instance by the key
8317
+ Returns a component instance by the key
8312
8318
  </summary>
8313
- <param name="key"></param>
8314
- <param name="arguments"></param>
8319
+ <param name = "key"></param>
8320
+ <param name = "arguments"></param>
8315
8321
  <returns></returns>
8316
8322
  </member>
8317
8323
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Object)">
8318
8324
  <summary>
8319
- Returns a component instance by the key
8325
+ Returns a component instance by the key
8320
8326
  </summary>
8321
- <param name="key"></param>
8322
- <param name="argumentsAsAnonymousType"></param>
8327
+ <param name = "key"></param>
8328
+ <param name = "argumentsAsAnonymousType"></param>
8323
8329
  <returns></returns>
8324
8330
  </member>
8325
8331
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1">
8326
8332
  <summary>
8327
- Returns a component instance by the service
8333
+ Returns a component instance by the service
8328
8334
  </summary>
8329
- <typeparam name="T"></typeparam>
8335
+ <typeparam name = "T"></typeparam>
8330
8336
  <returns></returns>
8331
8337
  </member>
8332
8338
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String)">
8333
8339
  <summary>
8334
- Returns a component instance by the key
8340
+ Returns a component instance by the key
8335
8341
  </summary>
8336
- <param name="key"></param>
8342
+ <param name = "key"></param>
8337
8343
  <returns></returns>
8338
8344
  </member>
8339
- <member name="M:Castle.Windsor.WindsorContainer.Release(System.Object)">
8340
- <summary>
8341
- Releases a component instance
8342
- </summary>
8343
- <param name="instance"></param>
8344
- </member>
8345
- <member name="M:Castle.Windsor.WindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
8345
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1">
8346
8346
  <summary>
8347
- Registers a subcontainer. The components exposed
8348
- by this container will be accessible from subcontainers.
8347
+ Resolve all valid components that match this type.
8349
8348
  </summary>
8350
- <param name="childContainer"></param>
8349
+ <typeparam name = "T">The service type</typeparam>
8351
8350
  </member>
8352
- <member name="M:Castle.Windsor.WindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
8351
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
8353
8352
  <summary>
8354
- Removes (unregisters) a subcontainer. The components exposed by this container
8355
- will no longer be accessible to the child container.
8353
+ Resolve all valid components that match this type.
8354
+ <typeparam name = "T">The service type</typeparam>
8355
+ <param name = "arguments">Arguments to resolve the service</param>
8356
8356
  </summary>
8357
- <param name="childContainer"></param>
8358
8357
  </member>
8359
- <member name="M:Castle.Windsor.WindsorContainer.GetChildContainer(System.String)">
8358
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Object)">
8360
8359
  <summary>
8361
- Gets a child container instance by name.
8360
+ Resolve all valid components that match this type.
8361
+ <typeparam name = "T">The service type</typeparam>
8362
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
8362
8363
  </summary>
8363
- <param name="name">The container's name.</param>
8364
- <returns>The child container instance or null</returns>
8365
8364
  </member>
8366
- <member name="M:Castle.Windsor.WindsorContainer.GetService(System.Type)">
8365
+ <member name="P:Castle.Windsor.WindsorContainer.Item(System.String)">
8367
8366
  <summary>
8368
- Gets the service object of the specified type.
8367
+ Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)"/>
8369
8368
  </summary>
8370
- <returns>
8371
- A service object of type serviceType.
8372
- </returns>
8373
- <param name="serviceType">An object that specifies the type of service object to get. </param>
8374
8369
  </member>
8375
- <member name="M:Castle.Windsor.WindsorContainer.GetService``1">
8370
+ <member name="P:Castle.Windsor.WindsorContainer.Item(System.Type)">
8376
8371
  <summary>
8377
- Gets the service object of the specified type.
8372
+ Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)"/>
8378
8373
  </summary>
8379
- <returns>
8380
- A service object of type serviceType.
8381
- </returns>
8382
8374
  </member>
8383
- <member name="M:Castle.Windsor.WindsorContainer.Dispose">
8375
+ <member name="P:Castle.Windsor.WindsorContainer.Kernel">
8384
8376
  <summary>
8385
- Executes Dispose on underlying <see cref="T:Castle.MicroKernel.IKernel"/>
8377
+ Returns the inner instance of the MicroKernel
8386
8378
  </summary>
8387
8379
  </member>
8388
8380
  <member name="P:Castle.Windsor.WindsorContainer.Name">
8389
8381
  <summary>
8390
- Gets the container's name
8382
+ Gets the container's name
8391
8383
  </summary>
8392
8384
  <remarks>
8393
- Only useful when child containers are being used
8385
+ Only useful when child containers are being used
8394
8386
  </remarks>
8395
8387
  <value>The container's name.</value>
8396
8388
  </member>
8397
- <member name="P:Castle.Windsor.WindsorContainer.Kernel">
8398
- <summary>
8399
- Returns the inner instance of the MicroKernel
8400
- </summary>
8401
- </member>
8402
8389
  <member name="P:Castle.Windsor.WindsorContainer.Parent">
8403
8390
  <summary>
8404
- Gets or sets the parent container if this instance
8405
- is a sub container.
8406
- </summary>
8407
- </member>
8408
- <member name="P:Castle.Windsor.WindsorContainer.Item(System.String)">
8409
- <summary>
8410
- Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)"/>
8411
- </summary>
8412
- </member>
8413
- <member name="P:Castle.Windsor.WindsorContainer.Item(System.Type)">
8414
- <summary>
8415
- Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)"/>
8391
+ Gets or sets the parent container if this instance
8392
+ is a sub container.
8416
8393
  </summary>
8417
8394
  </member>
8418
8395
  <member name="T:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter">