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
@@ -96,7 +96,7 @@
96
96
  </member>
97
97
  <member name="M:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.#ctor(Castle.Core.ComponentModel,Castle.MicroKernel.IKernel,Castle.MicroKernel.ComponentInstanceDelegate,Castle.MicroKernel.ComponentInstanceDelegate)">
98
98
  <summary>
99
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator"/> class.
99
+ Initializes a new instance of the <see cref="T:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator"/> class.
100
100
  </summary>
101
101
  <param name="model"></param>
102
102
  <param name="kernel"></param>
@@ -292,7 +292,7 @@
292
292
  is created. Those are for example components instantiated via abstract factory.
293
293
  </summary>
294
294
  </member>
295
- <member name="M:Castle.Core.Internal.ReflectionUtil.GetCompatibileArrayItemType(System.Type)">
295
+ <member name="M:Castle.Core.Internal.ReflectionUtil.GetCompatibleArrayItemType(System.Type)">
296
296
  <summary>
297
297
  If the extended type is a Foo[] or IEnumerable{Foo} which is assignable from Foo[] this method will return typeof(Foo)
298
298
  otherwise <c>null</c>.
@@ -633,6 +633,14 @@
633
633
  </summary>
634
634
  <value>The type of the target.</value>
635
635
  </member>
636
+ <member name="P:Castle.Core.DependencyModel.TargetItemType">
637
+ <summary>
638
+ Gets the service type of the dependency.
639
+ 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,
640
+ then it's the element type of the reference. (in other words if dependency
641
+ 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>);
642
+ </summary>
643
+ </member>
636
644
  <member name="P:Castle.Core.DependencyModel.IsOptional">
637
645
  <summary>
638
646
  Gets or sets whether this dependency is optional.
@@ -789,6 +797,11 @@
789
797
  <param name="dependenciesChecked">list of the dependecies that was already checked, used to avoid cycles.</param>
790
798
  </summary>
791
799
  </member>
800
+ <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.lifestyleManager">
801
+ <summary>
802
+ Lifestyle manager instance
803
+ </summary>
804
+ </member>
792
805
  <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.customParameters">
793
806
  <summary>
794
807
  Custom dependencies values associated with the handler
@@ -806,43 +819,19 @@
806
819
  <see cref="T:Castle.Core.DependencyModel"/>
807
820
  </summary>
808
821
  </member>
809
- <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.lifestyleManager">
810
- <summary>
811
- Lifestyle manager instance
812
- </summary>
813
- </member>
814
822
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.#ctor(Castle.Core.ComponentModel)">
815
823
  <summary>
816
824
  Constructs and initializes the handler
817
825
  </summary>
818
826
  <param name = "model"></param>
819
827
  </member>
820
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Init(Castle.MicroKernel.IKernel)">
821
- <summary>
822
- Saves the kernel instance, subscribes to
823
- <see cref="E:Castle.MicroKernel.IKernelEvents.AddedAsChildKernel"/>
824
- event,
825
- creates the lifestyle manager instance and computes
826
- the handler state.
827
- </summary>
828
- <param name="kernel"></param>
829
- </member>
830
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext)">
831
- <summary>
832
- Returns an instance of the component this handler
833
- is responsible for
834
- </summary>
835
- <param name = "context"></param>
836
- <returns></returns>
837
- </member>
838
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext,System.Boolean)">
828
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ReleaseCore(System.Object)">
839
829
  <summary>
840
- Returns an instance of the component this handler
841
- is responsible for
830
+ Should be implemented by derived classes:
831
+ disposes the component instance (or recycle it)
842
832
  </summary>
843
- <param name="context"></param>
844
- <param name="instanceRequired">when <c>false</c>, handler can not create valid instance and return <c>null</c> instead </param>
845
- <returns></returns>
833
+ <param name = "instance"></param>
834
+ <returns>true if destroyed.</returns>
846
835
  </member>
847
836
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ResolveCore(Castle.MicroKernel.Context.CreationContext,System.Boolean,System.Boolean)">
848
837
  <summary>
@@ -852,50 +841,54 @@
852
841
  </summary>
853
842
  <param name = "context"></param>
854
843
  <param name = "requiresDecommission"></param>
855
- <param name="instanceRequired">When <c>false</c>, handler can not create valid instance and return <c>null</c> instead.</param>
844
+ <param name = "instanceRequired">When <c>false</c>, handler can not create valid instance and return <c>null</c> instead.</param>
856
845
  <returns></returns>
857
846
  </member>
858
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Release(System.Object)">
847
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ObtainDependencyDetails(System.Collections.IList)">
859
848
  <summary>
860
- disposes the component instance (or recycle it).
849
+ Returns human readable list of dependencies
850
+ this handler is waiting for.
861
851
  </summary>
862
- <param name = "instance"></param>
863
852
  <returns></returns>
864
853
  </member>
865
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ReleaseCore(System.Object)">
866
- <summary>
867
- Should be implemented by derived classes:
868
- disposes the component instance (or recycle it)
869
- </summary>
870
- <param name = "instance"></param>
871
- <returns>true if destroyed.</returns>
872
- </member>
873
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddCustomDependencyValue(System.Object,System.Object)">
854
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Init(Castle.MicroKernel.IKernel)">
874
855
  <summary>
875
- TODO: Pendent
856
+ Saves the kernel instance, subscribes to
857
+ <see cref="E:Castle.MicroKernel.IKernelEvents.AddedAsChildKernel"/>
858
+ event,
859
+ creates the lifestyle manager instance and computes
860
+ the handler state.
876
861
  </summary>
877
- <param name = "key"></param>
878
- <param name = "value"></param>
862
+ <param name="kernel"></param>
879
863
  </member>
880
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.HasCustomParameter(System.Object)">
864
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Release(System.Object)">
881
865
  <summary>
882
- TODO: Pendent
866
+ disposes the component instance (or recycle it).
883
867
  </summary>
884
- <param name = "key"></param>
868
+ <param name = "instance"></param>
885
869
  <returns></returns>
886
870
  </member>
887
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.RemoveCustomDependencyValue(System.Object)">
871
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext)">
888
872
  <summary>
889
- TODO: Pendent
873
+ Returns an instance of the component this handler
874
+ is responsible for
890
875
  </summary>
891
- <param name = "key"></param>
876
+ <param name = "context"></param>
877
+ <returns></returns>
892
878
  </member>
893
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ObtainDependencyDetails(System.Collections.IList)">
879
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)">
894
880
  <summary>
895
- Returns human readable list of dependencies
896
- this handler is waiting for.
881
+ Invoked by
882
+ <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)"/>
883
+ in order to check if a dependency can be satisfied.
884
+ If not, the handler is set to a 'waiting dependency' state.
897
885
  </summary>
898
- <returns></returns>
886
+ <remarks>
887
+ This method registers the dependencies within the correct collection
888
+ or dictionary and changes the handler state to
889
+ <see cref="F:Castle.MicroKernel.HandlerState.WaitingDependency"/>
890
+ </remarks>
891
+ <param name="dependency"></param>
899
892
  </member>
900
893
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.CreateLifestyleManager(Castle.MicroKernel.IComponentActivator)">
901
894
  <summary>
@@ -911,30 +904,6 @@
911
904
  <param name="activator"></param>
912
905
  <returns></returns>
913
906
  </member>
914
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)">
915
- <summary>
916
- Checks if the handler is able to, at very least, satisfy
917
- the dependencies for the constructor with less parameters
918
- </summary>
919
- <remarks>
920
- For each non*optional dependency, the implementation will invoke
921
- <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)"/>
922
- </remarks>
923
- </member>
924
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)">
925
- <summary>
926
- Invoked by
927
- <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)"/>
928
- in order to check if a dependency can be satisfied.
929
- If not, the handler is set to a 'waiting dependency' state.
930
- </summary>
931
- <remarks>
932
- This method registers the dependencies within the correct collection
933
- or dictionary and changes the handler state to
934
- <see cref="F:Castle.MicroKernel.HandlerState.WaitingDependency"/>
935
- </remarks>
936
- <param name="dependency"></param>
937
- </member>
938
907
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.DependencySatisfied(System.Boolean@)">
939
908
  <summary>
940
909
  Invoked by the kernel
@@ -947,6 +916,16 @@
947
916
  </remarks>
948
917
  <param name="stateChanged"></param>
949
918
  </member>
919
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)">
920
+ <summary>
921
+ Checks if the handler is able to, at very least, satisfy
922
+ the dependencies for the constructor with less parameters
923
+ </summary>
924
+ <remarks>
925
+ For each non*optional dependency, the implementation will invoke
926
+ <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)"/>
927
+ </remarks>
928
+ </member>
950
929
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.OnAddedAsChildKernel(System.Object,System.EventArgs)">
951
930
  <summary>
952
931
  Invoked when the container receives a parent container reference.
@@ -958,6 +937,15 @@
958
937
  <param name = "sender"></param>
959
938
  <param name = "e"></param>
960
939
  </member>
940
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext,System.Boolean)">
941
+ <summary>
942
+ Returns an instance of the component this handler
943
+ is responsible for
944
+ </summary>
945
+ <param name = "context"></param>
946
+ <param name = "instanceRequired">when <c>false</c>, handler can not create valid instance and return <c>null</c> instead </param>
947
+ <returns></returns>
948
+ </member>
961
949
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.HandlerStateChanged(System.Object,System.EventArgs)">
962
950
  <summary>
963
951
  Handler for the event
@@ -966,18 +954,14 @@
966
954
  <param name="source"></param>
967
955
  <param name="args"></param>
968
956
  </member>
969
- <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.CurrentState">
970
- <summary>
971
- Gets the handler state.
972
- </summary>
973
- </member>
974
957
  <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.ComponentModel">
975
958
  <summary>
976
959
  Gets the component model.
977
960
  </summary>
978
961
  </member>
979
- <member name="E:Castle.MicroKernel.Handlers.AbstractHandler.OnHandlerStateChanged">
962
+ <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.CurrentState">
980
963
  <summary>
964
+ Gets the handler state.
981
965
  </summary>
982
966
  </member>
983
967
  <member name="M:Castle.MicroKernel.Handlers.DefaultHandler.#ctor(Castle.Core.ComponentModel)">
@@ -1070,9 +1054,9 @@
1070
1054
  </member>
1071
1055
  <member name="T:Castle.MicroKernel.DefaultKernel">
1072
1056
  <summary>
1073
- Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
1074
- This implementation is complete and also support a kernel
1075
- hierarchy (sub containers).
1057
+ Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
1058
+ This implementation is complete and also support a kernel
1059
+ hierarchy (sub containers).
1076
1060
  </summary>
1077
1061
  <summary>
1078
1062
  Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
@@ -1851,179 +1835,176 @@
1851
1835
  </summary>
1852
1836
  <param name="model"></param>
1853
1837
  </member>
1854
- <member name="F:Castle.MicroKernel.DefaultKernel.parentKernel">
1838
+ <member name="F:Castle.MicroKernel.DefaultKernel.childKernels">
1855
1839
  <summary>
