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
@@ -121,7 +121,7 @@
121
121
  is created. Those are for example components instantiated via abstract factory.
122
122
  </summary>
123
123
  </member>
124
- <member name="M:Castle.Core.Internal.ReflectionUtil.GetCompatibileArrayItemType(System.Type)">
124
+ <member name="M:Castle.Core.Internal.ReflectionUtil.GetCompatibleArrayItemType(System.Type)">
125
125
  <summary>
126
126
  If the extended type is a Foo[] or IEnumerable{Foo} which is assignable from Foo[] this method will return typeof(Foo)
127
127
  otherwise <c>null</c>.
@@ -421,7 +421,7 @@
421
421
  </member>
422
422
  <member name="M:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.#ctor(Castle.Core.ComponentModel,Castle.MicroKernel.IKernel,Castle.MicroKernel.ComponentInstanceDelegate,Castle.MicroKernel.ComponentInstanceDelegate)">
423
423
  <summary>
424
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator"/> class.
424
+ Initializes a new instance of the <see cref="T:Castle.MicroKernel.ComponentActivator.DefaultComponentActivator"/> class.
425
425
  </summary>
426
426
  <param name="model"></param>
427
427
  <param name="kernel"></param>
@@ -512,6 +512,14 @@
512
512
  </summary>
513
513
  <value>The type of the target.</value>
514
514
  </member>
515
+ <member name="P:Castle.Core.DependencyModel.TargetItemType">
516
+ <summary>
517
+ Gets the service type of the dependency.
518
+ 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,
519
+ then it's the element type of the reference. (in other words if dependency
520
+ 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>);
521
+ </summary>
522
+ </member>
515
523
  <member name="P:Castle.Core.DependencyModel.IsOptional">
516
524
  <summary>
517
525
  Gets or sets whether this dependency is optional.
@@ -668,6 +676,11 @@
668
676
  <param name="dependenciesChecked">list of the dependecies that was already checked, used to avoid cycles.</param>
669
677
  </summary>
670
678
  </member>
679
+ <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.lifestyleManager">
680
+ <summary>
681
+ Lifestyle manager instance
682
+ </summary>
683
+ </member>
671
684
  <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.customParameters">
672
685
  <summary>
673
686
  Custom dependencies values associated with the handler
@@ -685,43 +698,19 @@
685
698
  <see cref="T:Castle.Core.DependencyModel"/>
686
699
  </summary>
687
700
  </member>
688
- <member name="F:Castle.MicroKernel.Handlers.AbstractHandler.lifestyleManager">
689
- <summary>
690
- Lifestyle manager instance
691
- </summary>
692
- </member>
693
701
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.#ctor(Castle.Core.ComponentModel)">
694
702
  <summary>
695
703
  Constructs and initializes the handler
696
704
  </summary>
697
705
  <param name = "model"></param>
698
706
  </member>
699
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Init(Castle.MicroKernel.IKernel)">
700
- <summary>
701
- Saves the kernel instance, subscribes to
702
- <see cref="E:Castle.MicroKernel.IKernelEvents.AddedAsChildKernel"/>
703
- event,
704
- creates the lifestyle manager instance and computes
705
- the handler state.
706
- </summary>
707
- <param name="kernel"></param>
708
- </member>
709
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext)">
710
- <summary>
711
- Returns an instance of the component this handler
712
- is responsible for
713
- </summary>
714
- <param name = "context"></param>
715
- <returns></returns>
716
- </member>
717
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext,System.Boolean)">
707
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ReleaseCore(System.Object)">
718
708
  <summary>
719
- Returns an instance of the component this handler
720
- is responsible for
709
+ Should be implemented by derived classes:
710
+ disposes the component instance (or recycle it)
721
711
  </summary>
722
- <param name="context"></param>
723
- <param name="instanceRequired">when <c>false</c>, handler can not create valid instance and return <c>null</c> instead </param>
724
- <returns></returns>
712
+ <param name = "instance"></param>
713
+ <returns>true if destroyed.</returns>
725
714
  </member>
726
715
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ResolveCore(Castle.MicroKernel.Context.CreationContext,System.Boolean,System.Boolean)">
727
716
  <summary>
@@ -731,50 +720,54 @@
731
720
  </summary>
732
721
  <param name = "context"></param>
733
722
  <param name = "requiresDecommission"></param>
734
- <param name="instanceRequired">When <c>false</c>, handler can not create valid instance and return <c>null</c> instead.</param>
723
+ <param name = "instanceRequired">When <c>false</c>, handler can not create valid instance and return <c>null</c> instead.</param>
735
724
  <returns></returns>
736
725
  </member>
737
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Release(System.Object)">
726
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ObtainDependencyDetails(System.Collections.IList)">
738
727
  <summary>
739
- disposes the component instance (or recycle it).
728
+ Returns human readable list of dependencies
729
+ this handler is waiting for.
740
730
  </summary>
741
- <param name = "instance"></param>
742
731
  <returns></returns>
743
732
  </member>
744
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ReleaseCore(System.Object)">
745
- <summary>
746
- Should be implemented by derived classes:
747
- disposes the component instance (or recycle it)
748
- </summary>
749
- <param name = "instance"></param>
750
- <returns>true if destroyed.</returns>
751
- </member>
752
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddCustomDependencyValue(System.Object,System.Object)">
733
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Init(Castle.MicroKernel.IKernel)">
753
734
  <summary>
754
- TODO: Pendent
735
+ Saves the kernel instance, subscribes to
736
+ <see cref="E:Castle.MicroKernel.IKernelEvents.AddedAsChildKernel"/>
737
+ event,
738
+ creates the lifestyle manager instance and computes
739
+ the handler state.
755
740
  </summary>
756
- <param name = "key"></param>
757
- <param name = "value"></param>
741
+ <param name="kernel"></param>
758
742
  </member>
759
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.HasCustomParameter(System.Object)">
743
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Release(System.Object)">
760
744
  <summary>
761
- TODO: Pendent
745
+ disposes the component instance (or recycle it).
762
746
  </summary>
763
- <param name = "key"></param>
747
+ <param name = "instance"></param>
764
748
  <returns></returns>
765
749
  </member>
766
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.RemoveCustomDependencyValue(System.Object)">
750
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext)">
767
751
  <summary>
768
- TODO: Pendent
752
+ Returns an instance of the component this handler
753
+ is responsible for
769
754
  </summary>
770
- <param name = "key"></param>
755
+ <param name = "context"></param>
756
+ <returns></returns>
771
757
  </member>
772
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.ObtainDependencyDetails(System.Collections.IList)">
758
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)">
773
759
  <summary>
774
- Returns human readable list of dependencies
775
- this handler is waiting for.
760
+ Invoked by
761
+ <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)"/>
762
+ in order to check if a dependency can be satisfied.
763
+ If not, the handler is set to a 'waiting dependency' state.
776
764
  </summary>
777
- <returns></returns>
765
+ <remarks>
766
+ This method registers the dependencies within the correct collection
767
+ or dictionary and changes the handler state to
768
+ <see cref="F:Castle.MicroKernel.HandlerState.WaitingDependency"/>
769
+ </remarks>
770
+ <param name="dependency"></param>
778
771
  </member>
779
772
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.CreateLifestyleManager(Castle.MicroKernel.IComponentActivator)">
780
773
  <summary>
@@ -790,30 +783,6 @@
790
783
  <param name="activator"></param>
791
784
  <returns></returns>
792
785
  </member>
793
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)">
794
- <summary>
795
- Checks if the handler is able to, at very least, satisfy
796
- the dependencies for the constructor with less parameters
797
- </summary>
798
- <remarks>
799
- For each non*optional dependency, the implementation will invoke
800
- <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)"/>
801
- </remarks>
802
- </member>
803
- <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)">
804
- <summary>
805
- Invoked by
806
- <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)"/>
807
- in order to check if a dependency can be satisfied.
808
- If not, the handler is set to a 'waiting dependency' state.
809
- </summary>
810
- <remarks>
811
- This method registers the dependencies within the correct collection
812
- or dictionary and changes the handler state to
813
- <see cref="F:Castle.MicroKernel.HandlerState.WaitingDependency"/>
814
- </remarks>
815
- <param name="dependency"></param>
816
- </member>
817
786
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.DependencySatisfied(System.Boolean@)">
818
787
  <summary>
819
788
  Invoked by the kernel
@@ -826,6 +795,16 @@
826
795
  </remarks>
827
796
  <param name="stateChanged"></param>
828
797
  </member>
798
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.EnsureDependenciesCanBeSatisfied(Castle.MicroKernel.ComponentActivator.IDependencyAwareActivator)">
799
+ <summary>
800
+ Checks if the handler is able to, at very least, satisfy
801
+ the dependencies for the constructor with less parameters
802
+ </summary>
803
+ <remarks>
804
+ For each non*optional dependency, the implementation will invoke
805
+ <see cref="M:Castle.MicroKernel.Handlers.AbstractHandler.AddDependency(Castle.Core.DependencyModel)"/>
806
+ </remarks>
807
+ </member>
829
808
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.OnAddedAsChildKernel(System.Object,System.EventArgs)">
830
809
  <summary>
831
810
  Invoked when the container receives a parent container reference.
@@ -837,6 +816,15 @@
837
816
  <param name = "sender"></param>
838
817
  <param name = "e"></param>
839
818
  </member>
819
+ <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.Resolve(Castle.MicroKernel.Context.CreationContext,System.Boolean)">
820
+ <summary>
821
+ Returns an instance of the component this handler
822
+ is responsible for
823
+ </summary>
824
+ <param name = "context"></param>
825
+ <param name = "instanceRequired">when <c>false</c>, handler can not create valid instance and return <c>null</c> instead </param>
826
+ <returns></returns>
827
+ </member>
840
828
  <member name="M:Castle.MicroKernel.Handlers.AbstractHandler.HandlerStateChanged(System.Object,System.EventArgs)">
841
829
  <summary>
842
830
  Handler for the event
@@ -845,18 +833,14 @@
845
833
  <param name="source"></param>
846
834
  <param name="args"></param>
847
835
  </member>
848
- <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.CurrentState">
849
- <summary>
850
- Gets the handler state.
851
- </summary>
852
- </member>
853
836
  <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.ComponentModel">
854
837
  <summary>
855
838
  Gets the component model.
856
839
  </summary>
857
840
  </member>
858
- <member name="E:Castle.MicroKernel.Handlers.AbstractHandler.OnHandlerStateChanged">
841
+ <member name="P:Castle.MicroKernel.Handlers.AbstractHandler.CurrentState">
859
842
  <summary>
843
+ Gets the handler state.
860
844
  </summary>
861
845
  </member>
862
846
  <member name="M:Castle.MicroKernel.Handlers.DefaultHandler.#ctor(Castle.Core.ComponentModel)">
@@ -949,9 +933,9 @@
949
933
  </member>
950
934
  <member name="T:Castle.MicroKernel.DefaultKernel">
951
935
  <summary>
952
- Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
953
- This implementation is complete and also support a kernel
954
- hierarchy (sub containers).
936
+ Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
937
+ This implementation is complete and also support a kernel
938
+ hierarchy (sub containers).
955
939
  </summary>
956
940
  <summary>
957
941
  Default implementation of <see cref="T:Castle.MicroKernel.IKernel"/>.
@@ -1083,6 +1067,15 @@
1083
1067
  <param name="service"></param>
1084
1068
  <param name="dependencies"></param>
1085
1069
  </member>
1070
+ <member name="M:Castle.MicroKernel.IKernel.RegisterCustomDependencies(System.Type,System.Object)">
1071
+ <summary>
1072
+ Associates objects with a component handler,
1073
+ allowing it to use the specified dictionary
1074
+ when resolving dependencies
1075
+ </summary>
1076
+ <param name="service"></param>
1077
+ <param name="dependenciesAsAnonymousType"></param>
1078
+ </member>
1086
1079
  <member name="M:Castle.MicroKernel.IKernel.RegisterCustomDependencies(System.String,System.Collections.IDictionary)">
1087
1080
  <summary>
1088
1081
  Associates objects with a component handler,
@@ -1092,6 +1085,15 @@
1092
1085
  <param name="key"></param>
1093
1086
  <param name="dependencies"></param>
1094
1087
  </member>
1088
+ <member name="M:Castle.MicroKernel.IKernel.RegisterCustomDependencies(System.String,System.Object)">
1089
+ <summary>
1090
+ Associates objects with a component handler,
1091
+ allowing it to use the specified dictionary
1092
+ when resolving dependencies
1093
+ </summary>
1094
+ <param name="key"></param>
1095
+ <param name="dependenciesAsAnonymousType"></param>
1096
+ </member>
1095
1097
  <member name="M:Castle.MicroKernel.IKernel.ReleaseComponent(System.Object)">
1096
1098
  <summary>
1097
1099
  Releases a component instance. This allows
@@ -1504,6 +1506,14 @@
1504
1506
  <param name="service">The service type</param>
1505
1507
  <param name="arguments">Arguments to resolve the services</param>
1506
1508
  </member>
1509
+ <member name="M:Castle.MicroKernel.IKernel.ResolveAll(System.Type,System.Object)">
1510
+ <summary>
1511
+ Returns all the valid component instances by
1512
+ the service type
1513
+ </summary>
1514
+ <param name="service">The service type</param>
1515
+ <param name="argumentsAsAnonymousType">Arguments to resolve the services</param>
1516
+ </member>
1507
1517
  <member name="M:Castle.MicroKernel.IKernel.Resolve(System.Type,System.Collections.IDictionary)">
1508
1518
  <summary>
1509
1519
  Returns the component instance by the service type
@@ -1522,6 +1532,24 @@
1522
1532
  <param name="arguments"></param>
1523
1533
  <returns></returns>
1524
1534
  </member>
1535
+ <member name="M:Castle.MicroKernel.IKernel.Resolve(System.Type,System.Object)">
1536
+ <summary>
1537
+ Returns the component instance by the service type
1538
+ using dynamic arguments
1539
+ </summary>
1540
+ <param name="service">Service to resolve</param>
1541
+ <param name="argumentsAsAnonymousType">Arguments to resolve the services</param>
1542
+ <returns></returns>
1543
+ </member>
1544
+ <member name="M:Castle.MicroKernel.IKernel.Resolve(System.String,System.Object)">
1545
+ <summary>
1546
+ Returns the component instance by the component key
1547
+ using dynamic arguments
1548
+ </summary>
1549
+ <param name="key">Key to resolve</param>
1550
+ <param name="argumentsAsAnonymousType">Arguments to resolve the services</param>
1551
+ <returns></returns>
1552
+ </member>
1525
1553
  <member name="M:Castle.MicroKernel.IKernel.Resolve(System.String,System.Type)">
1526
1554
  <summary>
1527
1555
  Returns a component instance by the key
@@ -1538,6 +1566,14 @@
1538
1566
  <param name="arguments"></param>
1539
1567
  <returns></returns>
1540
1568
  </member>
1569
+ <member name="M:Castle.MicroKernel.IKernel.Resolve``1(System.Object)">
1570
+ <summary>
1571
+ Returns the component instance by the service type
1572
+ using dynamic arguments
1573
+ </summary>
1574
+ <param name="argumentsAsAnonymousType">Arguments to resolve the services</param>
1575
+ <returns></returns>
1576
+ </member>
1541
1577
  <member name="M:Castle.MicroKernel.IKernel.Resolve``1">
1542
1578
  <summary>
1543
1579
  Returns the component instance by the component key
@@ -1575,6 +1611,13 @@
1575
1611
  <typeparam name="TService"></typeparam>
1576
1612
  <returns></returns>
1577
1613
  </member>
1614
+ <member name="M:Castle.MicroKernel.IKernel.ResolveAll``1(System.Object)">
1615
+ <summary>
1616
+ Returns component instances that implement TService
1617
+ </summary>
1618
+ <typeparam name="TService"></typeparam>
1619
+ <returns></returns>
1620
+ </member>
1578
1621
  <member name="M:Castle.MicroKernel.IKernel.Resolve(System.String,System.Type,System.Collections.IDictionary)">
1579
1622
  <summary>
1580
1623
  Returns a component instance by the key
@@ -1671,161 +1714,176 @@
1671
1714
  </summary>
1672
1715
  <param name="model"></param>
1673
1716
  </member>
1674
- <member name="F:Castle.MicroKernel.DefaultKernel.parentKernel">
1717
+ <member name="F:Castle.MicroKernel.DefaultKernel.childKernels">
1675
1718
  <summary>
1676
- The parent kernel, if exists.
1719
+ List of sub containers.
1677
1720
  </summary>
1678
1721
  </member>
1679
- <member name="F:Castle.MicroKernel.DefaultKernel.handlerFactory">
1722
+ <member name="F:Castle.MicroKernel.DefaultKernel.facilities">
1680
1723
  <summary>
1681
- The implementation of <see cref="T:Castle.MicroKernel.IHandlerFactory"/>
1724
+ List of <see cref="T:Castle.MicroKernel.IFacility"/> registered.
1682
1725
  </summary>
1683
1726
  </member>
1684
- <member name="F:Castle.MicroKernel.DefaultKernel.modelBuilder">
1727
+ <member name="F:Castle.MicroKernel.DefaultKernel.handlerFactory">
1685
1728
  <summary>
1686
- The implementation of <see cref="T:Castle.MicroKernel.IComponentModelBuilder"/>
1729
+ The implementation of <see cref="T:Castle.MicroKernel.IHandlerFactory"/>
1687
1730
  </summary>
1688
1731
  </member>
1689
1732
  <member name="F:Castle.MicroKernel.DefaultKernel.resolver">
1690
1733
  <summary>
1691
- The dependency resolver.
1734
+ The dependency resolver.
1692
1735
  </summary>
1693
1736
  </member>
1694
- <member name="F:Castle.MicroKernel.DefaultKernel.releaserPolicy">
1737
+ <member name="F:Castle.MicroKernel.DefaultKernel.subsystems">
1695
1738
  <summary>
1696
- Implements a policy to control component's
1697
- disposal that the usef forgot.
1739
+ Map of subsystems registered.
1698
1740
  </summary>
1699
1741
  </member>
1700
- <member name="F:Castle.MicroKernel.DefaultKernel.proxyFactory">
1742
+ <member name="F:Castle.MicroKernel.DefaultKernel.modelBuilder">
1701
1743
  <summary>
1702
- Holds the implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1744
+ The implementation of <see cref="T:Castle.MicroKernel.IComponentModelBuilder"/>
1703
1745
  </summary>
1704
1746
  </member>
1705
- <member name="F:Castle.MicroKernel.DefaultKernel.facilities">
1747
+ <member name="F:Castle.MicroKernel.DefaultKernel.parentKernel">
1706
1748
  <summary>
1707
- List of <see cref="T:Castle.MicroKernel.IFacility"/> registered.
1749
+ The parent kernel, if exists.
1708
1750
  </summary>
1709
1751
  </member>
1710
- <member name="F:Castle.MicroKernel.DefaultKernel.subsystems">
1752
+ <member name="F:Castle.MicroKernel.DefaultKernel.proxyFactory">
1711
1753
  <summary>
1712
- Map of subsystems registered.
1754
+ Holds the implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1713
1755
  </summary>
1714
1756
  </member>
1715
- <member name="F:Castle.MicroKernel.DefaultKernel.childKernels">
1757
+ <member name="F:Castle.MicroKernel.DefaultKernel.releaserPolicy">
1716
1758
  <summary>
1717
- List of sub containers.
1759
+ Implements a policy to control component's
1760
+ disposal that the usef forgot.
1718
1761
  </summary>
1719
1762
  </member>
1720
1763
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor">
1721
1764
  <summary>
1722
- Constructs a DefaultKernel with no component
1723
- proxy support.
1765
+ Constructs a DefaultKernel with no component
1766
+ proxy support.
1724
1767
  </summary>
1725
1768
  </member>
1726
1769
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor(Castle.MicroKernel.IDependencyResolver,Castle.MicroKernel.IProxyFactory)">
1727
1770
  <summary>
1728
- Constructs a DefaultKernel with the specified
1729
- implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/> and <see cref="T:Castle.MicroKernel.IDependencyResolver"/>
1771
+ Constructs a DefaultKernel with the specified
1772
+ implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/> and <see cref="T:Castle.MicroKernel.IDependencyResolver"/>
1730
1773
  </summary>
1731
1774
  <param name="resolver"></param>
1732
1775
  <param name="proxyFactory"></param>
1733
1776
  </member>
1734
1777
  <member name="M:Castle.MicroKernel.DefaultKernel.#ctor(Castle.MicroKernel.IProxyFactory)">
1735
1778
  <summary>
1736
- Constructs a DefaultKernel with the specified
1737
- implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1779
+ Constructs a DefaultKernel with the specified
1780
+ implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/>
1738
1781
  </summary>
1739
1782
  </member>
1740
- <member name="M:Castle.MicroKernel.DefaultKernel.Register(Castle.MicroKernel.Registration.IRegistration[])">
1783
+ <member name="M:Castle.MicroKernel.DefaultKernel.Dispose">
1741
1784
  <summary>
1742
- Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
1743
- with the <see cref="T:Castle.MicroKernel.IKernel"/>.
1744
- <param name="registrations">The component registrations.</param>
1745
- <returns>The kernel.</returns>
1785
+ Starts the process of component disposal.
1746
1786
  </summary>
1747
1787
  </member>
1748
- <member name="M:Castle.MicroKernel.DefaultKernel.RemoveComponent(System.String)">
1788
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetAssignableHandlers(System.Type)">
1749
1789
  <summary>
1750
- Returns true if the specified component was
1751
- found and could be removed (i.e. no other component depends on it)
1790
+ Return handlers for components that
1791
+ implements the specified service.
1792
+ The check is made using IsAssignableFrom
1752
1793
  </summary>
1753
- <param name="key">The component's key</param>
1794
+ <param name = "service"></param>
1754
1795
  <returns></returns>
1755
1796
  </member>
1756
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Collections.IDictionary)">
1797
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetFacilities">
1757
1798
  <summary>
1758
- Associates objects with a component handler,
1759
- allowing it to use the specified dictionary
1760
- when resolving dependencies
1799
+ Returns the facilities registered on the kernel.
1761
1800
  </summary>
1762
- <param name="service"></param>
1763
- <param name="dependencies"></param>
1801
+ <returns></returns>
1764
1802
  </member>
1765
- <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Collections.IDictionary)">
1803
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetHandlers(System.Type)">
1766
1804
  <summary>
1767
- Associates objects with a component handler,
1768
- allowing it to use the specified dictionary
1769
- when resolving dependencies
1805
+ Return handlers for components that
1806
+ implements the specified service.
1770
1807
  </summary>
1771
- <param name="key"></param>
1772
- <param name="dependencies"></param>
1808
+ <param name = "service"></param>
1809
+ <returns></returns>
1773
1810
  </member>
1774
- <member name="M:Castle.MicroKernel.DefaultKernel.ReleaseComponent(System.Object)">
1811
+ <member name="M:Castle.MicroKernel.DefaultKernel.Register(Castle.MicroKernel.Registration.IRegistration[])">
1775
1812
  <summary>
1776
- Releases a component instance. This allows
1777
- the kernel to execute the proper decomission
1778
- lifecycles on the component instance.
1813
+ Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
1814
+ with the <see cref="T:Castle.MicroKernel.IKernel"/>.
1815
+ <param name="registrations">The component registrations.</param>
1816
+ <returns>The kernel.</returns>
1779
1817
  </summary>
1780
- <param name="instance"></param>
1781
1818
  </member>
1782
- <member name="M:Castle.MicroKernel.DefaultKernel.GetHandlers(System.Type)">
1819
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Collections.IDictionary)">
1783
1820
  <summary>
1784
- Return handlers for components that
1785
- implements the specified service.
1821
+ Associates objects with a component handler,
1822
+ allowing it to use the specified dictionary
1823
+ when resolving dependencies
1786
1824
  </summary>