1856
- The parent kernel, if exists.
1840
+ List of sub containers.
1857
1841
  </summary>
1858
1842
  </member>
1859
- <member name="F:Castle.MicroKernel.DefaultKernel.handlerFactory">
1843
+ <member name="F:Castle.MicroKernel.DefaultKernel.facilities">
1860
1844
  <summary>
1861
- The implementation of <see cref="T:Castle.MicroKernel.IHandlerFactory"/>
1845
+ List of <see cref="T:Castle.MicroKernel.IFacility"/> registered.
1862
1846
  </summary>
1863
1847
  </member>
1864
- <member name="F:Castle.MicroKernel.DefaultKernel.modelBuilder">
1848
+ <member name="F:Castle.MicroKernel.DefaultKernel.handlerFactory">
1865
1849
  <summary>
1866
- The implementation of <see cref="T:Castle.MicroKernel.IComponentModelBuilder"/>
1850
+ The implementation of <see cref="T:Castle.MicroKernel.IHandlerFactory"/>
1867
1851
  </summary>
1868
1852
  </member>
1869
1853
  <member name="F:Castle.MicroKernel.DefaultKernel.resolver">
1870
1854
  <summary>
1871
- The dependency resolver.
1855
+ The dependency resolver.
1872
1856
  </summary>
1873
1857
  </member>
1874
- <member name="F:Castle.MicroKernel.DefaultKernel.releaserPolicy">
1858
+ <member name="F:Castle.MicroKernel.DefaultKernel.subsystems">
1875
1859
  <summary>
1876
- Implements a policy to control component's
1877
- disposal that the usef forgot.
1860
+ Map of subsystems registered.
1878
1861
  </summary>
1879
1862
  </member>
1880
- <member name="F:Castle.MicroKernel.DefaultKernel.proxyFactory">
1863
+ <member name="F:Castle.MicroKernel.DefaultKernel.modelBuilder">
1881
1864
  <summary>
1882
- Holds the implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1865
+ The implementation of <see cref="T:Castle.MicroKernel.IComponentModelBuilder"/>
1883
1866
  </summary>
1884
1867
  </member>
1885
- <member name="F:Castle.MicroKernel.DefaultKernel.facilities">
1868
+ <member name="F:Castle.MicroKernel.DefaultKernel.parentKernel">
1886
1869
  <summary>
1887
- List of <see cref="T:Castle.MicroKernel.IFacility"/> registered.
1870
+ The parent kernel, if exists.
1888
1871
  </summary>
1889
1872
  </member>
1890
- <member name="F:Castle.MicroKernel.DefaultKernel.subsystems">
1873
+ <member name="F:Castle.MicroKernel.DefaultKernel.proxyFactory">
1891
1874
  <summary>
1892
- Map of subsystems registered.
1875
+ Holds the implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1893
1876
  </summary>
1894
1877
  </member>
1895
- <member name="F:Castle.MicroKernel.DefaultKernel.childKernels">
1878
+ <member name="F:Castle.MicroKernel.DefaultKernel.releaserPolicy">
1896
1879
  <summary>
1897
- List of sub containers.
1880
+ Implements a policy to control component's
1881
+ disposal that the usef forgot.
1898
1882
  </summary>
1899
1883
  </member>
1900
1884
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor">
1901
1885
  <summary>
1902
- Constructs a DefaultKernel with no component
1903
- proxy support.
1886
+ Constructs a DefaultKernel with no component
1887
+ proxy support.
1904
1888
  </summary>
1905
1889
  </member>
1906
1890
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor(Castle.MicroKernel.IDependencyResolver,Castle.MicroKernel.IProxyFactory)">
1907
1891
  <summary>
1908
- Constructs a DefaultKernel with the specified
1909
- implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/> and <see cref="T:Castle.MicroKernel.IDependencyResolver"/>
1892
+ Constructs a DefaultKernel with the specified
1893
+ implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/> and <see cref="T:Castle.MicroKernel.IDependencyResolver"/>
1910
1894
  </summary>
1911
1895
  <param name="resolver"></param>
1912
1896
  <param name="proxyFactory"></param>
1913
1897
  </member>
1914
1898
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor(Castle.MicroKernel.IProxyFactory)">
1915
1899
  <summary>
1916
- Constructs a DefaultKernel with the specified
1917
- implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1900
+ Constructs a DefaultKernel with the specified
1901
+ implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1918
1902
  </summary>
1919
1903
  </member>
1920
- <member name="M:Castle.MicroKernel.DefaultKernel.Register(Castle.MicroKernel.Registration.IRegistration[])">
1904
+ <member name="M:Castle.MicroKernel.DefaultKernel.Dispose">
1921
1905
  <summary>
1922
- Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
1923
- with the <see cref="T:Castle.MicroKernel.IKernel"/>.
1924
- <param name="registrations">The component registrations.</param>
1925
- <returns>The kernel.</returns>
1906
+ Starts the process of component disposal.
1926
1907
  </summary>
1927
1908
  </member>
1928
- <member name="M:Castle.MicroKernel.DefaultKernel.RemoveComponent(System.String)">
1909
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetAssignableHandlers(System.Type)">
1929
1910
  <summary>
1930
- Returns true if the specified component was
1931
- found and could be removed (i.e. no other component depends on it)
1911
+ Return handlers for components that
1912
+ implements the specified service.
1913
+ The check is made using IsAssignableFrom
1932
1914
  </summary>
1933
- <param name="key">The component's key</param>
1915
+ <param name = "service"></param>
1934
1916
  <returns></returns>
1935
1917
  </member>
1936
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Collections.IDictionary)">
1918
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetFacilities">
1937
1919
  <summary>
1938
- Associates objects with a component handler,
1939
- allowing it to use the specified dictionary
1940
- when resolving dependencies
1920
+ Returns the facilities registered on the kernel.
1941
1921
  </summary>
1942
- <param name="service"></param>
1943
- <param name="dependencies"></param>
1922
+ <returns></returns>
1944
1923
  </member>
1945
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Object)">
1924
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetHandlers(System.Type)">
1946
1925
  <summary>
1947
- Associates objects with a component handler,
1948
- allowing it to use the specified dictionary
1949
- when resolving dependencies
1926
+ Return handlers for components that
1927
+ implements the specified service.
1950
1928
  </summary>
1951
- <param name="service"></param>
1952
- <param name="dependenciesAsAnonymousType"></param>
1929
+ <param name = "service"></param>
1930
+ <returns></returns>
1953
1931
  </member>
1954
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Collections.IDictionary)">
1932
+ <member name="M:Castle.MicroKernel.DefaultKernel.Register(Castle.MicroKernel.Registration.IRegistration[])">
1955
1933
  <summary>
1956
- Associates objects with a component handler,
1957
- allowing it to use the specified dictionary
1958
- when resolving dependencies
1934
+ Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
1935
+ with the <see cref="T:Castle.MicroKernel.IKernel"/>.
1936
+ <param name="registrations">The component registrations.</param>
1937
+ <returns>The kernel.</returns>
1959
1938
  </summary>
1960
- <param name="key"></param>
1961
- <param name="dependencies"></param>
1962
1939
  </member>
1963
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Object)">
1940
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Collections.IDictionary)">
1964
1941
  <summary>
1965
- Associates objects with a component handler,
1966
- allowing it to use the specified dictionary
1967
- when resolving dependencies
1942
+ Associates objects with a component handler,
1943
+ allowing it to use the specified dictionary
1944
+ when resolving dependencies
1968
1945
  </summary>
1969
- <param name="key"></param>
1970
- <param name="dependenciesAsAnonymousType"></param>
1946
+ <param name = "service"></param>
1947
+ <param name = "dependencies"></param>
1971
1948
  </member>
1972
- <member name="M:Castle.MicroKernel.DefaultKernel.ReleaseComponent(System.Object)">
1949
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Object)">
1973
1950
  <summary>
1974
- Releases a component instance. This allows
1975
- the kernel to execute the proper decomission
1976
- lifecycles on the component instance.
1951
+ Associates objects with a component handler,
1952
+ allowing it to use the specified dictionary
1953
+ when resolving dependencies
1977
1954
  </summary>
1978
- <param name="instance"></param>
1955
+ <param name = "service"></param>
1956
+ <param name = "dependenciesAsAnonymousType"></param>
1979
1957
  </member>
1980
- <member name="M:Castle.MicroKernel.DefaultKernel.GetHandlers(System.Type)">
1958
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Collections.IDictionary)">
1981
1959
  <summary>
1982
- Return handlers for components that
1983
- implements the specified service.
1960
+ Associates objects with a component handler,
1961
+ allowing it to use the specified dictionary
1962
+ when resolving dependencies
1984
1963
  </summary>
1985
- <param name="service"></param>
1986
- <returns></returns>
1964
+ <param name = "key"></param>
1965
+ <param name = "dependencies"></param>
1987
1966
  </member>
1988
- <member name="M:Castle.MicroKernel.DefaultKernel.GetAssignableHandlers(System.Type)">
1967
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Object)">
1989
1968
  <summary>
1990
- Return handlers for components that
1991
- implements the specified service.
1992
- The check is made using IsAssignableFrom
1969
+ Associates objects with a component handler,
1970
+ allowing it to use the specified dictionary
1971
+ when resolving dependencies
1993
1972
  </summary>
1994
- <param name="service"></param>
1995
- <returns></returns>
1973
+ <param name = "key"></param>
1974
+ <param name = "dependenciesAsAnonymousType"></param>
1996
1975
  </member>
1997
- <member name="M:Castle.MicroKernel.DefaultKernel.GetFacilities">
1976
+ <member name="M:Castle.MicroKernel.DefaultKernel.ReleaseComponent(System.Object)">
1998
1977
  <summary>
1999
- Returns the facilities registered on the kernel.
1978
+ Releases a component instance. This allows
1979
+ the kernel to execute the proper decomission
1980
+ lifecycles on the component instance.
1981
+ </summary>
1982
+ <param name = "instance"></param>
1983
+ </member>
1984
+ <member name="M:Castle.MicroKernel.DefaultKernel.RemoveComponent(System.String)">
1985
+ <summary>
1986
+ Returns true if the specified component was
1987
+ found and could be removed (i.e. no other component depends on it)
2000
1988
  </summary>
1989
+ <param name = "key">The component's key</param>
2001
1990
  <returns></returns>
2002
1991
  </member>
2003
1992
  <member name="M:Castle.MicroKernel.DefaultKernel.GetService(System.Type)">
2004
- <summary>
2005
- Gets the service object of the specified type.
2006
- </summary>
2007
-
2008
- <returns>
2009
- A service object of type serviceType.
2010
- </returns>
2011
-
2012
- <param name="serviceType">An object that specifies the type of service object to get. </param>
1993
+ <summary>
1994
+ Gets the service object of the specified type.
1995
+ </summary>
1996
+ <returns>
1997
+ A service object of type serviceType.
1998
+ </returns>
1999
+ <param name = "serviceType">An object that specifies the type of service object to get. </param>
2013
2000
  </member>
2014
2001
  <member name="M:Castle.MicroKernel.DefaultKernel.GetService``1">
2015
- <summary>
2016
- Gets the service object of the specified type.
2017
- </summary>
2018
-
2019
- <returns>
2020
- A service object of type serviceType.
2021
- </returns>
2022
- </member>
2023
- <member name="M:Castle.MicroKernel.DefaultKernel.Dispose">
2024
2002
  <summary>
2025
- Starts the process of component disposal.
2003
+ Gets the service object of the specified type.
2026
2004
  </summary>
2005
+ <returns>
2006
+ A service object of type serviceType.
2007
+ </returns>
2027
2008
  </member>
2028
2009
  <member name="M:Castle.MicroKernel.DefaultKernel.AddComponent(System.String,System.Type,Castle.Core.LifestyleType)">
2029
2010
  <summary>
@@ -2423,7 +2404,7 @@
2423
2404
  </member>
2424
2405
  <member name="P:Castle.MicroKernel.DefaultKernel.GraphNodes">
2425
2406
  <summary>
2426
- Graph of components and iteractions.
2407
+ Graph of components and iteractions.
2427
2408
  </summary>
2428
2409
  </member>
2429
2410
  <member name="E:Castle.MicroKernel.DefaultKernel.HandlerRegistered">
@@ -2873,43 +2854,40 @@
2873
2854
  </member>
2874
2855
  <member name="T:Castle.Facilities.Remoting.RemotingFacility">
2875
2856
  <summary>
2876
- Facility to allow the communication with remote kernel, using the .NET Remoting infraestructure.
2857
+ Facility to allow the communication with remote kernel, using the .NET Remoting infraestructure.
2877
2858
  </summary>
2878
2859
  <remarks>
2879
- TODO
2860
+ TODO
2880
2861
  </remarks>
2881
2862
  <example>
2882
- TODO
2863
+ TODO
2883
2864
  </example>
2884
2865
  </member>
2885
2866
  <member name="F:Castle.Facilities.Remoting.RemotingFacility.baseUri">
2886
2867
  <summary>
2887
- Used for client side (Expand explanation)
2868
+ Used for client side (Expand explanation)
2888
2869
  </summary>
2889
2870
  </member>
2890
2871
  <member name="F:Castle.Facilities.Remoting.RemotingFacility.localRegistry">
2891
2872
  <summary>
2892
- Used for server side.
2893
- Holds the local registry
2873
+ Used for server side.
2874
+ Holds the local registry
2894
2875
  </summary>
2895
2876
  </member>
2896
2877
  <member name="F:Castle.Facilities.Remoting.RemotingFacility.remoteRegistry">
2897
2878
  <summary>
2898
- Used for client side.
2899
- Holds a remote proxy to the server registry
2900
- </summary>
2901
- </member>
2902
- <member name="M:Castle.Facilities.Remoting.RemotingFacility.#ctor">
2903
- <summary>
2904
- Constructs a RemotingFacility
2879
+ Used for client side.
2880
+ Holds a remote proxy to the server registry
2905
2881
  </summary>
2906
2882
  </member>
2907
2883
  <member name="M:Castle.Facilities.Remoting.RemotingFacility.Dispose">
2908
2884
  <summary>
2909
- Performs the tasks associated with freeing, releasing, or resetting
2910
- the facility resources.
2885
+ Performs the tasks associated with freeing, releasing, or resetting
2886
+ the facility resources.
2911
2887
  </summary>
2912
- <remarks>It can be overriden.</remarks>
2888
+ <remarks>
2889
+ It can be overriden.
2890
+ </remarks>
2913
2891
  </member>
2914
2892
  <member name="T:Castle.Facilities.Remoting.RemotingInspector">
2915
2893
  <summary>
@@ -2944,43 +2922,43 @@
2944
2922
  </member>
2945
2923
  <member name="M:Castle.Facilities.Startable.StartableFacility.DeferredStart">
2946
2924
  <summary>
2947
- This method changes behavior of the facility. Deferred mode should be used when you
2948
- have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2949
- Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2950
- intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2951
- start all the startable components. An exception will be thrown if a startable component can't be
2952
- instantiated and started. This will help you fail fast and diagnose issues quickly. If you don't want
2953
- the exception to be thrown and you prefer the component to fail silently, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method instead.
2925
+ This method changes behavior of the facility. Deferred mode should be used when you
2926
+ have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2927
+ Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2928
+ intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2929
+ start all the startable components. An exception will be thrown if a startable component can't be
2930
+ instantiated and started. This will help you fail fast and diagnose issues quickly. If you don't want
2931
+ the exception to be thrown and you prefer the component to fail silently, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method instead.
2954
2932
  </summary>
2955
2933
  <remarks>
2956
- It is recommended to use this method over <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method.
2934
+ It is recommended to use this method over <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method.
2957
2935
  </remarks>
2958
2936
  </member>
2959
2937
  <member name="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart">
2960
2938
  <summary>
2961
- This method changes behavior of the facility. Deferred mode should be used when you
2962
- have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2963
- Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2964
- intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2965
- start all the startable components. No exception will be thrown if a startable component can't be
2966
- instantiated and started. If you'd rather fail fast and diagnose issues quickly, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method instead.
2939
+ This method changes behavior of the facility. Deferred mode should be used when you
2940
+ have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2941
+ Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2942
+ intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2943
+ start all the startable components. No exception will be thrown if a startable component can't be
2944
+ instantiated and started. If you'd rather fail fast and diagnose issues quickly, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method instead.
2967
2945
  </summary>
2968
2946
  <remarks>
2969
- It is recommended to use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method over this method.
2947
+ It is recommended to use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method over this method.
2970
2948
  </remarks>
2971
2949
  </member>
2972
2950
  <member name="M:Castle.Facilities.Startable.StartableFacility.CheckWaitingList">
2973
2951
  <summary>
2974
- For each new component registered,
2975
- some components in the WaitingDependency
2976
- state may have became valid, so we check them
2952
+ For each new component registered,
2953
+ some components in the WaitingDependency
2954
+ state may have became valid, so we check them
2977
2955
  </summary>
2978
2956
  </member>
2979
2957
  <member name="M:Castle.Facilities.Startable.StartableFacility.TryStart(Castle.MicroKernel.IHandler)">
2980
2958
  <summary>
2981
- Request the component instance
2959
+ Request the component instance
2982
2960
  </summary>
2983
- <param name="handler"></param>
2961
+ <param name = "handler"></param>
2984
2962
  </member>
2985
2963
  <member name="M:Castle.Facilities.Startable.StartableFacilityRegistrationExtensions.StartUsingMethod``1(Castle.MicroKernel.Registration.ComponentRegistration{``0},System.String)">
2986
2964
  <summary>
@@ -3110,13 +3088,13 @@
3110
3088
  </member>
3111
3089
  <member name="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver">
3112
3090
  <summary>
3113
- Redirects resolution to the main resolver, and if not found uses
3114
- the parent handler.
3091
+ Redirects resolution to the main resolver, and if not found uses
3092
+ the parent handler.
3115
3093
  </summary>
3116
3094
  </member>
3117
3095
  <member name="M:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver.#ctor(Castle.MicroKernel.IHandler,Castle.MicroKernel.ISubDependencyResolver)">
3118
3096
  <summary>
3119
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver"/> class.
3097
+ Initializes a new instance of the <see cref="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver"/> class.
3120
3098
  </summary>
3121
3099
  <param name="parentHandler">The parent handler.</param>
3122
3100
  <param name="childResolver">The child resolver.</param>
@@ -3345,16 +3323,6 @@
3345
3323
 
3346
3324
  </summary>
3347
3325
  </member>
3348
- <member name="T:Castle.MicroKernel.Lifestyle.PerThreadThreadStaticLifestyleManager">
3349
- <summary>
3350
- per thread LifestyleManager implementation compatibile with Silverlight.
3351
- </summary>
3352
- </member>
3353
- <member name="M:Castle.MicroKernel.Lifestyle.PerThreadThreadStaticLifestyleManager.Dispose">
3354
- <summary>
3355
-
3356
- </summary>
3357
- </member>
3358
3326
  <member name="T:Castle.MicroKernel.Lifestyle.PoolableLifestyleManager">
3359
3327
  <summary>
3360
3328
  Implements a Poolable Lifestyle Manager.
@@ -4802,7 +4770,7 @@
4802
4770
  <summary>
4803
4771
  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)"/>.
4804
4772
  <para/>
4805
- Use <see cref="M:Castle.MicroKernel.Registration.ComponentRegistration`1.ServiceOverrides(Castle.MicroKernel.Registration.ServiceOverride[])"/> to specify the components
4773
+ You can pass <see cref="T:Castle.MicroKernel.Registration.ServiceOverride"/>s to specify the components
4806
4774
  this component should be resolved with.
4807
4775
  </summary>
4808
4776
  <param name="dependencies">The dependencies.</param>
@@ -5445,9 +5413,28 @@
5445
5413
  <param key="value">The property value.</param>
5446
5414
  <returns>The new <see cref="T:Castle.MicroKernel.Registration.Property"/></returns>
5447
5415
  </member>
5448
- <member name="P:Castle.MicroKernel.Registration.PropertyKey.Key">
5416
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is(System.String)">
5449
5417
  <summary>
5450
- The property key key.
5418
+ 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"/>.
5419
+ </summary>
5420
+ <param name="componentName"></param>
5421
+ <returns></returns>
5422
+ </member>
5423
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is(System.Type)">
5424
+ <summary>
5425
+ 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"/>.
5426
+ </summary>
5427
+ <returns></returns>
5428
+ </member>
5429
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is``1">
5430
+ <summary>
5431
+ 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"/>.
5432
+ </summary>
5433
+ <returns></returns>
5434
+ </member>
5435
+ <member name="P:Castle.MicroKernel.Registration.PropertyKey.Key">
5436
+ <summary>
5437
+ The property key key.
5451
5438
  </summary>
5452
5439
  </member>
5453
5440
  <member name="T:Castle.MicroKernel.Registration.ServiceOverride">
@@ -5951,11 +5938,6 @@
5951
5938
  No tracking of component instances are made.
5952
5939
  </summary>
5953
5940
  </member>
5954
- <member name="M:Castle.MicroKernel.Releasers.NoTrackingReleasePolicy.#ctor">
5955
- <summary>
5956
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.Releasers.NoTrackingReleasePolicy"/> class.
5957
- </summary>
5958
- </member>
5959
5941
  <member name="T:Castle.MicroKernel.Resolvers.DefaultDependencyResolver">
5960
5942
  <summary>
5961
5943
  Default implementation for <see cref="T:Castle.MicroKernel.IDependencyResolver"/>.
@@ -6573,11 +6555,6 @@
6573
6555
  and still call from non generic types outside.
6574
6556
  </summary>
6575
6557
  </member>
6576
- <member name="M:Castle.MicroKernel.SubSystems.Conversion.GenericListConverter.#ctor">
6577
- <summary>
6578
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.SubSystems.Conversion.GenericListConverter"/> class.
6579
- </summary>
6580
- </member>
6581
6558
  <member name="T:Castle.MicroKernel.SubSystems.Conversion.PrimitiveConverter">