1787
- <param name="service"></param>
1788
- <returns></returns>
1825
+ <param name = "service"></param>
1826
+ <param name = "dependencies"></param>
1789
1827
  </member>
1790
- <member name="M:Castle.MicroKernel.DefaultKernel.GetAssignableHandlers(System.Type)">
1828
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.Type,System.Object)">
1791
1829
  <summary>
1792
- Return handlers for components that
1793
- implements the specified service.
1794
- The check is made using IsAssignableFrom
1830
+ Associates objects with a component handler,
1831
+ allowing it to use the specified dictionary
1832
+ when resolving dependencies
1795
1833
  </summary>
1796
- <param name="service"></param>
1797
- <returns></returns>
1834
+ <param name = "service"></param>
1835
+ <param name = "dependenciesAsAnonymousType"></param>
1798
1836
  </member>
1799
- <member name="M:Castle.MicroKernel.DefaultKernel.GetFacilities">
1837
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Collections.IDictionary)">
1800
1838
  <summary>
1801
- Returns the facilities registered on the kernel.
1839
+ Associates objects with a component handler,
1840
+ allowing it to use the specified dictionary
1841
+ when resolving dependencies
1802
1842
  </summary>
1803
- <returns></returns>
1843
+ <param name = "key"></param>
1844
+ <param name = "dependencies"></param>
1804
1845
  </member>
1805
- <member name="M:Castle.MicroKernel.DefaultKernel.GetService(System.Type)">
1806
- <summary>
1807
- Gets the service object of the specified type.
1808
- </summary>
1809
-
1810
- <returns>
1811
- A service object of type serviceType.
1812
- </returns>
1813
-
1814
- <param name="serviceType">An object that specifies the type of service object to get. </param>
1846
+ <member name="M:Castle.MicroKernel.DefaultKernel.RegisterCustomDependencies(System.String,System.Object)">
1847
+ <summary>
1848
+ Associates objects with a component handler,
1849
+ allowing it to use the specified dictionary
1850
+ when resolving dependencies
1851
+ </summary>
1852
+ <param name = "key"></param>
1853
+ <param name = "dependenciesAsAnonymousType"></param>
1815
1854
  </member>
1816
- <member name="M:Castle.MicroKernel.DefaultKernel.GetService``1">
1817
- <summary>
1818
- Gets the service object of the specified type.
1819
- </summary>
1820
-
1821
- <returns>
1822
- A service object of type serviceType.
1823
- </returns>
1855
+ <member name="M:Castle.MicroKernel.DefaultKernel.ReleaseComponent(System.Object)">
1856
+ <summary>
1857
+ Releases a component instance. This allows
1858
+ the kernel to execute the proper decomission
1859
+ lifecycles on the component instance.
1860
+ </summary>
1861
+ <param name = "instance"></param>
1824
1862
  </member>
1825
- <member name="M:Castle.MicroKernel.DefaultKernel.Dispose">
1863
+ <member name="M:Castle.MicroKernel.DefaultKernel.RemoveComponent(System.String)">
1864
+ <summary>
1865
+ Returns true if the specified component was
1866
+ found and could be removed (i.e. no other component depends on it)
1867
+ </summary>
1868
+ <param name = "key">The component's key</param>
1869
+ <returns></returns>
1870
+ </member>
1871
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetService(System.Type)">
1872
+ <summary>
1873
+ Gets the service object of the specified type.
1874
+ </summary>
1875
+ <returns>
1876
+ A service object of type serviceType.
1877
+ </returns>
1878
+ <param name = "serviceType">An object that specifies the type of service object to get. </param>
1879
+ </member>
1880
+ <member name="M:Castle.MicroKernel.DefaultKernel.GetService``1">
1826
1881
  <summary>
1827
- Starts the process of component disposal.
1882
+ Gets the service object of the specified type.
1828
1883
  </summary>
1884
+ <returns>
1885
+ A service object of type serviceType.
1886
+ </returns>
1829
1887
  </member>
1830
1888
  <member name="M:Castle.MicroKernel.DefaultKernel.AddComponent(System.String,System.Type,Castle.Core.LifestyleType)">
1831
1889
  <summary>
@@ -2086,6 +2144,14 @@
2086
2144
  <param name="arguments"></param>
2087
2145
  <returns></returns>
2088
2146
  </member>
2147
+ <member name="M:Castle.MicroKernel.DefaultKernel.Resolve``1(System.Object)">
2148
+ <summary>
2149
+ Returns the component instance by the service type
2150
+ using dynamic arguments
2151
+ </summary>
2152
+ <param name="argumentsAsAnonymousType"></param>
2153
+ <returns></returns>
2154
+ </member>
2089
2155
  <member name="M:Castle.MicroKernel.DefaultKernel.Resolve``1">
2090
2156
  <summary>
2091
2157
  Returns the component instance by the component key
@@ -2127,6 +2193,15 @@
2127
2193
  <param name="arguments"></param>
2128
2194
  <returns></returns>
2129
2195
  </member>
2196
+ <member name="M:Castle.MicroKernel.DefaultKernel.Resolve(System.Type,System.Object)">
2197
+ <summary>
2198
+ Returns the component instance by the service type
2199
+ using dynamic arguments
2200
+ </summary>
2201
+ <param name="service"></param>
2202
+ <param name="argumentsAsAnonymousType"></param>
2203
+ <returns></returns>
2204
+ </member>
2130
2205
  <member name="M:Castle.MicroKernel.DefaultKernel.Resolve(System.String,System.Collections.IDictionary)">
2131
2206
  <summary>
2132
2207
  Returns the component instance by the component key
@@ -2136,6 +2211,15 @@
2136
2211
  <param name="arguments"></param>
2137
2212
  <returns></returns>
2138
2213
  </member>
2214
+ <member name="M:Castle.MicroKernel.DefaultKernel.Resolve(System.String,System.Object)">
2215
+ <summary>
2216
+ Returns the component instance by the component key
2217
+ using dynamic arguments
2218
+ </summary>
2219
+ <param name="key"></param>
2220
+ <param name="argumentsAsAnonymousType"></param>
2221
+ <returns></returns>
2222
+ </member>
2139
2223
  <member name="M:Castle.MicroKernel.DefaultKernel.ResolveAll(System.Type)">
2140
2224
  <summary>
2141
2225
  Returns all the valid component instances by
@@ -2153,6 +2237,24 @@
2153
2237
  Arguments to resolve the services
2154
2238
  </param>
2155
2239
  </member>
2240
+ <member name="M:Castle.MicroKernel.DefaultKernel.ResolveAll(System.Type,System.Object)">
2241
+ <summary>
2242
+ Returns all the valid component instances by
2243
+ the service type
2244
+ </summary>
2245
+ <param name="service">The service type</param>
2246
+ <param name="argumentsAsAnonymousType">
2247
+ Arguments to resolve the services
2248
+ </param>
2249
+ </member>
2250
+ <member name="M:Castle.MicroKernel.DefaultKernel.ResolveAll``1(System.Object)">
2251
+ <summary>
2252
+ Returns component instances that implement TService
2253
+ </summary>
2254
+ <typeparam name="TService"></typeparam>
2255
+ <param name="argumentsAsAnonymousType"></param>
2256
+ <returns></returns>
2257
+ </member>
2156
2258
  <member name="M:Castle.MicroKernel.DefaultKernel.ResolveAll``1(System.Collections.IDictionary)">
2157
2259
  <summary>
2158
2260
  Returns component instances that implement TService
@@ -2168,9 +2270,20 @@
2168
2270
  <typeparam name="TService"></typeparam>
2169
2271
  <returns></returns>
2170
2272
  </member>
2273
+ <member name="M:Castle.MicroKernel.DefaultKernel.Resolve(System.String,System.Type,System.Object)">
2274
+ <summary>
2275
+ Resolves the specified key.
2276
+ </summary>
2277
+ <param name="key">The key.</param>
2278
+ <param name="service">The service.</param>
2279
+ <param name="argumentsAsAnonymousType">
2280
+ Type of the arguments as anonymous.
2281
+ </param>
2282
+ <returns></returns>
2283
+ </member>
2171
2284
  <member name="P:Castle.MicroKernel.DefaultKernel.GraphNodes">
2172
2285
  <summary>
2173
- Graph of components and iteractions.
2286
+ Graph of components and iteractions.
2174
2287
  </summary>
2175
2288
  </member>
2176
2289
  <member name="E:Castle.MicroKernel.DefaultKernel.HandlerRegistered">
@@ -2520,43 +2633,43 @@
2520
2633
  </member>
2521
2634
  <member name="M:Castle.Facilities.Startable.StartableFacility.DeferredStart">
2522
2635
  <summary>
2523
- This method changes behavior of the facility. Deferred mode should be used when you
2524
- have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2525
- Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2526
- intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2527
- start all the startable components. An exception will be thrown if a startable component can't be
2528
- instantiated and started. This will help you fail fast and diagnose issues quickly. If you don't want
2529
- the exception to be thrown and you prefer the component to fail silently, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method instead.
2636
+ This method changes behavior of the facility. Deferred mode should be used when you
2637
+ have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2638
+ Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2639
+ intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2640
+ start all the startable components. An exception will be thrown if a startable component can't be
2641
+ instantiated and started. This will help you fail fast and diagnose issues quickly. If you don't want
2642
+ the exception to be thrown and you prefer the component to fail silently, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method instead.
2530
2643
  </summary>
2531
2644
  <remarks>
2532
- It is recommended to use this method over <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method.
2645
+ It is recommended to use this method over <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart"/> method.
2533
2646
  </remarks>
2534
2647
  </member>
2535
2648
  <member name="M:Castle.Facilities.Startable.StartableFacility.DeferredTryStart">
2536
2649
  <summary>
2537
- This method changes behavior of the facility. Deferred mode should be used when you
2538
- have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2539
- Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2540
- intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2541
- start all the startable components. No exception will be thrown if a startable component can't be
2542
- instantiated and started. If you'd rather fail fast and diagnose issues quickly, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method instead.
2650
+ This method changes behavior of the facility. Deferred mode should be used when you
2651
+ have single call to <see cref="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])"/> and register all your components there.
2652
+ Enabling this mode will optimize the behavior of the facility so that it will wait 'till the end of
2653
+ intallation and only after all <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s were ran it will instantiate and
2654
+ start all the startable components. No exception will be thrown if a startable component can't be
2655
+ instantiated and started. If you'd rather fail fast and diagnose issues quickly, use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method instead.
2543
2656
  </summary>
2544
2657
  <remarks>
2545
- It is recommended to use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method over this method.
2658
+ It is recommended to use <see cref="M:Castle.Facilities.Startable.StartableFacility.DeferredStart"/> method over this method.
2546
2659
  </remarks>
2547
2660
  </member>
2548
2661
  <member name="M:Castle.Facilities.Startable.StartableFacility.CheckWaitingList">
2549
2662
  <summary>
2550
- For each new component registered,
2551
- some components in the WaitingDependency
2552
- state may have became valid, so we check them
2663
+ For each new component registered,
2664
+ some components in the WaitingDependency
2665
+ state may have became valid, so we check them
2553
2666
  </summary>
2554
2667
  </member>
2555
2668
  <member name="M:Castle.Facilities.Startable.StartableFacility.TryStart(Castle.MicroKernel.IHandler)">
2556
2669
  <summary>
2557
- Request the component instance
2670
+ Request the component instance
2558
2671
  </summary>
2559
- <param name="handler"></param>
2672
+ <param name = "handler"></param>
2560
2673
  </member>
2561
2674
  <member name="M:Castle.Facilities.Startable.StartableFacilityRegistrationExtensions.StartUsingMethod``1(Castle.MicroKernel.Registration.ComponentRegistration{``0},System.String)">
2562
2675
  <summary>
@@ -2686,13 +2799,13 @@
2686
2799
  </member>
2687
2800
  <member name="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver">
2688
2801
  <summary>
2689
- Redirects resolution to the main resolver, and if not found uses
2690
- the parent handler.
2802
+ Redirects resolution to the main resolver, and if not found uses
2803
+ the parent handler.
2691
2804
  </summary>
2692
2805
  </member>
2693
2806
  <member name="M:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver.#ctor(Castle.MicroKernel.IHandler,Castle.MicroKernel.ISubDependencyResolver)">
2694
2807
  <summary>
2695
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver"/> class.
2808
+ Initializes a new instance of the <see cref="T:Castle.MicroKernel.Handlers.ParentHandlerWithChildResolver"/> class.
2696
2809
  </summary>
2697
2810
  <param name="parentHandler">The parent handler.</param>
2698
2811
  <param name="childResolver">The child resolver.</param>
@@ -2871,6 +2984,11 @@
2871
2984
  Lifetime concern that works for components that don't have their actual type determined upfront
2872
2985
  </summary>
2873
2986
  </member>
2987
+ <member name="T:Castle.MicroKernel.LifecycleConcerns.SupportInitializeConcern">
2988
+ <summary>
2989
+ Summary description for SupportInitializeConcern.
2990
+ </summary>
2991
+ </member>
2874
2992
  <member name="T:Castle.Core.IRecyclable">
2875
2993
  <summary>
2876
2994
  Only called for components that
@@ -4270,6 +4388,11 @@
4270
4388
  Inserts a new typed argument with given type. If an argument for this type already exists, it will be overwritten.
4271
4389
  </summary>
4272
4390
  </member>
4391
+ <member name="M:Castle.MicroKernel.Registration.ComponentDependencyRegistrationExtensions.Insert(System.Collections.IDictionary,System.Object)">
4392
+ <summary>
4393
+ Inserts a set of typed arguments. Property names of the anonymous type will be used as key.
4394
+ </summary>
4395
+ </member>
4273
4396
  <member name="M:Castle.MicroKernel.Registration.ComponentDependencyRegistrationExtensions.Insert(System.Collections.IDictionary,System.Object[])">
4274
4397
  <summary>
4275
4398
  Inserts a set of typed arguments. Actual type of the arguments will be used as key.
@@ -4366,7 +4489,7 @@
4366
4489
  <summary>
4367
4490
  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)"/>.
4368
4491
  <para/>
4369
- Use <see cref="M:Castle.MicroKernel.Registration.ComponentRegistration`1.ServiceOverrides(Castle.MicroKernel.Registration.ServiceOverride[])"/> to specify the components
4492
+ You can pass <see cref="T:Castle.MicroKernel.Registration.ServiceOverride"/>s to specify the components
4370
4493
  this component should be resolved with.
4371
4494
  </summary>
4372
4495
  <param name="dependencies">The dependencies.</param>
@@ -4382,6 +4505,16 @@
4382
4505
  <param name="dependencies">The dependencies.</param>
4383
4506
  <returns></returns>
4384
4507
  </member>
4508
+ <member name="M:Castle.MicroKernel.Registration.ComponentRegistration`1.DependsOn(System.Object)">
4509
+ <summary>
4510
+ Uses an (anonymous) object as a dictionary, to specify custom dependencies.
4511
+ <para/>
4512
+ Use <see cref="M:Castle.MicroKernel.Registration.ComponentRegistration`1.ServiceOverrides(System.Object)"/> to specify the components
4513
+ this component should be resolved with.
4514
+ </summary>
4515
+ <param name="anonymous">The dependencies.</param>
4516
+ <returns></returns>
4517
+ </member>
4385
4518
  <member name="M:Castle.MicroKernel.Registration.ComponentRegistration`1.DynamicParameters(Castle.MicroKernel.Registration.DynamicParametersDelegate)">
4386
4519
  <summary>
4387
4520
  Allows custom dependencies to by defined dyncamically.
@@ -4413,6 +4546,13 @@
4413
4546
  <param name="properties">The extended properties.</param>
4414
4547
  <returns></returns>
4415
4548
  </member>
4549
+ <member name="M:Castle.MicroKernel.Registration.ComponentRegistration`1.ExtendedProperties(System.Object)">
4550
+ <summary>
4551
+ Sets <see cref="P:Castle.Core.ComponentModel.ExtendedProperties"/> for this component.
4552
+ </summary>
4553
+ <param name="anonymous">The extendend properties as key/value pairs.</param>
4554
+ <returns></returns>
4555
+ </member>
4416
4556
  <member name="M:Castle.MicroKernel.Registration.ComponentRegistration`1.Forward(System.Type[])">
4417
4557
  <summary>
4418
4558
  Registers the service types on behalf of this component.
@@ -4598,6 +4738,18 @@
4598
4738
  <param name="overrides">The service overrides.</param>
4599
4739
  <returns></returns>
4600
4740
  </member>
4741
+ <member name="M:Castle.MicroKernel.Registration.ComponentRegistration`1.ServiceOverrides(System.Object)">
4742
+ <summary>
4743
+ Override (some of) the services that this component needs, using an (anonymous) object as a dictionary.
4744
+ <para/>
4745
+ Each key represents the service dependency of this component, for example the name of a constructor argument or a property.
4746
+ The corresponding value is the key of an other component registered to the kernel, and is used to resolve the dependency.
4747
+ <para/>
4748
+ To specify dependencies which are not services, use <see cref="M:Castle.MicroKernel.Registration.ComponentRegistration`1.DependsOn(System.Object)"/>
4749
+ </summary>
4750
+ <param name="anonymous">The service overrides.</param>
4751
+ <returns></returns>
4752
+ </member>
4601
4753
  <member name="M:Castle.MicroKernel.Registration.ComponentRegistration`1.Unless(Castle.MicroKernel.Registration.ComponentFilter)">
4602
4754
  <summary>
4603
4755
  Assigns a conditional predication which must not be satisfied.
@@ -4980,6 +5132,25 @@
4980
5132
  <param key="value">The property value.</param>
4981
5133
  <returns>The new <see cref="T:Castle.MicroKernel.Registration.Property"/></returns>
4982
5134
  </member>
5135
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is(System.String)">
5136
+ <summary>
5137
+ 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"/>.
5138
+ </summary>
5139
+ <param name="componentName"></param>
5140
+ <returns></returns>
5141
+ </member>
5142
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is(System.Type)">
5143
+ <summary>
5144
+ 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"/>.
5145
+ </summary>
5146
+ <returns></returns>
5147
+ </member>
5148
+ <member name="M:Castle.MicroKernel.Registration.PropertyKey.Is``1">
5149
+ <summary>
5150
+ 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"/>.
5151
+ </summary>
5152
+ <returns></returns>
5153
+ </member>
4983
5154
  <member name="P:Castle.MicroKernel.Registration.PropertyKey.Key">
4984
5155
  <summary>
4985
5156
  The property key key.
@@ -5486,11 +5657,6 @@
5486
5657
  No tracking of component instances are made.
5487
5658
  </summary>
5488
5659
  </member>
5489
- <member name="M:Castle.MicroKernel.Releasers.NoTrackingReleasePolicy.#ctor">
5490
- <summary>
5491
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.Releasers.NoTrackingReleasePolicy"/> class.
5492
- </summary>
5493
- </member>
5494
5660
  <member name="T:Castle.MicroKernel.Resolvers.DefaultDependencyResolver">
5495
5661
  <summary>
5496
5662
  Default implementation for <see cref="T:Castle.MicroKernel.IDependencyResolver"/>.
@@ -6094,11 +6260,6 @@
6094
6260
  and still call from non generic types outside.
6095
6261
  </summary>
6096
6262
  </member>
6097
- <member name="M:Castle.MicroKernel.SubSystems.Conversion.GenericListConverter.#ctor">
6098
- <summary>
6099
- Initializes a new instance of the <see cref="T:Castle.MicroKernel.SubSystems.Conversion.GenericListConverter"/> class.
6100
- </summary>
6101
- </member>
6102
6263
  <member name="T:Castle.MicroKernel.SubSystems.Conversion.PrimitiveConverter">
6103
6264
  <summary>
6104
6265
  Implements all standard conversions.
@@ -6734,84 +6895,65 @@
6734
6895
  </member>
6735
6896
  <member name="T:Castle.Windsor.IWindsorContainer">
6736
6897
  <summary>
6737
- The <c>IWindsorContainer</c> interface exposes all the
6738
- functionality the Windsor implements.
6739
- </summary>
6740
- </member>
6741
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
6742
- <summary>
6743
- Registers a facility within the container.
6898
+ The <c>IWindsorContainer</c> interface exposes all the
6899
+ functionality the Windsor implements.
6744
6900
  </summary>
6745
- <param name="key">The key by which the <see cref="T:Castle.MicroKernel.IFacility"/> gets indexed.</param>
6746
- <param name="facility">The <see cref="T:Castle.MicroKernel.IFacility"/> to add to the container.</param>
6747
- </member>
6748
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String)">
6749
- <summary>
6750
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6751
- </summary>
6752
- <typeparam name="T">The facility type.</typeparam>
6753
- <param name="key"></param>
6754
- <returns></returns>
6755
6901
  </member>
6756
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Action{``0})">
6902
+ <member name="M:Castle.Windsor.IWindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
6757
6903
  <summary>
6758
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6904
+ Registers a subcontainer. The components exposed
6905
+ by this container will be accessible from subcontainers.
6759
6906
  </summary>
6760
- <typeparam name="T">The facility type.</typeparam>
6761
- <param name="key"></param>
6762
- <param name="onCreate">The callback for creation.</param>
6763
- <returns></returns>
6907
+ <param name = "childContainer"></param>
6764
6908
  </member>
6765
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
6909
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type)">
6766
6910
  <summary>
6767
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6911
+ Adds a component to be managed by the container
6768
6912
  </summary>
6769
- <typeparam name="T">The facility type.</typeparam>
6770
- <param name="key"></param>
6771
- <param name="onCreate">The callback for creation.</param>
6772
- <returns></returns>
6913
+ <param name="key">The key by which the component gets indexed.</param>
6914
+ <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
6773
6915
  </member>
6774
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1">
6916
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type,System.Type)">
6775
6917
  <summary>
6776
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6918
+ Adds a component to be managed by the container
6777
6919
  </summary>
6778
- <typeparam name="T">The facility type.</typeparam>
6779
- <returns></returns>
6920
+ <param name="key">The key by which the component gets indexed.</param>
6921
+ <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
6922
+ <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
6780
6923
  </member>
6781
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Action{``0})">
6924
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1">
6782
6925
  <summary>
6783
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6926
+ Adds a component to be managed by the container.
6927
+ The key to obtain the component will be the FullName of the type.
6784
6928
  </summary>
6785
- <typeparam name="T">The facility type.</typeparam>
6786
- <param name="onCreate">The callback for creation.</param>
6787
- <returns></returns>
6929
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6788
6930
  </member>
6789
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
6931
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1(System.String)">
6790
6932
  <summary>
6791
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6933
+ Adds a component to be managed by the container
6792
6934
  </summary>
6793
- <typeparam name="T">The facility type.</typeparam>
6794
- <param name="onCreate">The callback for creation.</param>
6795
- <returns></returns>
6935
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6936
+ <param name="key">The key by which the component gets indexed.</param>
6796
6937
  </member>
6797
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type)">
6938
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2">
6798
6939
  <summary>
6799
- Adds a component to be managed by the container
6940
+ Adds a component to be managed by the container
6941
+ The key to obtain the component will be the FullName of the type.
6800
6942
  </summary>
6801
- <param name="key">The key by which the component gets indexed.</param>
6802
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
6943
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
6944
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6803
6945
  </member>
6804
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type,System.Type)">
6946
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2(System.String)">
6805
6947
  <summary>
6806
- Adds a component to be managed by the container
6948
+ Adds a component to be managed by the container
6807
6949
  </summary>
6950
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
6951
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6808
6952
  <param name="key">The key by which the component gets indexed.</param>
6809
- <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
6810
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
6811
6953
  </member>
6812
6954
  <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
6813
6955
  <summary>
6814
- Adds a component to be managed by the container
6956
+ Adds a component to be managed by the container
6815
6957
  </summary>
6816
6958
  <param name="key">The key by which the component gets indexed.</param>