6582
6559
  <summary>
6583
6560
  Implements all standard conversions.
@@ -7461,453 +7438,453 @@
7461
7438
  </member>
7462
7439
  <member name="T:Castle.Windsor.IWindsorContainer">
7463
7440
  <summary>
7464
- The <c>IWindsorContainer</c> interface exposes all the
7465
- functionality the Windsor implements.
7441
+ The <c>IWindsorContainer</c> interface exposes all the
7442
+ functionality the Windsor implements.
7466
7443
  </summary>
7467
7444
  </member>
7468
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
7445
+ <member name="M:Castle.Windsor.IWindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
7469
7446
  <summary>
7470
- Registers a facility within the container.
7447
+ Registers a subcontainer. The components exposed
7448
+ by this container will be accessible from subcontainers.
7471
7449
  </summary>
7472
- <param name="key">The key by which the <see cref="T:Castle.MicroKernel.IFacility"/> gets indexed.</param>
7473
- <param name="facility">The <see cref="T:Castle.MicroKernel.IFacility"/> to add to the container.</param>
7450
+ <param name = "childContainer"></param>
7474
7451
  </member>
7475
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String)">
7452
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type)">
7476
7453
  <summary>
7477
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7454
+ Adds a component to be managed by the container
7478
7455
  </summary>
7479
- <typeparam name="T">The facility type.</typeparam>
7480
- <param name="key"></param>
7481
- <returns></returns>
7456
+ <param name="key">The key by which the component gets indexed.</param>
7457
+ <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7482
7458
  </member>
7483
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Action{``0})">
7459
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type,System.Type)">
7484
7460
  <summary>
7485
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7461
+ Adds a component to be managed by the container
7486
7462
  </summary>
7487
- <typeparam name="T">The facility type.</typeparam>
7488
- <param name="key"></param>
7489
- <param name="onCreate">The callback for creation.</param>
7490
- <returns></returns>
7463
+ <param name="key">The key by which the component gets indexed.</param>
7464
+ <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
7465
+ <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7491
7466
  </member>
7492
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
7467
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1">
7493
7468
  <summary>
7494
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7469
+ Adds a component to be managed by the container.
7470
+ The key to obtain the component will be the FullName of the type.
7495
7471
  </summary>
7496
- <typeparam name="T">The facility type.</typeparam>
7497
- <param name="key"></param>
7498
- <param name="onCreate">The callback for creation.</param>
7499
- <returns></returns>
7472
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7500
7473
  </member>
7501
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1">
7474
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1(System.String)">
7502
7475
  <summary>
7503
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7476
+ Adds a component to be managed by the container
7504
7477
  </summary>
7505
- <typeparam name="T">The facility type.</typeparam>
7506
- <returns></returns>
7478
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7479
+ <param name="key">The key by which the component gets indexed.</param>
7507
7480
  </member>
7508
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Action{``0})">
7481
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2">
7509
7482
  <summary>
7510
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7483
+ Adds a component to be managed by the container
7484
+ The key to obtain the component will be the FullName of the type.
7511
7485
  </summary>
7512
- <typeparam name="T">The facility type.</typeparam>
7513
- <param name="onCreate">The callback for creation.</param>
7514
- <returns></returns>
7486
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7487
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7515
7488
  </member>
7516
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
7489
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2(System.String)">
7517
7490
  <summary>
7518
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7491
+ Adds a component to be managed by the container
7519
7492
  </summary>
7520
- <typeparam name="T">The facility type.</typeparam>
7521
- <param name="onCreate">The callback for creation.</param>
7522
- <returns></returns>
7493
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7494
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7495
+ <param name="key">The key by which the component gets indexed.</param>
7523
7496
  </member>
7524
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type)">
7497
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
7525
7498
  <summary>
7526
- Adds a component to be managed by the container
7499
+ Adds a component to be managed by the container
7527
7500
  </summary>
7528
7501
  <param name="key">The key by which the component gets indexed.</param>
7529
7502
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7503
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7530
7504
  </member>
7531
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type,System.Type)">
7505
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
7532
7506
  <summary>
7533
- Adds a component to be managed by the container
7507
+ Adds a component to be managed by the container
7534
7508
  </summary>
7535
7509
  <param name="key">The key by which the component gets indexed.</param>
7536
7510
  <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
7537
7511
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7512
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7538
7513
  </member>
7539
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
7514
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
7515
+ <summary>
7516
+ Adds a component to be managed by the container.
7517
+ The key to obtain the component will be the FullName of the type.
7518
+ </summary>
7519
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7520
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7521
+ </member>
7522
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
7540
7523
  <summary>
7541
- Adds a component to be managed by the container
7524
+ Adds a component to be managed by the container
7542
7525
  </summary>
7526
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7543
7527
  <param name="key">The key by which the component gets indexed.</param>
7544
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7545
7528
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7546
7529
  </member>
7547
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
7530
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
7531
+ <summary>
7532
+ Adds a component to be managed by the container
7533
+ The key to obtain the component will be the FullName of the type.
7534
+ </summary>
7535
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7536
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7537
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7538
+ </member>
7539
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
7548
7540
  <summary>
7549
- Adds a component to be managed by the container
7541
+ Adds a component to be managed by the container
7550
7542
  </summary>
7543
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7544
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7551
7545
  <param name="key">The key by which the component gets indexed.</param>
7552
- <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
7553
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7554
7546
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7555
7547
  </member>
7556
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Collections.IDictionary)">
7548
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
7557
7549
  <summary>
7558
- Adds a concrete class as a component and specify the extended properties.
7559
- Used by facilities, mostly.
7550
+ Adds a concrete class and an interface
7551
+ as a component and specify the extended properties.
7552
+ Used by facilities, mostly.
7553
+ The key to obtain the component will be the FullName of the type.
7560
7554
  </summary>
7561
- <param name="key"></param>
7562
- <param name="classType"></param>
7563
- <param name="extendedProperties"></param>
7555
+ <typeparam name = "I"></typeparam>
7556
+ <typeparam name = "T"></typeparam>
7557
+ <param name = "extendedProperties"></param>
7564
7558
  </member>
7565
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Type,System.Collections.IDictionary)">
7559
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
7566
7560
  <summary>
7567
- Adds a concrete class and an interface
7568
- as a component and specify the extended properties.
7569
- Used by facilities, mostly.
7561
+ Adds a concrete class and an interface
7562
+ as a component and specify the extended properties.
7563
+ Used by facilities, mostly.
7570
7564
  </summary>
7571
- <param name="key"></param>
7572
- <param name="serviceType"></param>
7573
- <param name="classType"></param>
7574
- <param name="extendedProperties"></param>
7565
+ <typeparam name = "I"></typeparam>
7566
+ <typeparam name = "T"></typeparam>
7567
+ <param name = "key"></param>
7568
+ <param name = "extendedProperties"></param>
7575
7569
  </member>
7576
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1">
7570
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Collections.IDictionary)">
7577
7571
  <summary>
7578
- Adds a component to be managed by the container.
7579
- The key to obtain the component will be the FullName of the type.
7572
+ Adds a concrete class as a component and specify the extended properties.
7573
+ Used by facilities, mostly.
7580
7574
  </summary>
7581
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7575
+ <param name = "key"></param>
7576
+ <param name = "classType"></param>
7577
+ <param name = "extendedProperties"></param>
7582
7578
  </member>
7583
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1(System.String)">
7579
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Type,System.Collections.IDictionary)">
7584
7580
  <summary>
7585
- Adds a component to be managed by the container
7581
+ Adds a concrete class and an interface
7582
+ as a component and specify the extended properties.
7583
+ Used by facilities, mostly.
7586
7584
  </summary>
7587
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7588
- <param name="key">The key by which the component gets indexed.</param>
7585
+ <param name = "key"></param>
7586
+ <param name = "serviceType"></param>
7587
+ <param name = "classType"></param>
7588
+ <param name = "extendedProperties"></param>
7589
7589
  </member>
7590
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
7590
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
7591
7591
  <summary>
7592
- Adds a component to be managed by the container.
7593
- The key to obtain the component will be the FullName of the type.
7592
+ Adds a concrete class as a component and specify the extended properties.
7593
+ Used by facilities, mostly.
7594
+ The key to obtain the component will be the FullName of the type.
7594
7595
  </summary>
7595
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7596
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7596
+ <typeparam name = "T"></typeparam>
7597
+ <param name = "extendedProperties"></param>
7597
7598
  </member>
7598
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
7599
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
7599
7600
  <summary>
7600
- Adds a component to be managed by the container
7601
+ Adds a concrete class as a component and specify the extended properties.
7602
+ Used by facilities, mostly.
7601
7603
  </summary>
7602
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7603
- <param name="key">The key by which the component gets indexed.</param>
7604
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7604
+ <typeparam name = "T"></typeparam>
7605
+ <param name = "key"></param>
7606
+ <param name = "extendedProperties"></param>
7605
7607
  </member>
7606
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2">
7608
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
7607
7609
  <summary>
7608
- Adds a component to be managed by the container
7609
- The key to obtain the component will be the FullName of the type.
7610
+ Registers a facility within the container.
7610
7611
  </summary>
7611
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7612
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7612
+ <param name="key">The key by which the <see cref="T:Castle.MicroKernel.IFacility"/> gets indexed.</param>
7613
+ <param name="facility">The <see cref="T:Castle.MicroKernel.IFacility"/> to add to the container.</param>
7613
7614
  </member>
7614
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2(System.String)">
7615
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String)">
7615
7616
  <summary>
7616
- Adds a component to be managed by the container
7617
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7617
7618
  </summary>
7618
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7619
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7620
- <param name="key">The key by which the component gets indexed.</param>
7619
+ <typeparam name="T">The facility type.</typeparam>
7620
+ <param name="key"></param>
7621
+ <returns></returns>
7621
7622
  </member>
7622
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
7623
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Action{``0})">
7623
7624
  <summary>
7624
- Adds a component to be managed by the container
7625
- The key to obtain the component will be the FullName of the type.
7625
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7626
7626
  </summary>
7627
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7628
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7629
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7627
+ <typeparam name="T">The facility type.</typeparam>
7628
+ <param name="key"></param>
7629
+ <param name="onCreate">The callback for creation.</param>
7630
+ <returns></returns>
7630
7631
  </member>
7631
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
7632
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
7632
7633
  <summary>
7633
- Adds a component to be managed by the container
7634
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7634
7635
  </summary>
7635
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7636
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7637
- <param name="key">The key by which the component gets indexed.</param>
7638
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7636
+ <typeparam name="T">The facility type.</typeparam>
7637
+ <param name="key"></param>
7638
+ <param name="onCreate">The callback for creation.</param>
7639
+ <returns></returns>
7639
7640
  </member>
7640
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
7641
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1">
7641
7642
  <summary>
7642
- Adds a concrete class as a component and specify the extended properties.
7643
- Used by facilities, mostly.
7644
- The key to obtain the component will be the FullName of the type.
7643
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7645
7644
  </summary>