6817
6959
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
@@ -6819,312 +6961,387 @@
6819
6961
  </member>
6820
6962
  <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
6821
6963
  <summary>
6822
- Adds a component to be managed by the container
6964
+ Adds a component to be managed by the container
6823
6965
  </summary>
6824
6966
  <param name="key">The key by which the component gets indexed.</param>
6825
6967
  <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
6826
6968
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
6827
6969
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
6828
6970
  </member>
6829
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Collections.IDictionary)">
6830
- <summary>
6831
- Adds a concrete class as a component and specify the extended properties.
6832
- Used by facilities, mostly.
6833
- </summary>
6834
- <param name="key"></param>
6835
- <param name="classType"></param>
6836
- <param name="extendedProperties"></param>
6837
- </member>
6838
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Type,System.Collections.IDictionary)">
6839
- <summary>
6840
- Adds a concrete class and an interface
6841
- as a component and specify the extended properties.
6842
- Used by facilities, mostly.
6843
- </summary>
6844
- <param name="key"></param>
6845
- <param name="serviceType"></param>
6846
- <param name="classType"></param>
6847
- <param name="extendedProperties"></param>
6848
- </member>
6849
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1">
6971
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
6850
6972
  <summary>
6851
- Adds a component to be managed by the container.
6852
- The key to obtain the component will be the FullName of the type.
6973
+ Adds a component to be managed by the container.
6974
+ The key to obtain the component will be the FullName of the type.
6853
6975
  </summary>
6854
6976
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6977
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
6855
6978
  </member>
6856
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1(System.String)">
6979
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
6857
6980
  <summary>
6858
- Adds a component to be managed by the container
6981
+ Adds a component to be managed by the container
6859
6982
  </summary>
6860
6983
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6861
6984
  <param name="key">The key by which the component gets indexed.</param>
6985
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
6862
6986
  </member>
6863
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
6987
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
6864
6988
  <summary>
6865
- Adds a component to be managed by the container.
6866
- The key to obtain the component will be the FullName of the type.
6989
+ Adds a component to be managed by the container
6990
+ The key to obtain the component will be the FullName of the type.
6867
6991
  </summary>
6992
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
6868
6993
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6869
6994
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
6870
6995
  </member>
6871
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
6996
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
6872
6997
  <summary>
6873
- Adds a component to be managed by the container
6998
+ Adds a component to be managed by the container
6874
6999
  </summary>
7000
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
6875
7001
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6876
- <param name="key">The key by which the component gets indexed.</param>
7002
+ <param name="key">The key by which the component gets indexed.</param>
6877
7003
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
6878
7004
  </member>
6879
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2">
7005
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
6880
7006
  <summary>
6881
- Adds a component to be managed by the container
6882
- The key to obtain the component will be the FullName of the type.
7007
+ Adds a concrete class and an interface
7008
+ as a component and specify the extended properties.
7009
+ Used by facilities, mostly.
7010
+ The key to obtain the component will be the FullName of the type.
6883
7011
  </summary>
6884
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
6885
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7012
+ <typeparam name = "I"></typeparam>
7013
+ <typeparam name = "T"></typeparam>
7014
+ <param name = "extendedProperties"></param>
6886
7015
  </member>
6887
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2(System.String)">
7016
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
6888
7017
  <summary>
6889
- Adds a component to be managed by the container
7018
+ Adds a concrete class and an interface
7019
+ as a component and specify the extended properties.
7020
+ Used by facilities, mostly.
6890
7021
  </summary>
6891
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
6892
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6893
- <param name="key">The key by which the component gets indexed.</param>
7022
+ <typeparam name = "I"></typeparam>
7023
+ <typeparam name = "T"></typeparam>
7024
+ <param name = "key"></param>
7025
+ <param name = "extendedProperties"></param>
6894
7026
  </member>
6895
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
7027
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Collections.IDictionary)">
6896
7028
  <summary>
6897
- Adds a component to be managed by the container
6898
- The key to obtain the component will be the FullName of the type.
7029
+ Adds a concrete class as a component and specify the extended properties.
7030
+ Used by facilities, mostly.
6899
7031
  </summary>
6900
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
6901
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6902
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7032
+ <param name = "key"></param>
7033
+ <param name = "classType"></param>
7034
+ <param name = "extendedProperties"></param>
6903
7035
  </member>
6904
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
7036
+ <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Type,System.Collections.IDictionary)">
6905
7037
  <summary>
6906
- Adds a component to be managed by the container
7038
+ Adds a concrete class and an interface
7039
+ as a component and specify the extended properties.
7040
+ Used by facilities, mostly.
6907
7041
  </summary>
6908
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
6909
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
6910
- <param name="key">The key by which the component gets indexed.</param>
6911
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7042
+ <param name = "key"></param>
7043
+ <param name = "serviceType"></param>
7044
+ <param name = "classType"></param>
7045
+ <param name = "extendedProperties"></param>
6912
7046
  </member>
6913
7047
  <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
6914
7048
  <summary>
6915
- Adds a concrete class as a component and specify the extended properties.
6916
- Used by facilities, mostly.
6917
- The key to obtain the component will be the FullName of the type.
7049
+ Adds a concrete class as a component and specify the extended properties.
7050
+ Used by facilities, mostly.
7051
+ The key to obtain the component will be the FullName of the type.
6918
7052
  </summary>
6919
- <typeparam name="T"></typeparam>
6920
- <param name="extendedProperties"></param>
7053
+ <typeparam name = "T"></typeparam>
7054
+ <param name = "extendedProperties"></param>
6921
7055
  </member>
6922
7056
  <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
6923
7057
  <summary>
6924
- Adds a concrete class as a component and specify the extended properties.
6925
- Used by facilities, mostly.
7058
+ Adds a concrete class as a component and specify the extended properties.
7059
+ Used by facilities, mostly.
6926
7060
  </summary>
6927
- <typeparam name="T"></typeparam>
6928
- <param name="key"></param>
6929
- <param name="extendedProperties"></param>
7061
+ <typeparam name = "T"></typeparam>
7062
+ <param name = "key"></param>
7063
+ <param name = "extendedProperties"></param>
6930
7064
  </member>
6931
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
7065
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
6932
7066
  <summary>
6933
- Adds a concrete class and an interface
6934
- as a component and specify the extended properties.
6935
- Used by facilities, mostly.
6936
- The key to obtain the component will be the FullName of the type.
7067
+ Registers a facility within the container.
6937
7068
  </summary>
6938
- <typeparam name="I"></typeparam>
6939
- <typeparam name="T"></typeparam>
6940
- <param name="extendedProperties"></param>
7069
+ <param name="key">The key by which the <see cref="T:Castle.MicroKernel.IFacility"/> gets indexed.</param>
7070
+ <param name="facility">The <see cref="T:Castle.MicroKernel.IFacility"/> to add to the container.</param>
6941
7071
  </member>
6942
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
7072
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String)">
6943
7073
  <summary>
6944
- Adds a concrete class and an interface
6945
- as a component and specify the extended properties.
6946
- Used by facilities, mostly.
7074
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6947
7075
  </summary>
6948
- <typeparam name="I"></typeparam>
6949
- <typeparam name="T"></typeparam>
7076
+ <typeparam name="T">The facility type.</typeparam>
6950
7077
  <param name="key"></param>
6951
- <param name="extendedProperties"></param>
7078
+ <returns></returns>
6952
7079
  </member>
6953
- <member name="M:Castle.Windsor.IWindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
7080
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Action{``0})">
6954
7081
  <summary>
6955
- Registers the components provided by the <see cref="T:Castle.MicroKernel.Registration.IRegistration"/>s
6956
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
6957
- <para/>
6958
- Create a new registration using <see cref="T:Castle.MicroKernel.Registration.Component"/>.For() or <see cref="T:Castle.MicroKernel.Registration.AllTypes"/>.
7082
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6959
7083
  </summary>
6960
- <example>
6961
- <code>
6962
- container.Register(Component.For&lt;IService&gt;().ImplementedBy&lt;DefaultService&gt;());
6963
- </code>
6964
- </example>
6965
- <param name="registrations">The component registrations.</param>
6966
- <returns>The container.</returns>
7084
+ <typeparam name="T">The facility type.</typeparam>
7085
+ <param name="key"></param>
7086
+ <param name="onCreate">The callback for creation.</param>
7087
+ <returns></returns>
6967
7088
  </member>
6968
- <member name="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
7089
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
6969
7090
  <summary>
6970
- Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
6971
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
6972
- <param name="installers">The component installers.</param>
6973
- <returns>The container.</returns>
7091
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6974
7092
  </summary>
7093
+ <typeparam name="T">The facility type.</typeparam>
7094
+ <param name="key"></param>
7095
+ <param name="onCreate">The callback for creation.</param>
7096
+ <returns></returns>
6975
7097
  </member>
6976
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
7098
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1">
6977
7099
  <summary>
6978
- Returns a component instance by the key
7100
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6979
7101
  </summary>
6980
- <param name="key"></param>
6981
- <param name="arguments"></param>
7102
+ <typeparam name="T">The facility type.</typeparam>
6982
7103
  <returns></returns>
6983
7104
  </member>
6984
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type)">
7105
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Action{``0})">
6985
7106
  <summary>
6986
- Returns a component instance by the key
7107
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6987
7108
  </summary>
6988
- <param name="key"></param>
6989
- <param name="service"></param>
7109
+ <typeparam name="T">The facility type.</typeparam>
7110
+ <param name="onCreate">The callback for creation.</param>
6990
7111
  <returns></returns>
6991
7112
  </member>
6992
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)">
7113
+ <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
6993
7114
  <summary>
6994
- Returns a component instance by the service
7115
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
6995
7116
  </summary>
6996
- <param name="service"></param>
7117
+ <typeparam name="T">The facility type.</typeparam>
7118
+ <param name="onCreate">The callback for creation.</param>
6997
7119
  <returns></returns>
6998
7120
  </member>
6999
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
7121
+ <member name="M:Castle.Windsor.IWindsorContainer.GetChildContainer(System.String)">
7000
7122
  <summary>
7001
- Returns a component instance by the service
7123
+ Gets a child container instance by name.
7002
7124
  </summary>
7003
- <param name="service"></param>
7004
- <param name="arguments"></param>
7005
- <returns></returns>
7125
+ <param name = "name">The container's name.</param>
7126
+ <returns>The child container instance or null</returns>
7006
7127
  </member>
7007
- <member name="M:Castle.Windsor.IWindsorContainer.Release(System.Object)">
7128
+ <member name="M:Castle.Windsor.IWindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
7008
7129
  <summary>
7009
- Releases a component instance
7130
+ Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
7131
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7132
+ <param name="installers">The component installers.</param>
7133
+ <returns>The container.</returns>
7010
7134
  </summary>
7011
- <param name="instance"></param>
7012
7135
  </member>
7013
- <member name="M:Castle.Windsor.IWindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
7136
+ <member name="M:Castle.Windsor.IWindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
7014
7137
  <summary>
7015
- Registers a subcontainer. The components exposed
7016
- by this container will be accessible from subcontainers.
7138
+ Registers the components provided by the <see cref="T:Castle.MicroKernel.Registration.IRegistration"/>s
7139
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7140
+ <para/>
7141
+ Create a new registration using <see cref="T:Castle.MicroKernel.Registration.Component"/>.For() or <see cref="T:Castle.MicroKernel.Registration.AllTypes"/>.
7017
7142
  </summary>
7018
- <param name="childContainer"></param>
7143
+ <example>
7144
+ <code>
7145
+ container.Register(Component.For&lt;IService&gt;().ImplementedBy&lt;DefaultService&gt;());
7146
+ </code>
7147
+ </example>
7148
+ <param name="registrations">The component registrations.</param>
7149
+ <returns>The container.</returns>
7150
+ </member>
7151
+ <member name="M:Castle.Windsor.IWindsorContainer.Release(System.Object)">
7152
+ <summary>
7153
+ Releases a component instance
7154
+ </summary>
7155
+ <param name = "instance"></param>
7019
7156
  </member>