7646
- <typeparam name="T"></typeparam>
7647
- <param name="extendedProperties"></param>
7645
+ <typeparam name="T">The facility type.</typeparam>
7646
+ <returns></returns>
7648
7647
  </member>
7649
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
7648
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Action{``0})">
7650
7649
  <summary>
7651
- Adds a concrete class as a component and specify the extended properties.
7652
- Used by facilities, mostly.
7650
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7653
7651
  </summary>
7654
- <typeparam name="T"></typeparam>
7655
- <param name="key"></param>
7656
- <param name="extendedProperties"></param>
7652
+ <typeparam name="T">The facility type.</typeparam>
7653
+ <param name="onCreate">The callback for creation.</param>
7654
+ <returns></returns>
7657
7655
  </member>
7658
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
7656
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
7659
7657
  <summary>
7660
- Adds a concrete class and an interface
7661
- as a component and specify the extended properties.
7662
- Used by facilities, mostly.
7663
- The key to obtain the component will be the FullName of the type.
7658
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7664
7659
  </summary>
7665
- <typeparam name="I"></typeparam>
7666
- <typeparam name="T"></typeparam>
7667
- <param name="extendedProperties"></param>
7660
+ <typeparam name="T">The facility type.</typeparam>
7661
+ <param name="onCreate">The callback for creation.</param>
7662
+ <returns></returns>
7668
7663
  </member>
7669
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
7664
+ <member name="M:Castle.Windsor.IWindsorContainer.GetChildContainer(System.String)">
7670
7665
  <summary>
7671
- Adds a concrete class and an interface
7672
- as a component and specify the extended properties.
7673
- Used by facilities, mostly.
7666
+ Gets a child container instance by name.
7667
+ </summary>
7668
+ <param name = "name">The container's name.</param>
7669
+ <returns>The child container instance or null</returns>
7670
+ </member>
7671
+ <member name="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
7672
+ <summary>
7673
+ Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
7674
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7675
+ <param name="installers">The component installers.</param>
7676
+ <returns>The container.</returns>
7674
7677
  </summary>
7675
- <typeparam name="I"></typeparam>
7676
- <typeparam name="T"></typeparam>
7677
- <param name="key"></param>
7678
- <param name="extendedProperties"></param>
7679
7678
  </member>
7680
7679
  <member name="M:Castle.Windsor.IWindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
7681
7680
  <summary>
7682
- Registers the components provided by the <see cref="T:Castle.MicroKernel.Registration.IRegistration"/>s
7683
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7684
- <para/>
7685
- Create a new registration using <see cref="T:Castle.MicroKernel.Registration.Component"/>.For() or <see cref="T:Castle.MicroKernel.Registration.AllTypes"/>.
7681
+ Registers the components provided by the <see cref="T:Castle.MicroKernel.Registration.IRegistration"/>s
7682
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7683
+ <para/>
7684
+ Create a new registration using <see cref="T:Castle.MicroKernel.Registration.Component"/>.For() or <see cref="T:Castle.MicroKernel.Registration.AllTypes"/>.
7686
7685
  </summary>
7687
7686
  <example>
7688
- <code>
7689
- container.Register(Component.For&lt;IService&gt;().ImplementedBy&lt;DefaultService&gt;());
7690
- </code>
7687
+ <code>
7688
+ container.Register(Component.For&lt;IService&gt;().ImplementedBy&lt;DefaultService&gt;());
7689
+ </code>
7691
7690
  </example>
7692
7691
  <param name="registrations">The component registrations.</param>
7693
7692
  <returns>The container.</returns>
7694
7693
  </member>
7695
- <member name="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
7694
+ <member name="M:Castle.Windsor.IWindsorContainer.Release(System.Object)">
7696
7695
  <summary>
7697
- Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
7698
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7699
- <param name="installers">The component installers.</param>
7700
- <returns>The container.</returns>
7696
+ Releases a component instance
7697
+ </summary>
7698
+ <param name = "instance"></param>
7699
+ </member>
7700
+ <member name="M:Castle.Windsor.IWindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
7701
+ <summary>
7702
+ Remove a child container
7701
7703
  </summary>
7704
+ <param name = "childContainer"></param>
7702
7705
  </member>
7703
7706
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
7704
7707
  <summary>
7705
- Returns a component instance by the key
7708
+ Returns a component instance by the key
7706
7709
  </summary>
7707
- <param name="key"></param>
7708
- <param name="arguments"></param>
7710
+ <param name = "key"></param>
7711
+ <param name = "arguments"></param>
7709
7712
  <returns></returns>
7710
7713
  </member>
7711
7714
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Object)">
7712
7715
  <summary>
7713
- Returns a component instance by the key
7716
+ Returns a component instance by the key
7714
7717
  </summary>
7715
- <param name="key"></param>
7716
- <param name="argumentsAsAnonymousType"></param>
7718
+ <param name = "key"></param>
7719
+ <param name = "argumentsAsAnonymousType"></param>
7717
7720
  <returns></returns>
7718
7721
  </member>
7719
7722
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type)">
7720
7723
  <summary>
7721
- Returns a component instance by the key
7724
+ Returns a component instance by the key
7722
7725
  </summary>
7723
- <param name="key"></param>
7724
- <param name="service"></param>
7726
+ <param name = "key"></param>
7727
+ <param name = "service"></param>
7725
7728
  <returns></returns>
7726
7729
  </member>
7727
7730
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)">
7728
7731
  <summary>
7729
- Returns a component instance by the service
7732
+ Returns a component instance by the service
7730
7733
  </summary>
7731
- <param name="service"></param>
7734
+ <param name = "service"></param>
7732
7735
  <returns></returns>
7733
7736
  </member>
7734
7737
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
7735
7738
  <summary>
7736
- Returns a component instance by the service
7739
+ Returns a component instance by the service
7737
7740
  </summary>
7738
- <param name="service"></param>
7739
- <param name="arguments"></param>
7741
+ <param name = "service"></param>
7742
+ <param name = "arguments"></param>
7740
7743
  <returns></returns>
7741
7744
  </member>
7742
7745
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Object)">
7743
7746
  <summary>
7744
- Returns a component instance by the service
7747
+ Returns a component instance by the service
7745
7748
  </summary>
7746
- <param name="service"></param>
7747
- <param name="argumentsAsAnonymousType"></param>
7749
+ <param name = "service"></param>
7750
+ <param name = "argumentsAsAnonymousType"></param>
7748
7751
  <returns></returns>
7749
7752
  </member>
7750
- <member name="M:Castle.Windsor.IWindsorContainer.Release(System.Object)">
7753
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1">
7751
7754
  <summary>
7752
- Releases a component instance
7755
+ Returns a component instance by the service
7753
7756
  </summary>
7754
- <param name="instance"></param>
7757
+ <typeparam name = "T">Service type</typeparam>
7758
+ <returns>The component instance</returns>
7755
7759
  </member>
7756
- <member name="M:Castle.Windsor.IWindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
7760
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Collections.IDictionary)">
7757
7761
  <summary>
7758
- Registers a subcontainer. The components exposed
7759
- by this container will be accessible from subcontainers.
7762
+ Returns a component instance by the service
7760
7763
  </summary>
7761
- <param name="childContainer"></param>
7764
+ <typeparam name = "T">Service type</typeparam>
7765
+ <param name = "arguments"></param>
7766
+ <returns>The component instance</returns>
7762
7767
  </member>
7763
- <member name="M:Castle.Windsor.IWindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
7768
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Object)">
7764
7769
  <summary>
7765
- Remove a child container
7770
+ Returns a component instance by the service
7766
7771
  </summary>
7767
- <param name="childContainer"></param>
7772
+ <typeparam name = "T">Service type</typeparam>
7773
+ <param name = "argumentsAsAnonymousType"></param>
7774
+ <returns>The component instance</returns>
7768
7775
  </member>
7769
- <member name="M:Castle.Windsor.IWindsorContainer.GetChildContainer(System.String)">
7776
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)">
7770
7777
  <summary>
7771
- Gets a child container instance by name.
7778
+ Returns a component instance by the key
7772
7779
  </summary>
7773
- <param name="name">The container's name.</param>
7774
- <returns>The child container instance or null</returns>
7775
- </member>
7776
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1">
7777
- <summary>
7778
- Returns a component instance by the service
7779
- </summary>
7780
- <typeparam name="T">Service type</typeparam>
7781
- <returns>The component instance</returns>
7782
- </member>
7783
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Collections.IDictionary)">
7784
- <summary>
7785
- Returns a component instance by the service
7786
- </summary>
7787
- <typeparam name="T">Service type</typeparam>
7788
- <param name="arguments"></param>
7789
- <returns>The component instance</returns>
7790
- </member>
7791
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Object)">
7792
- <summary>
7793
- Returns a component instance by the service
7794
- </summary>
7795
- <typeparam name="T">Service type</typeparam>
7796
- <param name="argumentsAsAnonymousType"></param>
7797
- <returns>The component instance</returns>
7798
- </member>
7799
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)">
7800
- <summary>
7801
- Returns a component instance by the key
7802
- </summary>
7803
- <param name="key">Component's key</param>
7804
- <typeparam name="T">Service type</typeparam>
7805
- <returns>The Component instance</returns>
7780
+ <param name = "key">Component's key</param>
7781
+ <typeparam name = "T">Service type</typeparam>
7782
+ <returns>The Component instance</returns>
7806
7783
  </member>
7807
7784
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
7808
7785
  <summary>
7809
- Returns a component instance by the key
7786
+ Returns a component instance by the key
7810
7787
  </summary>
7811
- <typeparam name="T">Service type</typeparam>
7812
- <param name="key">Component's key</param>
7813
- <param name="arguments"></param>
7788
+ <typeparam name = "T">Service type</typeparam>
7789
+ <param name = "key">Component's key</param>
7790
+ <param name = "arguments"></param>
7814
7791
  <returns>The Component instance</returns>
7815
7792
  </member>
7816
7793
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Object)">
7817
7794
  <summary>
7818
- Returns a component instance by the key
7795
+ Returns a component instance by the key
7819
7796
  </summary>
7820
- <typeparam name="T">Service type</typeparam>
7821
- <param name="key">Component's key</param>
7822
- <param name="argumentsAsAnonymousType"></param>
7797
+ <typeparam name = "T">Service type</typeparam>
7798
+ <param name = "key">Component's key</param>
7799
+ <param name = "argumentsAsAnonymousType"></param>
7823
7800
  <returns>The Component instance</returns>
7824
7801
  </member>
7825
7802
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
7826
7803
  <summary>
7827
- Returns a component instance by the key
7804
+ Returns a component instance by the key
7828
7805
  </summary>
7829
- <param name="key"></param>
7830
- <param name="service"></param>
7831
- <param name="arguments"></param>
7806
+ <param name = "key"></param>
7807
+ <param name = "service"></param>
7808
+ <param name = "arguments"></param>
7832
7809
  <returns></returns>
7833
7810
  </member>
7834
7811
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Object)">
7835
7812
  <summary>
7836
- Returns a component instance by the key
7813
+ Returns a component instance by the key
7837
7814
  </summary>
7838
- <param name="key"></param>
7839
- <param name="service"></param>
7840
- <param name="argumentsAsAnonymousType"></param>
7815
+ <param name = "key"></param>
7816
+ <param name = "service"></param>
7817
+ <param name = "argumentsAsAnonymousType"></param>
7841
7818
  <returns></returns>
7842
7819
  </member>
7843
7820
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1">
7844
7821
  <summary>
7845
- Resolve all valid components that match this type.
7822
+ Resolve all valid components that match this type.
7846
7823
  </summary>
7847
- <typeparam name="T">The service type</typeparam>
7824
+ <typeparam name = "T">The service type</typeparam>
7848
7825
  </member>
7849
7826
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type)">
7850
7827
  <summary>
7851
- Resolve all valid components that mathc this service
7852
- <param name="service">the service to match</param>
7828
+ Resolve all valid components that mathc this service
7829
+ <param name = "service">the service to match</param>
7853
7830
  </summary>
7854
7831
  </member>
7855
7832
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Collections.IDictionary)">
7856
7833
  <summary>
7857
- Resolve all valid components that mathc this service
7858
- <param name="service">the service to match</param>
7859
- <param name="arguments">Arguments to resolve the service</param>
7834
+ Resolve all valid components that mathc this service
7835
+ <param name = "service">the service to match</param>
7836
+ <param name = "arguments">Arguments to resolve the service</param>
7860
7837
  </summary>
7861
7838
  </member>
7862
7839
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Object)">
7863
7840
  <summary>
7864
- Resolve all valid components that mathc this service
7865
- <param name="service">the service to match</param>
7866
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
7841
+ Resolve all valid components that mathc this service
7842
+ <param name = "service">the service to match</param>
7843
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
7867
7844
  </summary>
7868
7845
  </member>
7869
7846
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
7870
7847
  <summary>
7871
- Resolve all valid components that match this type.
7872
- <typeparam name="T">The service type</typeparam>
7873
- <param name="arguments">Arguments to resolve the service</param>
7848
+ Resolve all valid components that match this type.
7849
+ <typeparam name = "T">The service type</typeparam>
7850
+ <param name = "arguments">Arguments to resolve the service</param>
7874
7851
  </summary>
7875
7852
  </member>
7876
7853
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Object)">
7877
7854
  <summary>
7878
- Resolve all valid components that match this type.
7879
- <typeparam name="T">The service type</typeparam>
7880
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
7855
+ Resolve all valid components that match this type.
7856
+ <typeparam name = "T">The service type</typeparam>
7857
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
7881
7858
  </summary>
7882
7859
  </member>
7883
- <member name="P:Castle.Windsor.IWindsorContainer.Name">
7884
- <summary>
7885
- Gets the container's name
7886
- </summary>
7887
- <remarks>
7888
- Only useful when child containers are being used
7889
- </remarks>
7890
- <value>The container's name.</value>
7891
- </member>
7892
7860
  <member name="P:Castle.Windsor.IWindsorContainer.Item(System.String)">
7893
7861
  <summary>
7894
- Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)"/>
7862
+ Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)"/>
7895
7863
  </summary>
7896
7864
  </member>
7897
7865
  <member name="P:Castle.Windsor.IWindsorContainer.Item(System.Type)">
7898
7866
  <summary>
7899
- Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)"/>
7867
+ Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)"/>
7900
7868
  </summary>
7901
7869
  </member>
7902
7870
  <member name="P:Castle.Windsor.IWindsorContainer.Kernel">
7903
7871
  <summary>
7904
- Returns the inner instance of the MicroKernel
7872
+ Returns the inner instance of the MicroKernel
7873
+ </summary>
7874
+ </member>
7875
+ <member name="P:Castle.Windsor.IWindsorContainer.Name">
7876
+ <summary>
7877
+ Gets the container's name
7905
7878
  </summary>
7879
+ <remarks>
7880
+ Only useful when child containers are being used
7881
+ </remarks>
7882
+ <value>The container's name.</value>
7906
7883
  </member>
7907
7884
  <member name="P:Castle.Windsor.IWindsorContainer.Parent">
7908
7885
  <summary>
7909
- Gets or sets the parent container if this instance
7910
- is a sub container.
7886
+ Gets or sets the parent container if this instance
7887
+ is a sub container.
7911
7888
  </summary>
7912
7889
  </member>
7913
7890
  <member name="M:Castle.Windsor.Proxy.AbstractProxyFactory.ObtainInterceptors(Castle.MicroKernel.IKernel,Castle.Core.ComponentModel,Castle.MicroKernel.Context.CreationContext)">
@@ -7957,67 +7934,67 @@
7957
7934
  </member>
7958
7935
  <member name="T:Castle.Windsor.WindsorContainer">
7959
7936
  <summary>
7960
- Implementation of <see cref="T:Castle.Windsor.IWindsorContainer"/>
7961
- which delegates to <see cref="T:Castle.MicroKernel.IKernel"/> implementation.
7937
+ Implementation of <see cref="T:Castle.Windsor.IWindsorContainer"/>
7938
+ which delegates to <see cref="T:Castle.MicroKernel.IKernel"/> implementation.
7962
7939
  </summary>
7963
7940
  </member>
7964
7941
  <member name="M:Castle.Windsor.WindsorContainer.#ctor">
7965
7942
  <summary>
7966
- Constructs a container without any external
7967
- configuration reference
7943
+ Constructs a container without any external
7944
+ configuration reference
7968
7945
  </summary>
7969
7946
  </member>
7970
7947
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore)">
7971
7948
  <summary>
7972
- Constructs a container using the specified
7973
- <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.
7949
+ Constructs a container using the specified
7950
+ <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.
7974
7951
  </summary>
7975
7952
  <param name="store">The instance of an <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.</param>
7976
7953
  </member>
7977
7954
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter)">
7978
7955
  <summary>
7979
- Constructs a container using the specified
7980
- <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.
7956
+ Constructs a container using the specified
7957
+ <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.
7981
7958
  </summary>
7982
7959
  <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.</param>
7983
7960
  </member>
7984
7961
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter,Castle.Windsor.IEnvironmentInfo)">
7985
7962
  <summary>
7986
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7963
+ Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7987
7964
  </summary>
7988
7965
  <param name="interpreter">The interpreter.</param>
7989
7966
  <param name="environmentInfo">The environment info.</param>
7990
7967
  </member>
7991
7968
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String)">
7992
7969
  <summary>
7993
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class using a
7994
- xml file to configure it.
7995
- <para>
7996
- Equivalent to the use of <c>new WindsorContainer(new XmlInterpreter(xmlFile))</c>
7997
- </para>
7970
+ Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class using a
7971
+ xml file to configure it.
7972
+ <para>
7973
+ Equivalent to the use of <c>new WindsorContainer(new XmlInterpreter(xmlFile))</c>
7974
+ </para>
7998
7975
  </summary>
7999
7976
  <param name="xmlFile">The XML file.</param>
8000
7977
  </member>
8001
7978
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
8002
7979
  <summary>
8003
- Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
8004
- implementation. Rarely used.
7980
+ Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7981
+ implementation. Rarely used.
8005
7982
  </summary>
8006
7983
  <remarks>
8007
- This constructs sets the Kernel.ProxyFactory property to
8008
- <c>Proxy.DefaultProxyFactory</c>
7984
+ This constructs sets the Kernel.ProxyFactory property to
7985
+ <c>Proxy.DefaultProxyFactory</c>
8009
7986
  </remarks>
8010
7987
  <param name="kernel">Kernel instance</param>
8011
7988
  <param name="installer">Installer instance</param>
8012
7989
  </member>
8013
7990
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
8014
7991
  <summary>
8015
- Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
8016
- implementation. Rarely used.
7992
+ Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7993
+ implementation. Rarely used.
8017
7994
  </summary>
8018
7995
  <remarks>
8019
- This constructs sets the Kernel.ProxyFactory property to
8020
- <c>Proxy.DefaultProxyFactory</c>
7996
+ This constructs sets the Kernel.ProxyFactory property to
7997
+ <c>Proxy.DefaultProxyFactory</c>
8021
7998
  </remarks>
8022
7999
  <param name="name">Container's name</param>
8023
8000
  <param name="kernel">Kernel instance</param>
@@ -8025,100 +8002,103 @@
8025
8002
  </member>
8026
8003
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IProxyFactory)">
8027
8004
  <summary>
8028
- Constructs with a given <see cref="T:Castle.MicroKernel.IProxyFactory"/>.
8005
+ Constructs with a given <see cref="T:Castle.MicroKernel.IProxyFactory"/>.
8029
8006
  </summary>
8030
8007
  <param name="proxyFactory">A instance of an <see cref="T:Castle.MicroKernel.IProxyFactory"/>.</param>
8031
8008
  </member>
8032
8009
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
8033
8010
  <summary>
8034
- Constructs a container assigning a parent container
8035
- before starting the dependency resolution.
8011
+ Constructs a container assigning a parent container
8012
+ before starting the dependency resolution.
8036
8013
  </summary>
8037
8014
  <param name="parent">The instance of an <see cref="T:Castle.Windsor.IWindsorContainer"/></param>
8038
8015
  <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation</param>
8039
8016
  </member>
8040
8017
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
8041
8018
  <summary>
8042
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
8019
+ Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
8043
8020
  </summary>
8044
8021
  <param name="name">The container's name.</param>
8045
8022
  <param name="parent">The parent.</param>
8046
8023
  <param name="interpreter">The interpreter.</param>
8047
8024
  </member>
8048
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
8025
+ <member name="M:Castle.Windsor.WindsorContainer.Dispose">
8049
8026
  <summary>
8050
- Registers a facility within the kernel.
8027
+ Executes Dispose on underlying <see cref="T:Castle.MicroKernel.IKernel"/>
8051
8028
  </summary>
8052
- <param name="key"></param>
8053
- <param name="facility"></param>
8054
8029
  </member>
8055
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String)">
8030
+ <member name="M:Castle.Windsor.WindsorContainer.GetService(System.Type)">
8056
8031
  <summary>
8057
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8032
+ Gets the service object of the specified type.
8058
8033
  </summary>
8059
- <typeparam name="T">The facility type.</typeparam>
8060
- <param name="key"></param>
8061
- <returns></returns>
8034
+ <returns>
8035
+ A service object of type serviceType.
8036
+ </returns>
8037
+ <param name = "serviceType">An object that specifies the type of service object to get. </param>
8062
8038
  </member>
8063
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Action{``0})">
8039
+ <member name="M:Castle.Windsor.WindsorContainer.GetService``1">
8064
8040
  <summary>
8065
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8041
+ Gets the service object of the specified type.
8066
8042
  </summary>
8067
- <typeparam name="T">The facility type.</typeparam>
8068
- <param name="key"></param>
8069
- <param name="onCreate">The callback for creation.</param>
8070
- <returns></returns>
8043
+ <returns>
8044
+ A service object of type serviceType.
8045
+ </returns>
8071
8046
  </member>