7020
7157
  <member name="M:Castle.Windsor.IWindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
7021
7158
  <summary>
7022
- Remove a child container
7159
+ Remove a child container
7023
7160
  </summary>
7024
- <param name="childContainer"></param>
7161
+ <param name = "childContainer"></param>
7025
7162
  </member>
7026
- <member name="M:Castle.Windsor.IWindsorContainer.GetChildContainer(System.String)">
7163
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
7027
7164
  <summary>
7028
- Gets a child container instance by name.
7165
+ Returns a component instance by the key
7029
7166
  </summary>
7030
- <param name="name">The container's name.</param>
7031
- <returns>The child container instance or null</returns>
7167
+ <param name = "key"></param>
7168
+ <param name = "arguments"></param>
7169
+ <returns></returns>
7170
+ </member>
7171
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Object)">
7172
+ <summary>
7173
+ Returns a component instance by the key
7174
+ </summary>
7175
+ <param name = "key"></param>
7176
+ <param name = "argumentsAsAnonymousType"></param>
7177
+ <returns></returns>
7178
+ </member>
7179
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type)">
7180
+ <summary>
7181
+ Returns a component instance by the key
7182
+ </summary>
7183
+ <param name = "key"></param>
7184
+ <param name = "service"></param>
7185
+ <returns></returns>
7186
+ </member>
7187
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)">
7188
+ <summary>
7189
+ Returns a component instance by the service
7190
+ </summary>
7191
+ <param name = "service"></param>
7192
+ <returns></returns>
7193
+ </member>
7194
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
7195
+ <summary>
7196
+ Returns a component instance by the service
7197
+ </summary>
7198
+ <param name = "service"></param>
7199
+ <param name = "arguments"></param>
7200
+ <returns></returns>
7201
+ </member>
7202
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Object)">
7203
+ <summary>
7204
+ Returns a component instance by the service
7205
+ </summary>
7206
+ <param name = "service"></param>
7207
+ <param name = "argumentsAsAnonymousType"></param>
7208
+ <returns></returns>
7032
7209
  </member>
7033
7210
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1">
7034
7211
  <summary>
7035
- Returns a component instance by the service
7212
+ Returns a component instance by the service
7036
7213
  </summary>
7037
- <typeparam name="T">Service type</typeparam>
7214
+ <typeparam name = "T">Service type</typeparam>
7038
7215
  <returns>The component instance</returns>
7039
7216
  </member>
7040
7217
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Collections.IDictionary)">
7041
7218
  <summary>
7042
- Returns a component instance by the service
7219
+ Returns a component instance by the service
7043
7220
  </summary>
7044
- <typeparam name="T">Service type</typeparam>
7045
- <param name="arguments"></param>
7221
+ <typeparam name = "T">Service type</typeparam>
7222
+ <param name = "arguments"></param>
7223
+ <returns>The component instance</returns>
7224
+ </member>
7225
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Object)">
7226
+ <summary>
7227
+ Returns a component instance by the service
7228
+ </summary>
7229
+ <typeparam name = "T">Service type</typeparam>
7230
+ <param name = "argumentsAsAnonymousType"></param>
7046
7231
  <returns>The component instance</returns>
7047
7232
  </member>
7048
7233
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)">
7049
7234
  <summary>
7050
- Returns a component instance by the key
7235
+ Returns a component instance by the key
7051
7236
  </summary>
7052
- <param name="key">Component's key</param>
7053
- <typeparam name="T">Service type</typeparam>
7237
+ <param name = "key">Component's key</param>
7238
+ <typeparam name = "T">Service type</typeparam>
7054
7239
  <returns>The Component instance</returns>
7055
7240
  </member>
7056
7241
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
7057
7242
  <summary>
7058
- Returns a component instance by the key
7243
+ Returns a component instance by the key
7059
7244
  </summary>
7060
- <typeparam name="T">Service type</typeparam>
7061
- <param name="key">Component's key</param>
7062
- <param name="arguments"></param>
7245
+ <typeparam name = "T">Service type</typeparam>
7246
+ <param name = "key">Component's key</param>
7247
+ <param name = "arguments"></param>
7248
+ <returns>The Component instance</returns>
7249
+ </member>
7250
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Object)">
7251
+ <summary>
7252
+ Returns a component instance by the key
7253
+ </summary>
7254
+ <typeparam name = "T">Service type</typeparam>
7255
+ <param name = "key">Component's key</param>
7256
+ <param name = "argumentsAsAnonymousType"></param>
7063
7257
  <returns>The Component instance</returns>
7064
7258
  </member>
7065
7259
  <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
7066
7260
  <summary>
7067
- Returns a component instance by the key
7261
+ Returns a component instance by the key
7068
7262
  </summary>
7069
- <param name="key"></param>
7070
- <param name="service"></param>
7071
- <param name="arguments"></param>
7263
+ <param name = "key"></param>
7264
+ <param name = "service"></param>
7265
+ <param name = "arguments"></param>
7266
+ <returns></returns>
7267
+ </member>
7268
+ <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Object)">
7269
+ <summary>
7270
+ Returns a component instance by the key
7271
+ </summary>
7272
+ <param name = "key"></param>
7273
+ <param name = "service"></param>
7274
+ <param name = "argumentsAsAnonymousType"></param>
7072
7275
  <returns></returns>
7073
7276
  </member>
7074
7277
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1">
7075
7278
  <summary>
7076
- Resolve all valid components that match this type.
7279
+ Resolve all valid components that match this type.
7077
7280
  </summary>
7078
- <typeparam name="T">The service type</typeparam>
7281
+ <typeparam name = "T">The service type</typeparam>
7079
7282
  </member>
7080
7283
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type)">
7081
7284
  <summary>
7082
- Resolve all valid components that mathc this service
7083
- <param name="service">the service to match</param>
7285
+ Resolve all valid components that mathc this service
7286
+ <param name = "service">the service to match</param>
7084
7287
  </summary>
7085
7288
  </member>
7086
7289
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Collections.IDictionary)">
7087
7290
  <summary>
7088
- Resolve all valid components that mathc this service
7089
- <param name="service">the service to match</param>
7090
- <param name="arguments">Arguments to resolve the service</param>
7291
+ Resolve all valid components that mathc this service
7292
+ <param name = "service">the service to match</param>
7293
+ <param name = "arguments">Arguments to resolve the service</param>
7294
+ </summary>
7295
+ </member>
7296
+ <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Object)">
7297
+ <summary>
7298
+ Resolve all valid components that mathc this service
7299
+ <param name = "service">the service to match</param>
7300
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
7091
7301
  </summary>
7092
7302
  </member>
7093
7303
  <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
7094
7304
  <summary>
7095
- Resolve all valid components that match this type.
7096
- <typeparam name="T">The service type</typeparam>
7097
- <param name="arguments">Arguments to resolve the service</param>
7305
+ Resolve all valid components that match this type.
7306
+ <typeparam name = "T">The service type</typeparam>
7307
+ <param name = "arguments">Arguments to resolve the service</param>
7098
7308
  </summary>
7099
7309
  </member>
7100
- <member name="P:Castle.Windsor.IWindsorContainer.Name">
7310
+ <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Object)">
7101
7311
  <summary>
7102
- Gets the container's name
7312
+ Resolve all valid components that match this type.
7313
+ <typeparam name = "T">The service type</typeparam>
7314
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
7103
7315
  </summary>
7104
- <remarks>
7105
- Only useful when child containers are being used
7106
- </remarks>
7107
- <value>The container's name.</value>
7108
7316
  </member>
7109
7317
  <member name="P:Castle.Windsor.IWindsorContainer.Item(System.String)">
7110
7318
  <summary>
7111
- Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)"/>
7319
+ Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)"/>
7112
7320
  </summary>
7113
7321
  </member>
7114
7322
  <member name="P:Castle.Windsor.IWindsorContainer.Item(System.Type)">
7115
7323
  <summary>
7116
- Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)"/>
7324
+ Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)"/>
7117
7325
  </summary>
7118
7326
  </member>
7119
7327
  <member name="P:Castle.Windsor.IWindsorContainer.Kernel">
7120
7328
  <summary>
7121
- Returns the inner instance of the MicroKernel
7329
+ Returns the inner instance of the MicroKernel
7122
7330
  </summary>
7123
7331
  </member>
7332
+ <member name="P:Castle.Windsor.IWindsorContainer.Name">
7333
+ <summary>
7334
+ Gets the container's name
7335
+ </summary>
7336
+ <remarks>
7337
+ Only useful when child containers are being used
7338
+ </remarks>
7339
+ <value>The container's name.</value>
7340
+ </member>
7124
7341
  <member name="P:Castle.Windsor.IWindsorContainer.Parent">
7125
7342
  <summary>
7126
- Gets or sets the parent container if this instance
7127
- is a sub container.
7343
+ Gets or sets the parent container if this instance
7344
+ is a sub container.
7128
7345
  </summary>
7129
7346
  </member>
7130
7347
  <member name="T:Castle.Windsor.IContainerAccessor">
@@ -7186,57 +7403,57 @@
7186
7403
  </member>
7187
7404
  <member name="T:Castle.Windsor.WindsorContainer">
7188
7405
  <summary>
7189
- Implementation of <see cref="T:Castle.Windsor.IWindsorContainer"/>
7190
- which delegates to <see cref="T:Castle.MicroKernel.IKernel"/> implementation.
7406
+ Implementation of <see cref="T:Castle.Windsor.IWindsorContainer"/>
7407
+ which delegates to <see cref="T:Castle.MicroKernel.IKernel"/> implementation.
7191
7408
  </summary>
7192
7409
  </member>
7193
7410
  <member name="M:Castle.Windsor.WindsorContainer.#ctor">
7194
7411
  <summary>
7195
- Constructs a container without any external
7196
- configuration reference
7412
+ Constructs a container without any external
7413
+ configuration reference
7197
7414
  </summary>
7198
7415
  </member>
7199
7416
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore)">
7200
7417
  <summary>
7201
- Constructs a container using the specified
7202
- <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.
7418
+ Constructs a container using the specified
7419
+ <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.
7203
7420
  </summary>
7204
7421
  <param name="store">The instance of an <see cref="T:Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore"/> implementation.</param>
7205
7422
  </member>
7206
7423
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter)">
7207
7424
  <summary>
7208
- Constructs a container using the specified
7209
- <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.
7425
+ Constructs a container using the specified
7426
+ <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.
7210
7427
  </summary>
7211
7428
  <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.</param>
7212
7429
  </member>
7213
7430
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter,Castle.Windsor.IEnvironmentInfo)">
7214
7431
  <summary>
7215
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7432
+ Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7216
7433
  </summary>
7217
7434
  <param name="interpreter">The interpreter.</param>
7218
7435
  <param name="environmentInfo">The environment info.</param>
7219
7436
  </member>
7220
7437
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
7221
7438
  <summary>
7222
- Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7223
- implementation. Rarely used.
7439
+ Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7440
+ implementation. Rarely used.
7224
7441
  </summary>
7225
7442
  <remarks>
7226
- This constructs sets the Kernel.ProxyFactory property to
7227
- <c>Proxy.DefaultProxyFactory</c>
7443
+ This constructs sets the Kernel.ProxyFactory property to
7444
+ <c>Proxy.DefaultProxyFactory</c>
7228
7445
  </remarks>
7229
7446
  <param name="kernel">Kernel instance</param>
7230
7447
  <param name="installer">Installer instance</param>
7231
7448
  </member>
7232
7449
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
7233
7450
  <summary>
7234
- Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7235
- implementation. Rarely used.
7451
+ Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
7452
+ implementation. Rarely used.
7236
7453
  </summary>
7237
7454
  <remarks>
7238
- This constructs sets the Kernel.ProxyFactory property to
7239
- <c>Proxy.DefaultProxyFactory</c>
7455
+ This constructs sets the Kernel.ProxyFactory property to
7456
+ <c>Proxy.DefaultProxyFactory</c>
7240
7457
  </remarks>
7241
7458
  <param name="name">Container's name</param>
7242
7459
  <param name="kernel">Kernel instance</param>
@@ -7244,100 +7461,103 @@
7244
7461
  </member>
7245
7462
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IProxyFactory)">
7246
7463
  <summary>
7247
- Constructs with a given <see cref="T:Castle.MicroKernel.IProxyFactory"/>.
7464
+ Constructs with a given <see cref="T:Castle.MicroKernel.IProxyFactory"/>.
7248
7465
  </summary>
7249
7466
  <param name="proxyFactory">A instance of an <see cref="T:Castle.MicroKernel.IProxyFactory"/>.</param>
7250
7467
  </member>
7251
7468
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
7252
7469
  <summary>
7253
- Constructs a container assigning a parent container
7254
- before starting the dependency resolution.
7470
+ Constructs a container assigning a parent container
7471
+ before starting the dependency resolution.
7255
7472
  </summary>
7256
7473
  <param name="parent">The instance of an <see cref="T:Castle.Windsor.IWindsorContainer"/></param>
7257
7474
  <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation</param>
7258
7475
  </member>
7259
7476
  <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
7260
7477
  <summary>
7261
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7478
+ Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
7262
7479
  </summary>
7263
7480
  <param name="name">The container's name.</param>
7264
7481
  <param name="parent">The parent.</param>
7265
7482
  <param name="interpreter">The interpreter.</param>
7266
7483
  </member>
7267
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
7484
+ <member name="M:Castle.Windsor.WindsorContainer.Dispose">
7268
7485
  <summary>
7269
- Registers a facility within the kernel.
7486
+ Executes Dispose on underlying <see cref="T:Castle.MicroKernel.IKernel"/>
7270
7487
  </summary>
7271
- <param name="key"></param>
7272
- <param name="facility"></param>
7273
7488
  </member>
7274
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String)">
7489
+ <member name="M:Castle.Windsor.WindsorContainer.GetService(System.Type)">
7275
7490
  <summary>
7276
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7491
+ Gets the service object of the specified type.
7277
7492
  </summary>
7278
- <typeparam name="T">The facility type.</typeparam>
7279
- <param name="key"></param>
7280
- <returns></returns>
7493
+ <returns>
7494
+ A service object of type serviceType.
7495
+ </returns>
7496
+ <param name = "serviceType">An object that specifies the type of service object to get. </param>
7281
7497
  </member>
7282
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Action{``0})">
7498
+ <member name="M:Castle.Windsor.WindsorContainer.GetService``1">
7283
7499
  <summary>
7284
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7500
+ Gets the service object of the specified type.
7285
7501
  </summary>
7286
- <typeparam name="T">The facility type.</typeparam>
7287
- <param name="key"></param>
7288
- <param name="onCreate">The callback for creation.</param>
7289
- <returns></returns>
7502
+ <returns>
7503
+ A service object of type serviceType.
7504
+ </returns>
7290
7505
  </member>
7291
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
7506
+ <member name="M:Castle.Windsor.WindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
7292
7507
  <summary>
7293
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7508
+ Registers a subcontainer. The components exposed
7509
+ by this container will be accessible from subcontainers.
7294
7510
  </summary>
7295
- <typeparam name="T">The facility type.</typeparam>
7296
- <param name="key"></param>
7297
- <param name="onCreate">The callback for creation.</param>
7298
- <returns></returns>
7511
+ <param name = "childContainer"></param>
7299
7512
  </member>
7300
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1">
7513
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type)">
7301
7514
  <summary>
7302
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7515
+ Adds a component to be managed by the container
7303
7516
  </summary>
7304
- <typeparam name="T">The facility type.</typeparam>
7305
- <returns></returns>
7517
+ <param name = "key"></param>
7518
+ <param name = "classType"></param>
7306
7519
  </member>
7307
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Action{``0})">
7520
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type,System.Type)">
7308
7521
  <summary>
7309
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7522
+ Adds a component to be managed by the container
7310
7523
  </summary>
7311
- <typeparam name="T">The facility type.</typeparam>
7312
- <param name="onCreate">The callback for creation.</param>
7313
- <returns></returns>
7524
+ <param name = "key"></param>
7525
+ <param name = "serviceType"></param>
7526
+ <param name = "classType"></param>
7314
7527
  </member>
7315
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
7528
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1">
7316
7529
  <summary>
7317
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7530
+ Adds a component to be managed by the container.
7531
+ The key to obtain the component will be the FullName of the type.
7318
7532
  </summary>
7319
- <typeparam name="T">The facility type.</typeparam>
7320
- <param name="onCreate">The callback for creation.</param>
7321
- <returns></returns>
7533
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7322
7534
  </member>
7323
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type)">
7535
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1(System.String)">
7324
7536
  <summary>
7325
- Adds a component to be managed by the container
7537
+ Adds a component to be managed by the container
7326
7538
  </summary>
7327
- <param name="key"></param>
7328
- <param name="classType"></param>
7539
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7540
+ <param name="key">The key by which the component gets indexed.</param>
7329
7541
  </member>
7330
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type,System.Type)">
7542
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2(System.String)">
7331
7543
  <summary>
7332
- Adds a component to be managed by the container
7544
+ Adds a component to be managed by the container
7333
7545
  </summary>
7334
- <param name="key"></param>
7335
- <param name="serviceType"></param>
7336
- <param name="classType"></param>
7546
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7547
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7548
+ <param name="key">The key by which the component gets indexed.</param>
7549
+ </member>
7550
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2">
7551
+ <summary>
7552
+ Adds a component to be managed by the container
7553
+ The key to obtain the component will be the FullName of the type.
7554
+ </summary>
7555
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7556
+ <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7337
7557
  </member>
7338
7558
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
7339
7559
  <summary>
7340
- Adds a component to be managed by the container
7560
+ Adds a component to be managed by the container
7341
7561
  </summary>
7342
7562
  <param name="key">The key by which the component gets indexed.</param>
7343
7563
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
@@ -7345,293 +7565,338 @@
7345
7565
  </member>
7346
7566
  <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
7347
7567
  <summary>
7348
- Adds a component to be managed by the container
7568
+ Adds a component to be managed by the container
7349
7569
  </summary>
7350
7570
  <param name="key">The key by which the component gets indexed.</param>
7351
7571
  <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
7352
7572
  <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
7353
7573
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7354
7574
  </member>
7355
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1">
7575
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
7356
7576
  <summary>
7357
- Adds a component to be managed by the container.
7358
- The key to obtain the component will be the FullName of the type.
7577
+ Adds a component to be managed by the container.
7578
+ The key to obtain the component will be the FullName of the type.
7359
7579
  </summary>
7360
7580
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7581
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7361
7582
  </member>
7362
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1(System.String)">
7583
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
7363
7584
  <summary>
7364
- Adds a component to be managed by the container
7585
+ Adds a component to be managed by the container
7586
+ The key to obtain the component will be the FullName of the type.
7365
7587
  </summary>
7588
+ <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7366
7589
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7367
- <param name="key">The key by which the component gets indexed.</param>
7590
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7368
7591
  </member>
7369
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
7592
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
7370
7593
  <summary>
7371
- Adds a component to be managed by the container.
7372
- The key to obtain the component will be the FullName of the type.
7594
+ Adds a component to be managed by the container
7373
7595
  </summary>
7374
7596
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7597
+ <param name="key">The key by which the component gets indexed.</param>
7375
7598
  <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7376
7599
  </member>
7377
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2(System.String)">
7600
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
7378
7601
  <summary>
7379
- Adds a component to be managed by the container
7602
+ Adds a component to be managed by the container
7380
7603
  </summary>
7381
7604
  <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7382
7605
  <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7383
7606
  <param name="key">The key by which the component gets indexed.</param>
7607
+ <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7384
7608
  </member>
7385
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
7609
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
7386
7610
  <summary>
7387
- Adds a component to be managed by the container
7388
- The key to obtain the component will be the FullName of the type.
7611
+ Adds a concrete class and an interface
7612
+ as a component and specify the extended properties.
7613
+ Used by facilities, mostly.
7614
+ The key to obtain the component will be the FullName of the type.
7389
7615
  </summary>
7390
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7391
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7392
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7616
+ <typeparam name = "I"></typeparam>
7617
+ <typeparam name = "T"></typeparam>
7618
+ <param name = "extendedProperties"></param>
7393
7619
  </member>
7394
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
7620
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
7395
7621
  <summary>
7396
- Adds a component to be managed by the container
7622
+ Adds a concrete class and an interface
7623
+ as a component and specify the extended properties.
7624
+ Used by facilities, mostly.
7397
7625
  </summary>
7398
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7399
- <param name="key">The key by which the component gets indexed.</param>
7400
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7626
+ <typeparam name = "I"></typeparam>
7627
+ <typeparam name = "T"></typeparam>
7628
+ <param name = "key"></param>
7629
+ <param name = "extendedProperties"></param>
7401
7630
  </member>
7402
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2">
7631
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
7403
7632
  <summary>
7404
- Adds a component to be managed by the container
7405
- The key to obtain the component will be the FullName of the type.
7633
+ Adds a concrete class as a component and specify the extended properties.
7634
+ Used by facilities, mostly.
7635
+ The key to obtain the component will be the FullName of the type.
7406
7636
  </summary>
7407
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7408
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7637
+ <typeparam name = "T"></typeparam>
7638
+ <param name = "extendedProperties"></param>
7409
7639
  </member>
7410
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
7640
+ <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
7411
7641
  <summary>
7412
- Adds a component to be managed by the container
7642
+ Adds a concrete class as a component and specify the extended properties.
7643
+ Used by facilities, mostly.
7413
7644
  </summary>
7414
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
7415
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
7416
- <param name="key">The key by which the component gets indexed.</param>
7417
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
7645
+ <typeparam name = "T"></typeparam>
7646
+ <param name = "key"></param>
7647
+ <param name = "extendedProperties"></param>
7418
7648
  </member>
7419
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
7649
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
7420
7650
  <summary>
7421
- Adds a concrete class as a component and specify the extended properties.
7422
- Used by facilities, mostly.
7423
- The key to obtain the component will be the FullName of the type.
7651
+ Registers a facility within the kernel.
7424
7652
  </summary>
7425
- <typeparam name="T"></typeparam>
7426
- <param name="extendedProperties"></param>
7653
+ <param name = "key"></param>
7654
+ <param name = "facility"></param>
7427
7655
  </member>
7428
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
7656
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String)">
7429
7657
  <summary>
7430
- Adds a concrete class as a component and specify the extended properties.
7431
- Used by facilities, mostly.
7658
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7432
7659
  </summary>
7433
- <typeparam name="T"></typeparam>
7434
- <param name="key"></param>
7435
- <param name="extendedProperties"></param>
7660
+ <typeparam name="T">The facility type.</typeparam>
7661
+ <param name="key"></param>
7662
+ <returns></returns>
7436
7663
  </member>
7437
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
7664
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Action{``0})">
7438
7665
  <summary>
7439
- Adds a concrete class and an interface
7440
- as a component and specify the extended properties.
7441
- Used by facilities, mostly.
7442
- The key to obtain the component will be the FullName of the type.
7666
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7443
7667
  </summary>
7444
- <typeparam name="I"></typeparam>
7445
- <typeparam name="T"></typeparam>
7446
- <param name="extendedProperties"></param>
7668
+ <typeparam name="T">The facility type.</typeparam>
7669
+ <param name="key"></param>
7670
+ <param name="onCreate">The callback for creation.</param>
7671
+ <returns></returns>
7447
7672
  </member>
7448
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
7673
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
7449
7674
  <summary>
7450
- Adds a concrete class and an interface
7451
- as a component and specify the extended properties.
7452
- Used by facilities, mostly.
7675
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7453
7676
  </summary>
7454
- <typeparam name="I"></typeparam>
7455
- <typeparam name="T"></typeparam>
7677
+ <typeparam name="T">The facility type.</typeparam>
7456
7678
  <param name="key"></param>
7457
- <param name="extendedProperties"></param>
7679
+ <param name="onCreate">The callback for creation.</param>
7680
+ <returns></returns>
7458
7681
  </member>
7459
- <member name="M:Castle.Windsor.WindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
7682
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1">
7460
7683
  <summary>
7461
- Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
7462
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7463
- <param name="registrations">The component registrations.</param>
7464
- <returns>The container.</returns>
7684
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7465
7685
  </summary>
7686
+ <typeparam name="T">The facility type.</typeparam>
7687
+ <returns></returns>
7688
+ </member>
7689
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Action{``0})">
7690
+ <summary>
7691
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7692
+ </summary>
7693
+ <typeparam name="T">The facility type.</typeparam>
7694
+ <param name="onCreate">The callback for creation.</param>
7695
+ <returns></returns>
7696
+ </member>
7697
+ <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
7698
+ <summary>
7699
+ Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
7700
+ </summary>
7701
+ <typeparam name="T">The facility type.</typeparam>
7702
+ <param name="onCreate">The callback for creation.</param>
7703
+ <returns></returns>
7704
+ </member>
7705
+ <member name="M:Castle.Windsor.WindsorContainer.GetChildContainer(System.String)">
7706
+ <summary>
7707
+ Gets a child container instance by name.
7708
+ </summary>
7709
+ <param name = "name">The container's name.</param>
7710
+ <returns>The child container instance or null</returns>
7466
7711
  </member>
7467
7712
  <member name="M:Castle.Windsor.WindsorContainer.Install(Castle.MicroKernel.Registration.IWindsorInstaller[])">
7468
7713
  <summary>
7469
- Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
7470
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7471
- <param name="installers">The component installers.</param>
7472
- <returns>The container.</returns>
7714
+ Installs the components provided by the <see cref="T:Castle.MicroKernel.Registration.IWindsorInstaller"/>s
7715
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7716
+ <param name="installers">The component installers.</param>
7717
+ <returns>The container.</returns>
7718
+ </summary>
7719
+ </member>
7720
+ <member name="M:Castle.Windsor.WindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
7721
+ <summary>
7722
+ Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
7723
+ with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
7724
+ <param name="registrations">The component registrations.</param>
7725
+ <returns>The container.</returns>
7473
7726
  </summary>
7474
7727
  </member>
7728
+ <member name="M:Castle.Windsor.WindsorContainer.Release(System.Object)">
7729
+ <summary>
7730
+ Releases a component instance
7731
+ </summary>
7732
+ <param name = "instance"></param>
7733
+ </member>
7734
+ <member name="M:Castle.Windsor.WindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
7735
+ <summary>
7736
+ Removes (unregisters) a subcontainer. The components exposed by this container
7737
+ will no longer be accessible to the child container.
7738
+ </summary>
7739
+ <param name = "childContainer"></param>
7740
+ </member>
7475
7741
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
7476
7742
  <summary>
7477
- Returns a component instance by the service
7743
+ Returns a component instance by the service
7478
7744
  </summary>
7479
- <param name="service"></param>
7480
- <param name="arguments"></param>
7745
+ <param name = "service"></param>
7746
+ <param name = "arguments"></param>
7481
7747
  <returns></returns>
7482
7748
  </member>
7483
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
7749
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Object)">
7484
7750
  <summary>
7485
- Returns a component instance by the key
7751
+ Returns a component instance by the service
7486
7752
  </summary>
7487
- <param name="key"></param>
7488
- <param name="arguments"></param>
7753
+ <param name = "service"></param>
7754
+ <param name = "argumentsAsAnonymousType"></param>
7489
7755
  <returns></returns>
7490
7756
  </member>
7491
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)">
7757
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
7492
7758
  <summary>
7493
- Returns a component instance by the service
7759
+ Returns a component instance by the key
7494
7760
  </summary>
7495
- <param name="service"></param>
7761
+ <param name = "key"></param>
7762
+ <param name = "arguments"></param>
7496
7763
  <returns></returns>
7497
7764
  </member>
7498
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1">
7765
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Object)">
7499
7766
  <summary>
7500
- Resolve all valid components that match this type.
7767
+ Returns a component instance by the key
7501
7768
  </summary>
7502
- <typeparam name="T">The service type</typeparam>
7769
+ <param name = "key"></param>
7770
+ <param name = "argumentsAsAnonymousType"></param>
7771
+ <returns></returns>
7503
7772
  </member>
7504
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
7773
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)">
7505
7774
  <summary>
7506
- Resolve all valid components that match this type.
7507
- <typeparam name="T">The service type</typeparam>
7508
- <param name="arguments">Arguments to resolve the service</param>
7775
+ Returns a component instance by the service
7509
7776
  </summary>
7777
+ <param name = "service"></param>
7778
+ <returns></returns>
7510
7779
  </member>
7511
7780
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type)">
7512
7781
  <summary>
7513
- Returns a component instance by the key
7782
+ Returns a component instance by the key
7514
7783
  </summary>
7515
- <param name="key"></param>
7516
- <param name="service"></param>
7784
+ <param name = "key"></param>
7785
+ <param name = "service"></param>
7517
7786
  <returns></returns>
7518
7787
  </member>
7519
7788
  <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
7520
7789
  <summary>
7521
- Returns a component instance by the key
7790
+ Returns a component instance by the key
7522
7791
  </summary>
7523
- <param name="key"></param>
7524
- <param name="service"></param>
7525
- <param name="arguments"></param>
7792
+ <param name = "key"></param>
7793
+ <param name = "service"></param>
7794
+ <param name = "arguments"></param>
7526
7795
  <returns></returns>
7527
7796
  </member>
7528
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Collections.IDictionary)">
7797
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Object)">
7529
7798
  <summary>
7530
- Returns a component instance by the service
7799
+ Returns a component instance by the key
7531
7800
  </summary>
7532
- <typeparam name="T"></typeparam>
7533
- <param name="arguments"></param>
7801
+ <param name = "key"></param>
7802
+ <param name = "service"></param>
7803
+ <param name = "argumentsAsAnonymousType"></param>
7534
7804
  <returns></returns>
7535
7805
  </member>
7536
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
7806
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Collections.IDictionary)">
7537
7807
  <summary>
7538
- Returns a component instance by the key
7808
+ Returns a component instance by the service
7539
7809
  </summary>
7540
- <param name="key"></param>
7541
- <param name="arguments"></param>
7810
+ <typeparam name = "T"></typeparam>
7811
+ <param name = "arguments"></param>
7542
7812
  <returns></returns>
7543
7813
  </member>
7544
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1">
7814
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Object)">
7545
7815
  <summary>
7546
- Returns a component instance by the service
7816
+ Returns a component instance by the service
7547
7817
  </summary>
7548
- <typeparam name="T"></typeparam>
7818
+ <typeparam name = "T"></typeparam>
7819
+ <param name = "argumentsAsAnonymousType"></param>
7549
7820
  <returns></returns>
7550
7821
  </member>
7551
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String)">
7822
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
7552
7823
  <summary>
7553
- Returns a component instance by the key
7824
+ Returns a component instance by the key
7554
7825
  </summary>
7555
- <param name="key"></param>
7826
+ <param name = "key"></param>
7827
+ <param name = "arguments"></param>
7556
7828
  <returns></returns>
7557
7829
  </member>
7558
- <member name="M:Castle.Windsor.WindsorContainer.Release(System.Object)">
7830
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Object)">
7559
7831
  <summary>
7560
- Releases a component instance
7832
+ Returns a component instance by the key
7561
7833
  </summary>
7562
- <param name="instance"></param>
7834
+ <param name = "key"></param>
7835
+ <param name = "argumentsAsAnonymousType"></param>
7836
+ <returns></returns>
7563
7837
  </member>
7564
- <member name="M:Castle.Windsor.WindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
7838
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve``1">
7565
7839
  <summary>
7566
- Registers a subcontainer. The components exposed
7567
- by this container will be accessible from subcontainers.
7840
+ Returns a component instance by the service
7568
7841
  </summary>
7569
- <param name="childContainer"></param>
7842
+ <typeparam name = "T"></typeparam>
7843
+ <returns></returns>
7570
7844
  </member>
7571
- <member name="M:Castle.Windsor.WindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
7845
+ <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String)">
7572
7846
  <summary>
7573
- Removes (unregisters) a subcontainer. The components exposed by this container
7574
- will no longer be accessible to the child container.
7847
+ Returns a component instance by the key
7575
7848
  </summary>
7576
- <param name="childContainer"></param>
7849
+ <param name = "key"></param>
7850
+ <returns></returns>
7577
7851
  </member>
7578
- <member name="M:Castle.Windsor.WindsorContainer.GetChildContainer(System.String)">
7852
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1">
7579
7853
  <summary>
7580
- Gets a child container instance by name.
7854
+ Resolve all valid components that match this type.
7581
7855
  </summary>
7582
- <param name="name">The container's name.</param>
7583
- <returns>The child container instance or null</returns>
7856
+ <typeparam name = "T">The service type</typeparam>
7584
7857
  </member>
7585
- <member name="M:Castle.Windsor.WindsorContainer.GetService(System.Type)">
7858
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
7586
7859
  <summary>
7587
- Gets the service object of the specified type.
7860
+ Resolve all valid components that match this type.
7861
+ <typeparam name = "T">The service type</typeparam>
7862
+ <param name = "arguments">Arguments to resolve the service</param>
7588
7863
  </summary>
7589
- <returns>
7590
- A service object of type serviceType.
7591
- </returns>
7592
- <param name="serviceType">An object that specifies the type of service object to get. </param>
7593
7864
  </member>
7594
- <member name="M:Castle.Windsor.WindsorContainer.GetService``1">
7865
+ <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Object)">
7595
7866
  <summary>
7596
- Gets the service object of the specified type.
7867
+ Resolve all valid components that match this type.
7868
+ <typeparam name = "T">The service type</typeparam>
7869
+ <param name = "argumentsAsAnonymousType">Arguments to resolve the service</param>
7597
7870
  </summary>
7598
- <returns>
7599
- A service object of type serviceType.
7600
- </returns>
7601
7871
  </member>
7602
- <member name="M:Castle.Windsor.WindsorContainer.Dispose">
7872
+ <member name="P:Castle.Windsor.WindsorContainer.Item(System.String)">
7603
7873
  <summary>
7604
- Executes Dispose on underlying <see cref="T:Castle.MicroKernel.IKernel"/>
7874
+ Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)"/>
7605
7875
  </summary>
7606
7876
  </member>
7607
- <member name="P:Castle.Windsor.WindsorContainer.Name">
7877
+ <member name="P:Castle.Windsor.WindsorContainer.Item(System.Type)">
7608
7878
  <summary>
7609
- Gets the container's name
7879
+ Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)"/>
7610
7880
  </summary>
7611
- <remarks>
7612
- Only useful when child containers are being used
7613
- </remarks>
7614
- <value>The container's name.</value>
7615
7881
  </member>
7616
7882
  <member name="P:Castle.Windsor.WindsorContainer.Kernel">
7617
7883
  <summary>
7618
- Returns the inner instance of the MicroKernel
7619
- </summary>
7620
- </member>
7621
- <member name="P:Castle.Windsor.WindsorContainer.Parent">
7622
- <summary>
7623
- Gets or sets the parent container if this instance
7624
- is a sub container.
7884
+ Returns the inner instance of the MicroKernel
7625
7885
  </summary>
7626
7886
  </member>
7627
- <member name="P:Castle.Windsor.WindsorContainer.Item(System.String)">
7887
+ <member name="P:Castle.Windsor.WindsorContainer.Name">
7628
7888
  <summary>
7629
- Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)"/>
7889
+ Gets the container's name
7630
7890
  </summary>
7891
+ <remarks>
7892
+ Only useful when child containers are being used
7893
+ </remarks>
7894
+ <value>The container's name.</value>
7631
7895
  </member>
7632
- <member name="P:Castle.Windsor.WindsorContainer.Item(System.Type)">
7896
+ <member name="P:Castle.Windsor.WindsorContainer.Parent">
7633
7897
  <summary>
7634
- Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)"/>
7898
+ Gets or sets the parent container if this instance
7899
+ is a sub container.
7635
7900
  </summary>
7636
7901
  </member>
7637
7902
  </members>