8072
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
8047
+ <member name="M:Castle.Windsor.WindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
8073
8048
  <summary>
8074
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8049
+ Registers a subcontainer. The components exposed
8050
+ by this container will be accessible from subcontainers.
8075
8051
  </summary>
8076
- <typeparam name="T">The facility type.</typeparam>
8077
- <param name="key"></param>
8078
- <param name="onCreate">The callback for creation.</param>
8079
- <returns></returns>
8052
+ <param name = "childContainer"></param>
8080
8053
  </member>
8081
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1">
8054
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type)">
8082
8055
  <summary>
8083
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8056
+ Adds a component to be managed by the container
8084
8057
  </summary>
8085
- <typeparam name="T">The facility type.</typeparam>
8086
- <returns></returns>
8058
+ <param name = "key"></param>
8059
+ <param name = "classType"></param>
8087
8060
  </member>
8088
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Action{``0})">
8061
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type,System.Type)">
8089
8062
  <summary>
8090
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8063
+ Adds a component to be managed by the container
8091
8064
  </summary>
8092
- <typeparam name="T">The facility type.</typeparam>
8093
- <param name="onCreate">The callback for creation.</param>
8094
- <returns></returns>
8065
+ <param name = "key"></param>
8066
+ <param name = "serviceType"></param>
8067
+ <param name = "classType"></param>
8095
8068
  </member>
8096
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
8069
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1">
8097
8070
  <summary>
8098
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8071
+ Adds a component to be managed by the container.
8072
+ The key to obtain the component will be the FullName of the type.
8099
8073
  </summary>
8100
- <typeparam name="T">The facility type.</typeparam>
8101
- <param name="onCreate">The callback for creation.</param>
8102
- <returns></returns>
8074
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8103
8075
  </member>
8104
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type)">
8076
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1(System.String)">
8105
8077
  <summary>
8106
- Adds a component to be managed by the container
8078
+ Adds a component to be managed by the container
8107
8079
  </summary>
8108
- <param name="key"></param>
8109
- <param name="classType"></param>
8080
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8081
+ <param name="key">The key by which the component gets indexed.</param>
8110
8082
  </member>
8111
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type,System.Type)">
8083
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2(System.String)">
8112
8084
  <summary>
8113
- Adds a component to be managed by the container
8085
+ Adds a component to be managed by the container
8114
8086
  </summary>
8115
- <param name="key"></param>
8116
- <param name="serviceType"></param>
8117
- <param name="classType"></param>
8087
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8088
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8089
+ <param name="key">The key by which the component gets indexed.</param>
8090
+ </member>
8091
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2">
8092
+ <summary>
8093
+ Adds a component to be managed by the container
8094
+ The key to obtain the component will be the FullName of the type.
8095
+ </summary>
8096
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8097
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8118
8098
  </member>
8119
8099
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
8120
8100
  <summary>
8121
- Adds a component to be managed by the container
8101
+ Adds a component to be managed by the container
8122
8102
  </summary>
8123
8103
  <param name="key">The key by which the component gets indexed.</param>
8124
8104
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
@@ -8126,47 +8106,25 @@
8126
8106
  </member>
8127
8107
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
8128
8108
  <summary>
8129
- Adds a component to be managed by the container
8109
+ Adds a component to be managed by the container
8130
8110
  </summary>
8131
8111
  <param name="key">The key by which the component gets indexed.</param>
8132
8112
  <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
8133
8113
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
8134
8114
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
8135
8115
  </member>
8136
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1">
8137
- <summary>
8138
- Adds a component to be managed by the container.
8139
- The key to obtain the component will be the FullName of the type.
8140
- </summary>
8141
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8142
- </member>
8143
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1(System.String)">
8144
- <summary>
8145
- Adds a component to be managed by the container
8146
- </summary>
8147
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8148
- <param name="key">The key by which the component gets indexed.</param>
8149
- </member>
8150
8116
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
8151
8117
  <summary>
8152
- Adds a component to be managed by the container.
8153
- The key to obtain the component will be the FullName of the type.
8118
+ Adds a component to be managed by the container.
8119
+ The key to obtain the component will be the FullName of the type.
8154
8120
  </summary>
8155
8121
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8156
8122
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
8157
8123
  </member>
8158
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2(System.String)">
8159
- <summary>
8160
- Adds a component to be managed by the container
8161
- </summary>
8162
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8163
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8164
- <param name="key">The key by which the component gets indexed.</param>
8165
- </member>
8166
8124
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
8167
8125
  <summary>
8168
- Adds a component to be managed by the container
8169
- The key to obtain the component will be the FullName of the type.
8126
+ Adds a component to be managed by the container
8127
+ The key to obtain the component will be the FullName of the type.
8170
8128
  </summary>
8171
8129
  <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8172
8130
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
@@ -8174,293 +8132,312 @@
8174
8132
  </member>
8175
8133
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
8176
8134
  <summary>
8177
- Adds a component to be managed by the container
8135
+ Adds a component to be managed by the container
8178
8136
  </summary>
8179
8137
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8180
- <param name="key">The key by which the component gets indexed.</param>
8138
+ <param name="key">The key by which the component gets indexed.</param>
8181
8139
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
8182
8140
  </member>
8183
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2">
8184
- <summary>
8185
- Adds a component to be managed by the container
8186
- The key to obtain the component will be the FullName of the type.
8187
- </summary>
8188
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8189
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8190
- </member>
8191
8141
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
8192
8142
  <summary>
8193
- Adds a component to be managed by the container
8143
+ Adds a component to be managed by the container
8194
8144
  </summary>
8195
8145
  <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
8196
8146
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
8197
8147
  <param name="key">The key by which the component gets indexed.</param>
8198
8148
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
8199
8149
  </member>
8150
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
8151
+ <summary>
8152
+ Adds a concrete class and an interface
8153
+ as a component and specify the extended properties.
8154
+ Used by facilities, mostly.
8155
+ The key to obtain the component will be the FullName of the type.
8156
+ </summary>
8157
+ <typeparam name = "I"></typeparam>
8158
+ <typeparam name = "T"></typeparam>
8159
+ <param name = "extendedProperties"></param>
8160
+ </member>
8161
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
8162
+ <summary>
8163
+ Adds a concrete class and an interface
8164
+ as a component and specify the extended properties.
8165
+ Used by facilities, mostly.
8166
+ </summary>
8167
+ <typeparam name = "I"></typeparam>
8168
+ <typeparam name = "T"></typeparam>
8169
+ <param name = "key"></param>
8170
+ <param name = "extendedProperties"></param>
8171
+ </member>
8200
8172
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
8201
8173
  <summary>
8202
- Adds a concrete class as a component and specify the extended properties.
8203
- Used by facilities, mostly.
8204
- The key to obtain the component will be the FullName of the type.
8174
+ Adds a concrete class as a component and specify the extended properties.
8175
+ Used by facilities, mostly.
8176
+ The key to obtain the component will be the FullName of the type.
8205
8177
  </summary>
8206
- <typeparam name="T"></typeparam>
8207
- <param name="extendedProperties"></param>
8178
+ <typeparam name = "T"></typeparam>
8179
+ <param name = "extendedProperties"></param>
8208
8180
  </member>
8209
8181
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
8210
8182
  <summary>
8211
- Adds a concrete class as a component and specify the extended properties.
8212
- Used by facilities, mostly.
8183
+ Adds a concrete class as a component and specify the extended properties.
8184
+ Used by facilities, mostly.
8213
8185
  </summary>
8214
- <typeparam name="T"></typeparam>
8215
- <param name="key"></param>
8216
- <param name="extendedProperties"></param>
8186
+ <typeparam name = "T"></typeparam>
8187
+ <param name = "key"></param>
8188
+ <param name = "extendedProperties"></param>
8217
8189
  </member>
8218
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
8190
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
8219
8191
  <summary>
8220
- Adds a concrete class and an interface
8221
- as a component and specify the extended properties.
8222
- Used by facilities, mostly.
8223
- The key to obtain the component will be the FullName of the type.
8192
+ Registers a facility within the kernel.
8224
8193
  </summary>
8225
- <typeparam name="I"></typeparam>
8226
- <typeparam name="T"></typeparam>
8227
- <param name="extendedProperties"></param>
8194
+ <param name = "key"></param>
8195
+ <param name = "facility"></param>
8228
8196
  </member>
8229
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
8197
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String)">
8230
8198
  <summary>
8231
- Adds a concrete class and an interface
8232
- as a component and specify the extended properties.
8233
- Used by facilities, mostly.
8199
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8234
8200
  </summary>
8235
- <typeparam name="I"></typeparam>
8236
- <typeparam name="T"></typeparam>
8201
+ <typeparam name="T">The facility type.</typeparam>
8237
8202
  <param name="key"></param>
8238
- <param name="extendedProperties"></param>
8203
+ <returns></returns>
8239
8204
  </member>
8240
- <member name="M:Castle.Windsor.WindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
8205
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Action{``0})">
8241
8206
  <summary>
8242
- Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
8243
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
8244
- <param name="registrations">The component registrations.</param>
8245
- <returns>The container.</returns>
8207
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8246
8208
  </summary>
8209
+ <typeparam name="T">The facility type.</typeparam>
8210
+ <param name="key"></param>
8211
+ <param name="onCreate">The callback for creation.</param>
8212
+ <returns></returns>
8247
8213
  </member>
8248
- <member name="M:Castle.Windsor.WindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
8214
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
8249
8215
  <summary>
8250
- Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
8251
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
8252
- <param name="installers">The component installers.</param>
8253
- <returns>The container.</returns>
8216
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8254
8217
  </summary>
8218
+ <typeparam name="T">The facility type.</typeparam>
8219
+ <param name="key"></param>
8220
+ <param name="onCreate">The callback for creation.</param>
8221
+ <returns></returns>
8255
8222
  </member>
8256
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
8223
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1">
8257
8224
  <summary>
8258
- Returns a component instance by the service
8225
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8259
8226
  </summary>
8260
- <param name="service"></param>
8261
- <param name="arguments"></param>
8227
+ <typeparam name="T">The facility type.</typeparam>
8262
8228
  <returns></returns>
8263
8229
  </member>
8264
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Object)">
8230
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Action{``0})">
8265
8231
  <summary>
8266
- Returns a component instance by the service
8232
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8267
8233
  </summary>
8268
- <param name="service"></param>
8269
- <param name="argumentsAsAnonymousType"></param>
8234
+ <typeparam name="T">The facility type.</typeparam>
8235
+ <param name="onCreate">The callback for creation.</param>
8270
8236
  <returns></returns>
8271
8237
  </member>
8272
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
8238
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
8273
8239
  <summary>
8274
- Returns a component instance by the key
8240
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
8275
8241
  </summary>
8276
- <param name="key"></param>
8277
- <param name="arguments"></param>
8242
+ <typeparam name="T">The facility type.</typeparam>
8243
+ <param name="onCreate">The callback for creation.</param>
8278
8244
  <returns></returns>
8279
8245
  </member>
8280
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Object)">
8246
+ <member name="M:Castle.Windsor.WindsorContainer.GetChildContainer(System.String)">
8281
8247
  <summary>
8282
- Returns a component instance by the key
8248
+ Gets a child container instance by name.
8283
8249
  </summary>
8284
- <param name="key"></param>
8285
- <param name="argumentsAsAnonymousType"></param>
8250
+ <param name = "name">The container's name.</param>
8251
+ <returns>The child container instance or null</returns>
8252
+ </member>
8253
+ <member name="M:Castle.Windsor.WindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
8254
+ <summary>
8255
+ Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
8256
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
8257
+ <param name="installers">The component installers.</param>
8258
+ <returns>The container.</returns>
8259
+ </summary>
8260
+ </member>
8261
+ <member name="M:Castle.Windsor.WindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
8262
+ <summary>
8263
+ Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
8264
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
8265
+ <param name="registrations">The component registrations.</param>
8266
+ <returns>The container.</returns>
8267
+ </summary>
8268
+ </member>
8269
+ <member name="M:Castle.Windsor.WindsorContainer.Release(System.Object)">
8270
+ <summary>
8271
+ Releases a component instance
8272
+ </summary>
8273
+ <param name = "instance"></param>
8274
+ </member>
8275
+ <member name="M:Castle.Windsor.WindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
8276
+ <summary>
8277
+ Removes (unregisters) a subcontainer. The components exposed by this container
8278
+ will no longer be accessible to the child container.
8279
+ </summary>
8280
+ <param name = "childContainer"></param>
8281
+ </member>
8282
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
8283
+ <summary>
8284
+ Returns a component instance by the service
8285
+ </summary>
8286
+ <param name = "service"></param>
8287
+ <param name = "arguments"></param>
8286
8288
  <returns></returns>
8287
8289
  </member>
8288
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)">
8290
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Object)">
8289
8291
  <summary>
8290
- Returns a component instance by the service
8292
+ Returns a component instance by the service
8291
8293
  </summary>
8292
- <param name="service"></param>
8294
+ <param name = "service"></param>
8295
+ <param name = "argumentsAsAnonymousType"></param>
8293
8296
  <returns></returns>
8294
8297
  </member>
8295
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1">
8298
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
8296
8299
  <summary>
8297
- Resolve all valid components that match this type.
8300
+ Returns a component instance by the key
8298
8301
  </summary>
8299
- <typeparam name="T">The service type</typeparam>
8302
+ <param name = "key"></param>
8303
+ <param name = "arguments"></param>
8304
+ <returns></returns>
8300
8305
  </member>
8301
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
8306
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Object)">
8302
8307
  <summary>
8303
- Resolve all valid components that match this type.
8304
- <typeparam name="T">The service type</typeparam>
8305
- <param name="arguments">Arguments to resolve the service</param>
8308
+ Returns a component instance by the key
8306
8309
  </summary>
8310
+ <param name = "key"></param>
8311
+ <param name = "argumentsAsAnonymousType"></param>
8312
+ <returns></returns>
8307
8313
  </member>
8308
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Object)">
8314
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)">
8309
8315
  <summary>
8310
- Resolve all valid components that match this type.
8311
- <typeparam name="T">The service type</typeparam>
8312
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
8316
+ Returns a component instance by the service
8313
8317
  </summary>
8318
+ <param name = "service"></param>
8319
+ <returns></returns>
8314
8320
  </member>
8315
8321
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type)">
8316
8322
  <summary>
8317
- Returns a component instance by the key
8323
+ Returns a component instance by the key
8318
8324
  </summary>
8319
- <param name="key"></param>
8320
- <param name="service"></param>
8325
+ <param name = "key"></param>
8326
+ <param name = "service"></param>
8321
8327
  <returns></returns>
8322
8328
  </member>
8323
8329
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
8324
8330
  <summary>
8325
- Returns a component instance by the key
8331
+ Returns a component instance by the key
8326
8332
  </summary>
8327
- <param name="key"></param>
8328
- <param name="service"></param>
8329
- <param name="arguments"></param>
8333
+ <param name = "key"></param>
8334
+ <param name = "service"></param>
8335
+ <param name = "arguments"></param>
8330
8336
  <returns></returns>
8331
8337
  </member>
8332
8338
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Object)">
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>
8337
- <param name="service"></param>
8338
- <param name="argumentsAsAnonymousType"></param>
8342
+ <param name = "key"></param>
8343
+ <param name = "service"></param>
8344
+ <param name = "argumentsAsAnonymousType"></param>
8339
8345
  <returns></returns>
8340
8346
  </member>
8341
8347
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Collections.IDictionary)">
8342
8348
  <summary>
8343
- Returns a component instance by the service
8349
+ Returns a component instance by the service
8344
8350
  </summary>
8345
- <typeparam name="T"></typeparam>
8346
- <param name="arguments"></param>
8351
+ <typeparam name = "T"></typeparam>
8352
+ <param name = "arguments"></param>
8347
8353
  <returns></returns>
8348
8354
  </member>
8349
8355
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Object)">
8350
8356
  <summary>
8351
- Returns a component instance by the service
8357
+ Returns a component instance by the service
8352
8358
  </summary>
8353
- <typeparam name="T"></typeparam>
8354
- <param name="argumentsAsAnonymousType"></param>
8359
+ <typeparam name = "T"></typeparam>
8360
+ <param name = "argumentsAsAnonymousType"></param>
8355
8361
  <returns></returns>
8356
8362
  </member>
8357
8363
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
8358
8364
  <summary>
8359
- Returns a component instance by the key
8365
+ Returns a component instance by the key
8360
8366
  </summary>
8361
- <param name="key"></param>
8362
- <param name="arguments"></param>
8367
+ <param name = "key"></param>
8368
+ <param name = "arguments"></param>
8363
8369
  <returns></returns>
8364
8370
  </member>
8365
8371
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Object)">
8366
8372
  <summary>
8367
- Returns a component instance by the key
8373
+ Returns a component instance by the key
8368
8374
  </summary>
8369
- <param name="key"></param>
8370
- <param name="argumentsAsAnonymousType"></param>
8375
+ <param name = "key"></param>
8376
+ <param name = "argumentsAsAnonymousType"></param>
8371
8377
  <returns></returns>
8372
8378
  </member>
8373
8379
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1">
8374
8380
  <summary>
8375
- Returns a component instance by the service
8381
+ Returns a component instance by the service
8376
8382
  </summary>
8377
- <typeparam name="T"></typeparam>
8383
+ <typeparam name = "T"></typeparam>
8378
8384
  <returns></returns>
8379
8385
  </member>
8380
8386
  <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String)">
8381
8387
  <summary>
8382
- Returns a component instance by the key
8388
+ Returns a component instance by the key
8383
8389
  </summary>
8384
- <param name="key"></param>
8390
+ <param name = "key"></param>
8385
8391
  <returns></returns>
8386
8392
  </member>
8387
- <member name="M:Castle.Windsor.WindsorContainer.Release(System.Object)">
8388
- <summary>
8389
- Releases a component instance
8390
- </summary>
8391
- <param name="instance"></param>
8392
- </member>
8393
- <member name="M:Castle.Windsor.WindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
8393
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1">
8394
8394
  <summary>
8395
- Registers a subcontainer. The components exposed
8396
- by this container will be accessible from subcontainers.
8395
+ Resolve all valid components that match this type.
8397
8396
  </summary>
8398
- <param name="childContainer"></param>
8397
+ <typeparam name = "T">The service type</typeparam>
8399
8398
  </member>
8400
- <member name="M:Castle.Windsor.WindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
8399
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
8401
8400
  <summary>
8402
- Removes (unregisters) a subcontainer. The components exposed by this container
8403
- will no longer be accessible to the child container.
8401
+ Resolve all valid components that match this type.
8402
+ <typeparam name = "T">The service type</typeparam>
8403
+ <param name = "arguments">Arguments to resolve the service</param>
8404
8404
  </summary>
8405
- <param name="childContainer"></param>
8406
8405
  </member>
8407
- <member name="M:Castle.Windsor.WindsorContainer.GetChildContainer(System.String)">
8406
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Object)">
8408
8407
  <summary>
8409
- Gets a child container instance by name.
8408
+ Resolve all valid components that match this type.
8409
+ <typeparam name = "T">The service type</typeparam>
8410
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
8410
8411
  </summary>
8411
- <param name="name">The container's name.</param>
8412
- <returns>The child container instance or null</returns>
8413
8412
  </member>
8414
- <member name="M:Castle.Windsor.WindsorContainer.GetService(System.Type)">
8413
+ <member name="P:Castle.Windsor.WindsorContainer.Item(System.String)">
8415
8414
  <summary>
8416
- Gets the service object of the specified type.
8415
+ Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)"/>
8417
8416
  </summary>
8418
- <returns>
8419
- A service object of type serviceType.
8420
- </returns>
8421
- <param name="serviceType">An object that specifies the type of service object to get. </param>
8422
8417
  </member>
8423
- <member name="M:Castle.Windsor.WindsorContainer.GetService``1">
8418
+ <member name="P:Castle.Windsor.WindsorContainer.Item(System.Type)">
8424
8419
  <summary>
8425
- Gets the service object of the specified type.
8420
+ Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)"/>
8426
8421
  </summary>
8427
- <returns>
8428
- A service object of type serviceType.
8429
- </returns>
8430
8422
  </member>
8431
- <member name="M:Castle.Windsor.WindsorContainer.Dispose">
8423
+ <member name="P:Castle.Windsor.WindsorContainer.Kernel">
8432
8424
  <summary>
8433
- Executes Dispose on underlying <see cref="T:Castle.MicroKernel.IKernel"/>
8425
+ Returns the inner instance of the MicroKernel
8434
8426
  </summary>
8435
8427
  </member>
8436
8428
  <member name="P:Castle.Windsor.WindsorContainer.Name">
8437
8429
  <summary>
8438
- Gets the container's name
8430
+ Gets the container's name
8439
8431
  </summary>
8440
8432
  <remarks>
8441
- Only useful when child containers are being used
8433
+ Only useful when child containers are being used
8442
8434
  </remarks>
8443
8435
  <value>The container's name.</value>
8444
8436
  </member>
8445
- <member name="P:Castle.Windsor.WindsorContainer.Kernel">
8446
- <summary>
8447
- Returns the inner instance of the MicroKernel
8448
- </summary>
8449
- </member>
8450
8437
  <member name="P:Castle.Windsor.WindsorContainer.Parent">
8451
8438
  <summary>
8452
- Gets or sets the parent container if this instance
8453
- is a sub container.
8454
- </summary>
8455
- </member>
8456
- <member name="P:Castle.Windsor.WindsorContainer.Item(System.String)">
8457
- <summary>
8458
- Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)"/>
8459
- </summary>
8460
- </member>
8461
- <member name="P:Castle.Windsor.WindsorContainer.Item(System.Type)">
8462
- <summary>
8463
- Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)"/>
8439
+ Gets or sets the parent container if this instance
8440
+ is a sub container.
8464
8441
  </summary>
8465
8442
  </member>
8466
8443
  <member name="T:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter">