Castle.Windsor.xml 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Castle.Windsor</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter">
  8. <summary>
  9. Implementation of <see cref="T:Castle.Windsor.Adapters.ComponentModel.IContainerAdapter"/> that assumes ownership of the
  10. wrapped <see cref="T:Castle.Windsor.IWindsorContainer"/>. If this adapter is disposed, the underlying
  11. <see cref="T:Castle.Windsor.IWindsorContainer"/> is diposed as well.
  12. </summary>
  13. </member>
  14. <member name="T:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper">
  15. <summary>
  16. Implementation of <see cref="T:Castle.Windsor.Adapters.ComponentModel.IContainerAdapter"/> that does not assume ownership of the
  17. wrapped <see cref="T:Castle.Windsor.IWindsorContainer"/>.
  18. </summary>
  19. </member>
  20. <member name="T:Castle.Windsor.Adapters.ComponentModel.IContainerAdapter">
  21. <summary>
  22. Integrates the <see cref="T:Castle.Windsor.WindsorContainer"/> to the System.ComponentModel
  23. and System.ComponentMode.Design infrastructure.
  24. </summary>
  25. <seealso cref="T:System.ComponentModel.IComponent"/>
  26. <seealso cref="T:System.ComponentModel.IContainer"/>
  27. <seealso cref="T:System.ComponentModel.Design.IServiceContainer"/>
  28. </member>
  29. <member name="T:Castle.Windsor.IContainerAccessor">
  30. <summary>
  31. This interface should be implemented by classes
  32. that are available in a bigger context, exposing
  33. the container to different areas in the same application.
  34. <para>
  35. For example, in Web application, the (global) HttpApplication
  36. subclasses should implement this interface to expose
  37. the configured container
  38. </para>
  39. </summary>
  40. </member>
  41. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.#ctor(Castle.Windsor.IWindsorContainer)">
  42. <summary>
  43. Constructs an initial ContainerWrapper.
  44. </summary>
  45. <param name="container">The <see cref="T:Castle.Windsor.IWindsorContainer"/> to adapt.</param>
  46. </member>
  47. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.#ctor(Castle.Windsor.IWindsorContainer,System.IServiceProvider)">
  48. <summary>
  49. Constructs an initial ContainerWrapper.
  50. </summary>
  51. <param name="container">The <see cref="T:Castle.Windsor.IWindsorContainer"/> to adapt.</param>
  52. <param name="parentProvider">The parent <see cref="T:System.IServiceProvider"/>.</param>
  53. </member>
  54. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Add(System.ComponentModel.IComponent)">
  55. <summary>
  56. Adds the specified <see cref="T:System.ComponentModel.IComponent"/> to the <see cref="T:System.ComponentModel.IContainer"/> at the end of the list.
  57. </summary>
  58. <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to add.</param>
  59. </member>
  60. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Add(System.ComponentModel.IComponent,System.String)">
  61. <summary>
  62. Adds the specified <see cref="T:System.ComponentModel.IComponent"/> to the <see cref="T:System.ComponentModel.IContainer"/> at the end of the list,
  63. and assigns a name to the component.
  64. </summary>
  65. <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to add.</param>
  66. <param name="name">The unique, case-insensitive name to assign to the component, or null.</param>
  67. </member>
  68. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Remove(System.ComponentModel.IComponent)">
  69. <summary>
  70. Removes a component from the <see cref="T:System.ComponentModel.IContainer"/>.
  71. </summary>
  72. <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to remove</param>
  73. </member>
  74. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.GetService(System.Type)">
  75. <summary>
  76. Gets the service object of the specified type.
  77. </summary>
  78. <param name="serviceType">The type of service.</param>
  79. <returns>An object inplementing service, or null.</returns>
  80. </member>
  81. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.AddService(System.Type,System.Object)">
  82. <summary>
  83. Adds the specified service to the service container.
  84. </summary>
  85. <param name="serviceType">The type of service to add.</param>
  86. <param name="serviceInstance">The instance of the service to add.</param>
  87. </member>
  88. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
  89. <summary>
  90. Adds the specified service to the service container.
  91. </summary>
  92. <param name="serviceType">The type of service to add.</param>
  93. <param name="callback">A callback object that is used to create the service.</param>
  94. </member>
  95. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.AddService(System.Type,System.Object,System.Boolean)">
  96. <summary>
  97. Adds the specified service to the service container, and optionally
  98. promotes the service to any parent service containers.
  99. </summary>
  100. <param name="serviceType">The type of service to add.</param>
  101. <param name="serviceInstance">The instance of the service to add.</param>
  102. <param name="promote">true to promote this request to any parent service containers.</param>
  103. </member>
  104. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
  105. <summary>
  106. Adds the specified service to the service container, and optionally
  107. promotes the service to parent service containers.
  108. </summary>
  109. <param name="serviceType">The type of service to add.</param>
  110. <param name="callback">A callback object that is used to create the service.</param>
  111. <param name="promote">true to promote this request to any parent service containers.</param>
  112. </member>
  113. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.RemoveService(System.Type)">
  114. <summary>
  115. Removes the specified service type from the service container.
  116. </summary>
  117. <param name="serviceType">The type of service to remove.</param>
  118. </member>
  119. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.RemoveService(System.Type,System.Boolean)">
  120. <summary>
  121. Removes the specified service type from the service container,
  122. and optionally promotes the service to parent service containers.
  123. </summary>
  124. <param name="serviceType">The type of service to remove.</param>
  125. <param name="promote">true to promote this request to any parent service containers.</param>
  126. </member>
  127. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.IsIntrinsicService(System.Type)">
  128. <summary>
  129. Determins if the service type represents an intrinsic service.
  130. </summary>
  131. <param name="serviceType">The type of service to remove.</param>
  132. <returns>true if the service type is an intrinsic service.</returns>
  133. </member>
  134. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.HasService(System.Type)">
  135. <summary>
  136. Determins if the specified service type exists in the service container.
  137. </summary>
  138. <param name="serviceType">The type of service to remove.</param>
  139. <returns>true if the service type exists.</returns>
  140. </member>
  141. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Dispose">
  142. <summary>
  143. Releases the resources used by the component.
  144. </summary>
  145. </member>
  146. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Dispose(System.Boolean)">
  147. <summary>
  148. Releases the resources used by the component.
  149. </summary>
  150. <param name="disposing">true if disposing.</param>
  151. </member>
  152. <member name="P:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Site">
  153. <summary>
  154. Gets or sets the <see cref="T:System.ComponentModel.ISite"/> associated with the <see cref="T:System.ComponentModel.IComponent"/>.
  155. </summary>
  156. </member>
  157. <member name="E:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Disposed">
  158. <summary>
  159. Event that notifies the disposal of the <see cref="T:System.ComponentModel.IComponent"/>.
  160. </summary>
  161. </member>
  162. <member name="P:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Components">
  163. <summary>
  164. Gets all the components in the <see cref="T:System.ComponentModel.IContainer"/>.
  165. </summary>
  166. </member>
  167. <member name="P:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Container">
  168. <summary>
  169. Gets the adapted <see cref="T:Castle.Windsor.IWindsorContainer"/>
  170. </summary>
  171. </member>
  172. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter.#ctor">
  173. <summary>
  174. Constructs a default ContainerAdapter.
  175. </summary>
  176. </member>
  177. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter.#ctor(System.IServiceProvider)">
  178. <summary>
  179. Constructs a chained ContainerAdapter.
  180. </summary>
  181. <param name="parentProvider">The parent <see cref="T:System.IServiceProvider"/>.</param>
  182. </member>
  183. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter.#ctor(Castle.Windsor.IWindsorContainer)">
  184. <summary>
  185. Constructs an initial ContainerAdapter.
  186. </summary>
  187. <param name="container">The <see cref="T:Castle.Windsor.IWindsorContainer"/> to adapt.</param>
  188. </member>
  189. <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter.#ctor(Castle.Windsor.IWindsorContainer,System.IServiceProvider)">
  190. <summary>
  191. Constructs an initial ContainerAdapter.
  192. </summary>
  193. <param name="container">The <see cref="T:Castle.Windsor.IWindsorContainer"/> to adapt.</param>
  194. <param name="parentProvider">The parent <see cref="T:System.IServiceProvider"/>.</param>
  195. </member>
  196. <member name="T:Castle.Windsor.Adapters.ComponentModel.ServiceCreatorCallbackActivator">
  197. <summary>
  198. Custom activator to create the instance on demand.
  199. </summary>
  200. </member>
  201. <member name="T:Castle.Windsor.Configuration.AppDomain.CastleSectionHandler">
  202. <summary>
  203. Implementation of <see cref="T:System.Configuration.IConfigurationSectionHandler"/>.
  204. Do not support configuration inheritance.
  205. </summary>
  206. </member>
  207. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.AbstractXmlNodeProcessor.Accept(System.Xml.XmlNode)">
  208. <summary>
  209. Accepts the specified node.
  210. Check if node has the same name as the processor and the node.NodeType
  211. is in the AcceptNodeTypes List
  212. </summary>
  213. <param name="node">The node.</param>
  214. <returns></returns>
  215. </member>
  216. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.AbstractXmlNodeProcessor.GetNodeAsElement(System.Xml.XmlElement,System.Xml.XmlNode)">
  217. <summary>
  218. Convert and return child parameter into an XmlElement
  219. An exception will be throw in case the child node cannot be converted
  220. </summary>
  221. <param name="element">Parent node</param>
  222. <param name="child">Node to be converted</param>
  223. <returns>child node as XmlElement</returns>
  224. </member>
  225. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.AttributesElementProcessor.Process(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
  226. <summary>
  227. </summary>
  228. <param name="nodeList"></param>
  229. <param name="engine"></param>
  230. <example>
  231. <code>
  232. <properties>
  233. <attributes>
  234. <myAttribute>attributeValue</myAttribute>
  235. </attributes>
  236. <myProperty>propertyValue</myProperty>
  237. </properties>
  238. </code>
  239. </example>
  240. </member>
  241. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultElementProcessor.Process(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
  242. <summary>
  243. Processes the specified node list.
  244. </summary>
  245. <param name="nodeList">The node list.</param>
  246. <param name="engine">The engine.</param>
  247. </member>
  248. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultElementProcessor.ProcessAttributes(System.Xml.XmlElement,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
  249. <summary>
  250. Processes element attributes.
  251. if the attribute is include will append to the element
  252. all contents from the file.
  253. if the attribute has a property reference the reference will be
  254. expanded
  255. </summary>
  256. <param name="element">The element.</param>
  257. <param name="engine"></param>
  258. </member>
  259. <member name="F:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultTextNodeProcessor.PropertyValidationRegExp">
  260. <summary>
  261. Properties names can contain a-zA-Z0-9_.
  262. i.e. #!{ my_node_name } || #{ my.node.name }
  263. spaces are trimmed
  264. </summary>
  265. </member>
  266. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultTextNodeProcessor.ProcessString(System.Xml.XmlNode,System.String,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
  267. <summary>
  268. Processes the string.
  269. </summary>
  270. <param name="node">The node.</param>
  271. <param name="value">The value.</param>
  272. <param name="engine">The context.</param>
  273. </member>
  274. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.IncludeElementProcessor.Accept(System.Xml.XmlNode)">
  275. <summary>
  276. Accepts the specified node.
  277. Check if node has the same name as the processor and the node.NodeType
  278. is in the AcceptNodeTypes List
  279. NOTE: since the BatchRegistrationFacility already uses an include
  280. element we will distringish between both by looking for the presence of an uri attribute
  281. we should revisit this later by using xml-namespaces
  282. </summary>
  283. <param name="node">The node.</param>
  284. <returns></returns>
  285. </member>
  286. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.PropertiesElementProcessor.Process(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
  287. <summary>
  288. </summary>
  289. <param name="nodeList"></param>
  290. <param name="engine"></param>
  291. <example>
  292. <code>
  293. <properties>
  294. <attributes>
  295. <myAttribute>attributeValue</myAttribute>
  296. </attributes>
  297. <myProperty>propertyValue</myProperty>
  298. </properties>
  299. </code>
  300. </example>
  301. </member>
  302. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine.#ctor(System.String)">
  303. <summary>
  304. Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine"/> class.
  305. </summary>
  306. <param name="environmentName">Name of the environment.</param>
  307. </member>
  308. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine.#ctor(System.String,Castle.MicroKernel.SubSystems.Resource.IResourceSubSystem)">
  309. <summary>
  310. Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine"/> class.
  311. </summary>
  312. <param name="environmentName">Name of the environment.</param>
  313. <param name="resourceSubSystem">The resource sub system.</param>
  314. </member>
  315. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine.DispatchProcessAll(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList)">
  316. <summary>
  317. Processes the element.
  318. </summary>
  319. <param name="nodeList">The element.</param>
  320. <returns></returns>
  321. </member>
  322. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine.DispatchProcessCurrent(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList)">
  323. <summary>
  324. Processes the element.
  325. </summary>
  326. <param name="nodeList">The element.</param>
  327. <returns></returns>
  328. </member>
  329. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorNodeList.CloneNodeList(System.Xml.XmlNodeList)">
  330. <summary>
  331. Make a shallow copy of the nodeList.
  332. </summary>
  333. <param name="nodeList">The nodeList to be copied.</param>
  334. <returns></returns>
  335. </member>
  336. <member name="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor">
  337. <summary>
  338. Pendent
  339. </summary>
  340. </member>
  341. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor.#ctor">
  342. <summary>
  343. Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor"/> class.
  344. </summary>
  345. </member>
  346. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor.#ctor(System.String,Castle.MicroKernel.SubSystems.Resource.IResourceSubSystem)">
  347. <summary>
  348. Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor"/> class.
  349. </summary>
  350. <param name="environmentName">Name of the environment.</param>
  351. <param name="resourceSubSystem">The resource sub system.</param>
  352. </member>
  353. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor.#ctor(System.String)">
  354. <summary>
  355. Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor"/> class.
  356. </summary>
  357. </member>
  358. <member name="T:Castle.Windsor.Configuration.Interpreters.AbstractInterpreter">
  359. <summary>
  360. Provides common methods for those who wants
  361. to implement <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/>
  362. </summary>
  363. </member>
  364. <member name="T:Castle.Windsor.Configuration.IConfigurationInterpreter">
  365. <summary>
  366. Interpreter of a specific language to describe
  367. configuration nodes in a hierachical manner.
  368. </summary>
  369. </member>
  370. <member name="M:Castle.Windsor.Configuration.IConfigurationInterpreter.ProcessResource(Castle.Core.Resource.IResource,Castle.MicroKernel.IConfigurationStore)">
  371. <summary>
  372. Should obtain the contents from the resource,
  373. interpret it and populate the <see cref="T:Castle.MicroKernel.IConfigurationStore"/>
  374. accordingly.
  375. </summary>
  376. <param name="resource"></param>
  377. <param name="store"></param>
  378. </member>
  379. <member name="P:Castle.Windsor.Configuration.IConfigurationInterpreter.EnvironmentName">
  380. <summary>
  381. Gets or sets the name of the environment.
  382. </summary>
  383. <value>The name of the environment.</value>
  384. </member>
  385. <member name="P:Castle.Windsor.Configuration.IConfigurationInterpreter.Source">
  386. <summary>
  387. Exposes the reference to <see cref="T:Castle.Core.Resource.IResource"/>
  388. which the interpreter is likely to hold
  389. </summary>
  390. </member>
  391. <member name="M:Castle.Windsor.Configuration.Interpreters.AbstractInterpreter.ProcessResource(Castle.Core.Resource.IResource,Castle.MicroKernel.IConfigurationStore)">
  392. <summary>
  393. Should obtain the contents from the resource,
  394. interpret it and populate the <see cref="T:Castle.MicroKernel.IConfigurationStore"/>
  395. accordingly.
  396. </summary>
  397. <param name="resource"></param>
  398. <param name="store"></param>
  399. </member>
  400. <member name="P:Castle.Windsor.Configuration.Interpreters.AbstractInterpreter.Source">
  401. <summary>
  402. Exposes the reference to <see cref="T:Castle.Core.Resource.IResource"/>
  403. which the interpreter is likely to hold
  404. </summary>
  405. <value></value>
  406. </member>
  407. <member name="P:Castle.Windsor.Configuration.Interpreters.AbstractInterpreter.EnvironmentName">
  408. <summary>
  409. Gets or sets the name of the environment.
  410. </summary>
  411. <value>The name of the environment.</value>
  412. </member>
  413. <member name="T:Castle.Windsor.Configuration.Interpreters.XmlInterpreter">
  414. <summary>
  415. Reads the configuration from a XmlFile. Sample structure:
  416. <code>
  417. &lt;configuration&gt;
  418. &lt;facilities&gt;
  419. &lt;facility id="myfacility"&gt;
  420. &lt;/facility&gt;
  421. &lt;/facilities&gt;
  422. &lt;components&gt;
  423. &lt;component id="component1"&gt;
  424. &lt;/component&gt;
  425. &lt;/components&gt;
  426. &lt;/configuration&gt;
  427. </code>
  428. </summary>
  429. </member>
  430. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlInterpreter.#ctor">
  431. <summary>
  432. Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlInterpreter"/> class.
  433. </summary>
  434. </member>
  435. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlInterpreter.#ctor(System.String)">
  436. <summary>
  437. Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlInterpreter"/> class.
  438. </summary>
  439. <param name="filename">The filename.</param>
  440. </member>
  441. <member name="M:Castle.Windsor.Configuration.Interpreters.XmlInterpreter.#ctor(Castle.Core.Resource.IResource)">
  442. <summary>
  443. Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlInterpreter"/> class.
  444. </summary>
  445. <param name="source">The source.</param>
  446. </member>
  447. <member name="P:Castle.Windsor.Configuration.Interpreters.XmlInterpreter.Kernel">
  448. <summary>
  449. Gets or sets the kernel.
  450. </summary>
  451. <value>The kernel.</value>
  452. </member>
  453. <member name="M:Castle.Windsor.Installer.Configuration.FromAppConfig">
  454. <summary>
  455. Installs all the components from the App.Config file.
  456. </summary>
  457. <returns></returns>
  458. </member>
  459. <member name="M:Castle.Windsor.Installer.Configuration.FromXmlFile(System.String)">
  460. <summary>
  461. Installs all the component from the xml configuration file.
  462. </summary>
  463. <param name="file">The xml configuration file.</param>
  464. <returns></returns>
  465. </member>
  466. <member name="M:Castle.Windsor.Installer.Configuration.FromXml(Castle.Core.Resource.IResource)">
  467. <summary>
  468. Installs all the component from the xml configuration.
  469. </summary>
  470. <param name="resource">The xml configuration resource.</param>
  471. <returns></returns>
  472. </member>
  473. <member name="T:Castle.Windsor.Installer.EnvironmentDelegate">
  474. <summary>
  475. Delegate to provide environment name.
  476. </summary>
  477. <returns>The environment name.</returns>
  478. </member>
  479. <member name="T:Castle.Windsor.IWindsorInstaller">
  480. <summary>
  481. The contract to install components in the container.
  482. </summary>
  483. </member>
  484. <member name="M:Castle.Windsor.IWindsorInstaller.Install(Castle.Windsor.IWindsorContainer,Castle.MicroKernel.IConfigurationStore)">
  485. <summary>
  486. Performs the installation in the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
  487. </summary>
  488. <param name="container">The container.</param>
  489. <param name="store">The configuration store.</param>
  490. </member>
  491. <member name="M:Castle.Windsor.Installer.ConfigurationInstaller.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter)">
  492. <summary>
  493. Initializes a new instance of the ConfigurationInstaller class.
  494. </summary>
  495. </member>
  496. <member name="M:Castle.Windsor.Installer.ConfigurationInstaller.Environment(System.String)">
  497. <summary>
  498. Sets the configuration environment name.
  499. </summary>
  500. <param name="environmentName">The environment name.</param>
  501. <returns></returns>
  502. </member>
  503. <member name="M:Castle.Windsor.Installer.ConfigurationInstaller.Environment(Castle.Windsor.Installer.EnvironmentDelegate)">
  504. <summary>
  505. Set the configuration environment strategy.
  506. </summary>
  507. <param name="environment">The environment strategy.</param>
  508. <returns></returns>
  509. </member>
  510. <member name="T:Castle.Windsor.Installer.DefaultComponentInstaller">
  511. <summary>
  512. Default <see cref="T:Castle.Windsor.IComponentsInstaller"/> implementation.
  513. </summary>
  514. </member>
  515. <member name="T:Castle.Windsor.IComponentsInstaller">
  516. <summary>
  517. Installs the components and facilities based on the
  518. information on the configuration store.
  519. </summary>
  520. </member>
  521. <member name="M:Castle.Windsor.IComponentsInstaller.SetUp(Castle.Windsor.IWindsorContainer,Castle.MicroKernel.IConfigurationStore)">
  522. <summary>
  523. Perform installation.
  524. </summary>
  525. <param name="container">Target container</param>
  526. <param name="store">Configuration store</param>
  527. </member>
  528. <member name="M:Castle.Windsor.Installer.DefaultComponentInstaller.SetUp(Castle.Windsor.IWindsorContainer,Castle.MicroKernel.IConfigurationStore)">
  529. <summary>
  530. Perform installation.
  531. </summary>
  532. <param name="container">Target container</param>
  533. <param name="store">Configuration store</param>
  534. </member>
  535. <member name="M:Castle.Windsor.Proxy.AbstractProxyFactory.ObtainInterceptors(Castle.MicroKernel.IKernel,Castle.Core.ComponentModel,Castle.MicroKernel.CreationContext)">
  536. <summary>
  537. Obtains the interceptors associated with the component.
  538. </summary>
  539. <param name="kernel">The kernel instance</param>
  540. <param name="model">The component model</param>
  541. <param name="context">The creation context</param>
  542. <returns>interceptors array</returns>
  543. </member>
  544. <member name="T:Castle.Windsor.Proxy.DefaultProxyFactory">
  545. <summary>
  546. This implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/> relies
  547. on DynamicProxy to expose proxy capabilies.
  548. </summary>
  549. <remarks>
  550. Note that only virtual methods can be intercepted in a
  551. concrete class. However, if the component
  552. was registered with a service interface, we proxy
  553. the interface and the methods don't need to be virtual,
  554. </remarks>
  555. </member>
  556. <member name="M:Castle.Windsor.Proxy.DefaultProxyFactory.#ctor">
  557. <summary>
  558. Constructs a DefaultProxyFactory
  559. </summary>
  560. </member>
  561. <member name="M:Castle.Windsor.Proxy.DefaultProxyFactory.Create(Castle.MicroKernel.IKernel,System.Object,Castle.Core.ComponentModel,Castle.MicroKernel.CreationContext,System.Object[])">
  562. <summary>
  563. Creates the proxy for the supplied component.
  564. </summary>
  565. <param name="kernel">The kernel.</param>
  566. <param name="target">The target.</param>
  567. <param name="model">The model.</param>
  568. <param name="constructorArguments">The constructor arguments.</param>
  569. <param name="context">The creation context</param>
  570. <returns>The component proxy.</returns>
  571. </member>
  572. <member name="M:Castle.Windsor.Proxy.DefaultProxyFactory.RequiresTargetInstance(Castle.MicroKernel.IKernel,Castle.Core.ComponentModel)">
  573. <summary>
  574. Determines if the component requiries a target instance for proxying.
  575. </summary>
  576. <param name="kernel">The kernel.</param>
  577. <param name="model">The model.</param>
  578. <returns>true if an instance is required.</returns>
  579. </member>
  580. <member name="T:Castle.Windsor.IEnvironmentInfo">
  581. <summary>
  582. Gets the environment information (name). Implementors should
  583. use to define their environments and how those affect the configuration.
  584. </summary>
  585. </member>
  586. <member name="M:Castle.Windsor.IEnvironmentInfo.GetEnvironmentName">
  587. <summary>
  588. Gets the name of the environment.
  589. </summary>
  590. <returns></returns>
  591. </member>
  592. <member name="T:Castle.Windsor.IWindsorContainer">
  593. <summary>
  594. The <c>IWindsorContainer</c> interface exposes all the
  595. functionality the Windsor implements.
  596. </summary>
  597. </member>
  598. <member name="M:Castle.Windsor.IWindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
  599. <summary>
  600. Registers a facility within the container.
  601. </summary>
  602. <param name="key">The key by which the <see cref="T:Castle.MicroKernel.IFacility"/> gets indexed.</param>
  603. <param name="facility">The <see cref="T:Castle.MicroKernel.IFacility"/> to add to the container.</param>
  604. </member>
  605. <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String)">
  606. <summary>
  607. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  608. </summary>
  609. <typeparam name="T">The facility type.</typeparam>
  610. <param name="key"></param>
  611. <returns></returns>
  612. </member>
  613. <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Action{``0})">
  614. <summary>
  615. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  616. </summary>
  617. <typeparam name="T">The facility type.</typeparam>
  618. <param name="key"></param>
  619. <param name="onCreate">The callback for creation.</param>
  620. <returns></returns>
  621. </member>
  622. <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
  623. <summary>
  624. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  625. </summary>
  626. <typeparam name="T">The facility type.</typeparam>
  627. <param name="key"></param>
  628. <param name="onCreate">The callback for creation.</param>
  629. <returns></returns>
  630. </member>
  631. <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1">
  632. <summary>
  633. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  634. </summary>
  635. <typeparam name="T">The facility type.</typeparam>
  636. <returns></returns>
  637. </member>
  638. <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Action{``0})">
  639. <summary>
  640. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  641. </summary>
  642. <typeparam name="T">The facility type.</typeparam>
  643. <param name="onCreate">The callback for creation.</param>
  644. <returns></returns>
  645. </member>
  646. <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
  647. <summary>
  648. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  649. </summary>
  650. <typeparam name="T">The facility type.</typeparam>
  651. <param name="onCreate">The callback for creation.</param>
  652. <returns></returns>
  653. </member>
  654. <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type)">
  655. <summary>
  656. Adds a component to be managed by the container
  657. </summary>
  658. <param name="key">The key by which the component gets indexed.</param>
  659. <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
  660. </member>
  661. <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type,System.Type)">
  662. <summary>
  663. Adds a component to be managed by the container
  664. </summary>
  665. <param name="key">The key by which the component gets indexed.</param>
  666. <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
  667. <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
  668. </member>
  669. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
  670. <summary>
  671. Adds a component to be managed by the container
  672. </summary>
  673. <param name="key">The key by which the component gets indexed.</param>
  674. <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
  675. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  676. </member>
  677. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
  678. <summary>
  679. Adds a component to be managed by the container
  680. </summary>
  681. <param name="key">The key by which the component gets indexed.</param>
  682. <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
  683. <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
  684. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  685. </member>
  686. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Collections.IDictionary)">
  687. <summary>
  688. Adds a concrete class as a component and specify the extended properties.
  689. Used by facilities, mostly.
  690. </summary>
  691. <param name="key"></param>
  692. <param name="classType"></param>
  693. <param name="extendedProperties"></param>
  694. </member>
  695. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Type,System.Collections.IDictionary)">
  696. <summary>
  697. Adds a concrete class and an interface
  698. as a component and specify the extended properties.
  699. Used by facilities, mostly.
  700. </summary>
  701. <param name="key"></param>
  702. <param name="serviceType"></param>
  703. <param name="classType"></param>
  704. <param name="extendedProperties"></param>
  705. </member>
  706. <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1">
  707. <summary>
  708. Adds a component to be managed by the container.
  709. The key to obtain the component will be the FullName of the type.
  710. </summary>
  711. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  712. </member>
  713. <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1(System.String)">
  714. <summary>
  715. Adds a component to be managed by the container
  716. </summary>
  717. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  718. <param name="key">The key by which the component gets indexed.</param>
  719. </member>
  720. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
  721. <summary>
  722. Adds a component to be managed by the container.
  723. The key to obtain the component will be the FullName of the type.
  724. </summary>
  725. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  726. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  727. </member>
  728. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
  729. <summary>
  730. Adds a component to be managed by the container
  731. </summary>
  732. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  733. <param name="key">The key by which the component gets indexed.</param>
  734. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  735. </member>
  736. <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2">
  737. <summary>
  738. Adds a component to be managed by the container
  739. The key to obtain the component will be the FullName of the type.
  740. </summary>
  741. <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
  742. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  743. </member>
  744. <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2(System.String)">
  745. <summary>
  746. Adds a component to be managed by the container
  747. </summary>
  748. <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
  749. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  750. <param name="key">The key by which the component gets indexed.</param>
  751. </member>
  752. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
  753. <summary>
  754. Adds a component to be managed by the container
  755. The key to obtain the component will be the FullName of the type.
  756. </summary>
  757. <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
  758. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  759. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  760. </member>
  761. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
  762. <summary>
  763. Adds a component to be managed by the container
  764. </summary>
  765. <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
  766. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  767. <param name="key">The key by which the component gets indexed.</param>
  768. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  769. </member>
  770. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
  771. <summary>
  772. Adds a concrete class as a component and specify the extended properties.
  773. Used by facilities, mostly.
  774. The key to obtain the component will be the FullName of the type.
  775. </summary>
  776. <typeparam name="T"></typeparam>
  777. <param name="extendedProperties"></param>
  778. </member>
  779. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
  780. <summary>
  781. Adds a concrete class as a component and specify the extended properties.
  782. Used by facilities, mostly.
  783. </summary>
  784. <typeparam name="T"></typeparam>
  785. <param name="key"></param>
  786. <param name="extendedProperties"></param>
  787. </member>
  788. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
  789. <summary>
  790. Adds a concrete class and an interface
  791. as a component and specify the extended properties.
  792. Used by facilities, mostly.
  793. The key to obtain the component will be the FullName of the type.
  794. </summary>
  795. <typeparam name="I"></typeparam>
  796. <typeparam name="T"></typeparam>
  797. <param name="extendedProperties"></param>
  798. </member>
  799. <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
  800. <summary>
  801. Adds a concrete class and an interface
  802. as a component and specify the extended properties.
  803. Used by facilities, mostly.
  804. </summary>
  805. <typeparam name="I"></typeparam>
  806. <typeparam name="T"></typeparam>
  807. <param name="key"></param>
  808. <param name="extendedProperties"></param>
  809. </member>
  810. <member name="M:Castle.Windsor.IWindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
  811. <summary>
  812. Registers the components provided by the <see cref="T:Castle.MicroKernel.Registration.IRegistration"/>s
  813. with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
  814. <para/>
  815. Create a new registration using <see cref="T:Castle.MicroKernel.Registration.Component"/>.For() or <see cref="T:Castle.MicroKernel.Registration.AllTypes"/>.
  816. </summary>
  817. <example>
  818. <code>
  819. container.Register(Component.For&lt;IService&gt;().ImplementedBy&lt;DefaultService&gt;());
  820. </code>
  821. </example>
  822. <param name="registrations">The component registrations.</param>
  823. <returns>The container.</returns>
  824. </member>
  825. <member name="M:Castle.Windsor.IWindsorContainer.Install(Castle.Windsor.IWindsorInstaller[])">
  826. <summary>
  827. Installs the components provided by the <see cref="T:Castle.Windsor.IWindsorInstaller"/>s
  828. with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
  829. <param name="installers">The component installers.</param>
  830. <returns>The container.</returns>
  831. </summary>
  832. </member>
  833. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String)">
  834. <summary>
  835. Returns a component instance by the key
  836. </summary>
  837. <param name="key"></param>
  838. <returns></returns>
  839. </member>
  840. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
  841. <summary>
  842. Returns a component instance by the key
  843. </summary>
  844. <param name="key"></param>
  845. <param name="arguments"></param>
  846. <returns></returns>
  847. </member>
  848. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Object)">
  849. <summary>
  850. Returns a component instance by the key
  851. </summary>
  852. <param name="key"></param>
  853. <param name="argumentsAsAnonymousType"></param>
  854. <returns></returns>
  855. </member>
  856. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type)">
  857. <summary>
  858. Returns a component instance by the key
  859. </summary>
  860. <param name="key"></param>
  861. <param name="service"></param>
  862. <returns></returns>
  863. </member>
  864. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)">
  865. <summary>
  866. Returns a component instance by the service
  867. </summary>
  868. <param name="service"></param>
  869. <returns></returns>
  870. </member>
  871. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
  872. <summary>
  873. Returns a component instance by the service
  874. </summary>
  875. <param name="service"></param>
  876. <param name="arguments"></param>
  877. <returns></returns>
  878. </member>
  879. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Object)">
  880. <summary>
  881. Returns a component instance by the service
  882. </summary>
  883. <param name="service"></param>
  884. <param name="argumentsAsAnonymousType"></param>
  885. <returns></returns>
  886. </member>
  887. <member name="M:Castle.Windsor.IWindsorContainer.Release(System.Object)">
  888. <summary>
  889. Releases a component instance
  890. </summary>
  891. <param name="instance"></param>
  892. </member>
  893. <member name="M:Castle.Windsor.IWindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
  894. <summary>
  895. Registers a subcontainer. The components exposed
  896. by this container will be accessible from subcontainers.
  897. </summary>
  898. <param name="childContainer"></param>
  899. </member>
  900. <member name="M:Castle.Windsor.IWindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
  901. <summary>
  902. Remove a child container
  903. </summary>
  904. <param name="childContainer"></param>
  905. </member>
  906. <member name="M:Castle.Windsor.IWindsorContainer.GetChildContainer(System.String)">
  907. <summary>
  908. Gets a child container instance by name.
  909. </summary>
  910. <param name="name">The container's name.</param>
  911. <returns>The child container instance or null</returns>
  912. </member>
  913. <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1">
  914. <summary>
  915. Returns a component instance by the service
  916. </summary>
  917. <typeparam name="T">Service type</typeparam>
  918. <returns>The component instance</returns>
  919. </member>
  920. <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Collections.IDictionary)">
  921. <summary>
  922. Returns a component instance by the service
  923. </summary>
  924. <typeparam name="T">Service type</typeparam>
  925. <param name="arguments"></param>
  926. <returns>The component instance</returns>
  927. </member>
  928. <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Object)">
  929. <summary>
  930. Returns a component instance by the service
  931. </summary>
  932. <typeparam name="T">Service type</typeparam>
  933. <param name="argumentsAsAnonymousType"></param>
  934. <returns>The component instance</returns>
  935. </member>
  936. <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)">
  937. <summary>
  938. Returns a component instance by the key
  939. </summary>
  940. <param name="key">Component's key</param>
  941. <typeparam name="T">Service type</typeparam>
  942. <returns>The Component instance</returns>
  943. </member>
  944. <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
  945. <summary>
  946. Returns a component instance by the key
  947. </summary>
  948. <typeparam name="T">Service type</typeparam>
  949. <param name="key">Component's key</param>
  950. <param name="arguments"></param>
  951. <returns>The Component instance</returns>
  952. </member>
  953. <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Object)">
  954. <summary>
  955. Returns a component instance by the key
  956. </summary>
  957. <typeparam name="T">Service type</typeparam>
  958. <param name="key">Component's key</param>
  959. <param name="argumentsAsAnonymousType"></param>
  960. <returns>The Component instance</returns>
  961. </member>
  962. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
  963. <summary>
  964. Returns a component instance by the key
  965. </summary>
  966. <param name="key"></param>
  967. <param name="service"></param>
  968. <param name="arguments"></param>
  969. <returns></returns>
  970. </member>
  971. <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Object)">
  972. <summary>
  973. Returns a component instance by the key
  974. </summary>
  975. <param name="key"></param>
  976. <param name="service"></param>
  977. <param name="argumentsAsAnonymousType"></param>
  978. <returns></returns>
  979. </member>
  980. <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1">
  981. <summary>
  982. Resolve all valid components that match this type.
  983. </summary>
  984. <typeparam name="T">The service type</typeparam>
  985. </member>
  986. <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type)">
  987. <summary>
  988. Resolve all valid components that mathc this service
  989. <param name="service">the service to match</param>
  990. </summary>
  991. </member>
  992. <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Collections.IDictionary)">
  993. <summary>
  994. Resolve all valid components that mathc this service
  995. <param name="service">the service to match</param>
  996. <param name="arguments">Arguments to resolve the service</param>
  997. </summary>
  998. </member>
  999. <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Object)">
  1000. <summary>
  1001. Resolve all valid components that mathc this service
  1002. <param name="service">the service to match</param>
  1003. <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
  1004. </summary>
  1005. </member>
  1006. <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
  1007. <summary>
  1008. Resolve all valid components that match this type.
  1009. <typeparam name="T">The service type</typeparam>
  1010. <param name="arguments">Arguments to resolve the service</param>
  1011. </summary>
  1012. </member>
  1013. <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Object)">
  1014. <summary>
  1015. Resolve all valid components that match this type.
  1016. <typeparam name="T">The service type</typeparam>
  1017. <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
  1018. </summary>
  1019. </member>
  1020. <member name="P:Castle.Windsor.IWindsorContainer.Name">
  1021. <summary>
  1022. Gets the container's name
  1023. </summary>
  1024. <remarks>
  1025. Only useful when child containers are being used
  1026. </remarks>
  1027. <value>The container's name.</value>
  1028. </member>
  1029. <member name="P:Castle.Windsor.IWindsorContainer.Item(System.String)">
  1030. <summary>
  1031. Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.String)"/>
  1032. </summary>
  1033. </member>
  1034. <member name="P:Castle.Windsor.IWindsorContainer.Item(System.Type)">
  1035. <summary>
  1036. Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)"/>
  1037. </summary>
  1038. </member>
  1039. <member name="P:Castle.Windsor.IWindsorContainer.Kernel">
  1040. <summary>
  1041. Returns the inner instance of the MicroKernel
  1042. </summary>
  1043. </member>
  1044. <member name="P:Castle.Windsor.IWindsorContainer.Parent">
  1045. <summary>
  1046. Gets or sets the parent container if this instance
  1047. is a sub container.
  1048. </summary>
  1049. </member>
  1050. <member name="T:Castle.Windsor.WindsorContainer">
  1051. <summary>
  1052. Implementation of <see cref="T:Castle.Windsor.IWindsorContainer"/>
  1053. which delegates to <see cref="T:Castle.MicroKernel.IKernel"/> implementation.
  1054. </summary>
  1055. </member>
  1056. <member name="M:Castle.Windsor.WindsorContainer.#ctor">
  1057. <summary>
  1058. Constructs a container without any external
  1059. configuration reference
  1060. </summary>
  1061. </member>
  1062. <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IConfigurationStore)">
  1063. <summary>
  1064. Constructs a container using the specified
  1065. <see cref="T:Castle.MicroKernel.IConfigurationStore"/> implementation.
  1066. </summary>
  1067. <param name="store">The instance of an <see cref="T:Castle.MicroKernel.IConfigurationStore"/> implementation.</param>
  1068. </member>
  1069. <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter)">
  1070. <summary>
  1071. Constructs a container using the specified
  1072. <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.
  1073. </summary>
  1074. <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.</param>
  1075. </member>
  1076. <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter,Castle.Windsor.IEnvironmentInfo)">
  1077. <summary>
  1078. Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
  1079. </summary>
  1080. <param name="interpreter">The interpreter.</param>
  1081. <param name="environmentInfo">The environment info.</param>
  1082. </member>
  1083. <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String)">
  1084. <summary>
  1085. Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class using a
  1086. xml file to configure it.
  1087. <para>
  1088. Equivalent to the use of <c>new WindsorContainer(new XmlInterpreter(xmlFile))</c>
  1089. </para>
  1090. </summary>
  1091. <param name="xmlFile">The XML file.</param>
  1092. </member>
  1093. <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
  1094. <summary>
  1095. Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
  1096. implementation. Rarely used.
  1097. </summary>
  1098. <remarks>
  1099. This constructs sets the Kernel.ProxyFactory property to
  1100. <c>Proxy.DefaultProxyFactory</c>
  1101. </remarks>
  1102. <param name="kernel">Kernel instance</param>
  1103. <param name="installer">Installer instance</param>
  1104. </member>
  1105. <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
  1106. <summary>
  1107. Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
  1108. implementation. Rarely used.
  1109. </summary>
  1110. <remarks>
  1111. This constructs sets the Kernel.ProxyFactory property to
  1112. <c>Proxy.DefaultProxyFactory</c>
  1113. </remarks>
  1114. <param name="name">Container's name</param>
  1115. <param name="kernel">Kernel instance</param>
  1116. <param name="installer">Installer instance</param>
  1117. </member>
  1118. <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IProxyFactory)">
  1119. <summary>
  1120. Constructs with a given <see cref="T:Castle.MicroKernel.IProxyFactory"/>.
  1121. </summary>
  1122. <param name="proxyFactory">A instance of an <see cref="T:Castle.MicroKernel.IProxyFactory"/>.</param>
  1123. </member>
  1124. <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
  1125. <summary>
  1126. Constructs a container assigning a parent container
  1127. before starting the dependency resolution.
  1128. </summary>
  1129. <param name="parent">The instance of an <see cref="T:Castle.Windsor.IWindsorContainer"/></param>
  1130. <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation</param>
  1131. </member>
  1132. <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
  1133. <summary>
  1134. Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
  1135. </summary>
  1136. <param name="name">The container's name.</param>
  1137. <param name="parent">The parent.</param>
  1138. <param name="interpreter">The interpreter.</param>
  1139. </member>
  1140. <member name="M:Castle.Windsor.WindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
  1141. <summary>
  1142. Registers a facility within the kernel.
  1143. </summary>
  1144. <param name="key"></param>
  1145. <param name="facility"></param>
  1146. </member>
  1147. <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String)">
  1148. <summary>
  1149. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  1150. </summary>
  1151. <typeparam name="T">The facility type.</typeparam>
  1152. <param name="key"></param>
  1153. <returns></returns>
  1154. </member>
  1155. <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Action{``0})">
  1156. <summary>
  1157. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  1158. </summary>
  1159. <typeparam name="T">The facility type.</typeparam>
  1160. <param name="key"></param>
  1161. <param name="onCreate">The callback for creation.</param>
  1162. <returns></returns>
  1163. </member>
  1164. <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
  1165. <summary>
  1166. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  1167. </summary>
  1168. <typeparam name="T">The facility type.</typeparam>
  1169. <param name="key"></param>
  1170. <param name="onCreate">The callback for creation.</param>
  1171. <returns></returns>
  1172. </member>
  1173. <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1">
  1174. <summary>
  1175. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  1176. </summary>
  1177. <typeparam name="T">The facility type.</typeparam>
  1178. <returns></returns>
  1179. </member>
  1180. <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Action{``0})">
  1181. <summary>
  1182. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  1183. </summary>
  1184. <typeparam name="T">The facility type.</typeparam>
  1185. <param name="onCreate">The callback for creation.</param>
  1186. <returns></returns>
  1187. </member>
  1188. <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
  1189. <summary>
  1190. Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
  1191. </summary>
  1192. <typeparam name="T">The facility type.</typeparam>
  1193. <param name="onCreate">The callback for creation.</param>
  1194. <returns></returns>
  1195. </member>
  1196. <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type)">
  1197. <summary>
  1198. Adds a component to be managed by the container
  1199. </summary>
  1200. <param name="key"></param>
  1201. <param name="classType"></param>
  1202. </member>
  1203. <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type,System.Type)">
  1204. <summary>
  1205. Adds a component to be managed by the container
  1206. </summary>
  1207. <param name="key"></param>
  1208. <param name="serviceType"></param>
  1209. <param name="classType"></param>
  1210. </member>
  1211. <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
  1212. <summary>
  1213. Adds a component to be managed by the container
  1214. </summary>
  1215. <param name="key">The key by which the component gets indexed.</param>
  1216. <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
  1217. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  1218. </member>
  1219. <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
  1220. <summary>
  1221. Adds a component to be managed by the container
  1222. </summary>
  1223. <param name="key">The key by which the component gets indexed.</param>
  1224. <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
  1225. <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
  1226. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  1227. </member>
  1228. <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1">
  1229. <summary>
  1230. Adds a component to be managed by the container.
  1231. The key to obtain the component will be the FullName of the type.
  1232. </summary>
  1233. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  1234. </member>
  1235. <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1(System.String)">
  1236. <summary>
  1237. Adds a component to be managed by the container
  1238. </summary>
  1239. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  1240. <param name="key">The key by which the component gets indexed.</param>
  1241. </member>
  1242. <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
  1243. <summary>
  1244. Adds a component to be managed by the container.
  1245. The key to obtain the component will be the FullName of the type.
  1246. </summary>
  1247. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  1248. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  1249. </member>
  1250. <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2(System.String)">
  1251. <summary>
  1252. Adds a component to be managed by the container
  1253. </summary>
  1254. <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
  1255. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  1256. <param name="key">The key by which the component gets indexed.</param>
  1257. </member>
  1258. <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
  1259. <summary>
  1260. Adds a component to be managed by the container
  1261. The key to obtain the component will be the FullName of the type.
  1262. </summary>
  1263. <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
  1264. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  1265. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  1266. </member>
  1267. <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
  1268. <summary>
  1269. Adds a component to be managed by the container
  1270. </summary>
  1271. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  1272. <param name="key">The key by which the component gets indexed.</param>
  1273. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  1274. </member>
  1275. <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2">
  1276. <summary>
  1277. Adds a component to be managed by the container
  1278. The key to obtain the component will be the FullName of the type.
  1279. </summary>
  1280. <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
  1281. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  1282. </member>
  1283. <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
  1284. <summary>
  1285. Adds a component to be managed by the container
  1286. </summary>
  1287. <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
  1288. <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
  1289. <param name="key">The key by which the component gets indexed.</param>
  1290. <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
  1291. </member>
  1292. <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
  1293. <summary>
  1294. Adds a concrete class as a component and specify the extended properties.
  1295. Used by facilities, mostly.
  1296. The key to obtain the component will be the FullName of the type.
  1297. </summary>
  1298. <typeparam name="T"></typeparam>
  1299. <param name="extendedProperties"></param>
  1300. </member>
  1301. <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
  1302. <summary>
  1303. Adds a concrete class as a component and specify the extended properties.
  1304. Used by facilities, mostly.
  1305. </summary>
  1306. <typeparam name="T"></typeparam>
  1307. <param name="key"></param>
  1308. <param name="extendedProperties"></param>
  1309. </member>
  1310. <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
  1311. <summary>
  1312. Adds a concrete class and an interface
  1313. as a component and specify the extended properties.
  1314. Used by facilities, mostly.
  1315. The key to obtain the component will be the FullName of the type.
  1316. </summary>
  1317. <typeparam name="I"></typeparam>
  1318. <typeparam name="T"></typeparam>
  1319. <param name="extendedProperties"></param>
  1320. </member>
  1321. <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
  1322. <summary>
  1323. Adds a concrete class and an interface
  1324. as a component and specify the extended properties.
  1325. Used by facilities, mostly.
  1326. </summary>
  1327. <typeparam name="I"></typeparam>
  1328. <typeparam name="T"></typeparam>
  1329. <param name="key"></param>
  1330. <param name="extendedProperties"></param>
  1331. </member>
  1332. <member name="M:Castle.Windsor.WindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
  1333. <summary>
  1334. Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
  1335. with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
  1336. <param name="registrations">The component registrations.</param>
  1337. <returns>The container.</returns>
  1338. </summary>
  1339. </member>
  1340. <member name="M:Castle.Windsor.WindsorContainer.Install(Castle.Windsor.IWindsorInstaller[])">
  1341. <summary>
  1342. Installs the components provided by the <see cref="T:Castle.Windsor.IWindsorInstaller"/>s
  1343. with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
  1344. <param name="installers">The component installers.</param>
  1345. <returns>The container.</returns>
  1346. </summary>
  1347. </member>
  1348. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String)">
  1349. <summary>
  1350. Returns a component instance by the key
  1351. </summary>
  1352. <param name="key"></param>
  1353. <returns></returns>
  1354. </member>
  1355. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
  1356. <summary>
  1357. Returns a component instance by the service
  1358. </summary>
  1359. <param name="service"></param>
  1360. <param name="arguments"></param>
  1361. <returns></returns>
  1362. </member>
  1363. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Object)">
  1364. <summary>
  1365. Returns a component instance by the service
  1366. </summary>
  1367. <param name="service"></param>
  1368. <param name="argumentsAsAnonymousType"></param>
  1369. <returns></returns>
  1370. </member>
  1371. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
  1372. <summary>
  1373. Returns a component instance by the key
  1374. </summary>
  1375. <param name="key"></param>
  1376. <param name="arguments"></param>
  1377. <returns></returns>
  1378. </member>
  1379. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Object)">
  1380. <summary>
  1381. Returns a component instance by the key
  1382. </summary>
  1383. <param name="key"></param>
  1384. <param name="argumentsAsAnonymousType"></param>
  1385. <returns></returns>
  1386. </member>
  1387. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)">
  1388. <summary>
  1389. Returns a component instance by the service
  1390. </summary>
  1391. <param name="service"></param>
  1392. <returns></returns>
  1393. </member>
  1394. <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1">
  1395. <summary>
  1396. Resolve all valid components that match this type.
  1397. </summary>
  1398. <typeparam name="T">The service type</typeparam>
  1399. </member>
  1400. <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
  1401. <summary>
  1402. Resolve all valid components that match this type.
  1403. <typeparam name="T">The service type</typeparam>
  1404. <param name="arguments">Arguments to resolve the service</param>
  1405. </summary>
  1406. </member>
  1407. <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Object)">
  1408. <summary>
  1409. Resolve all valid components that match this type.
  1410. <typeparam name="T">The service type</typeparam>
  1411. <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
  1412. </summary>
  1413. </member>
  1414. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type)">
  1415. <summary>
  1416. Returns a component instance by the key
  1417. </summary>
  1418. <param name="key"></param>
  1419. <param name="service"></param>
  1420. <returns></returns>
  1421. </member>
  1422. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
  1423. <summary>
  1424. Returns a component instance by the key
  1425. </summary>
  1426. <param name="key"></param>
  1427. <param name="service"></param>
  1428. <param name="arguments"></param>
  1429. <returns></returns>
  1430. </member>
  1431. <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Object)">
  1432. <summary>
  1433. Returns a component instance by the key
  1434. </summary>
  1435. <param name="key"></param>
  1436. <param name="service"></param>
  1437. <param name="argumentsAsAnonymousType"></param>
  1438. <returns></returns>
  1439. </member>
  1440. <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Collections.IDictionary)">
  1441. <summary>
  1442. Returns a component instance by the service
  1443. </summary>
  1444. <typeparam name="T"></typeparam>
  1445. <param name="arguments"></param>
  1446. <returns></returns>
  1447. </member>
  1448. <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Object)">
  1449. <summary>
  1450. Returns a component instance by the service
  1451. </summary>
  1452. <typeparam name="T"></typeparam>
  1453. <param name="argumentsAsAnonymousType"></param>
  1454. <returns></returns>
  1455. </member>
  1456. <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
  1457. <summary>
  1458. Returns a component instance by the key
  1459. </summary>
  1460. <param name="key"></param>
  1461. <param name="arguments"></param>
  1462. <returns></returns>
  1463. </member>
  1464. <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Object)">
  1465. <summary>
  1466. Returns a component instance by the key
  1467. </summary>
  1468. <param name="key"></param>
  1469. <param name="argumentsAsAnonymousType"></param>
  1470. <returns></returns>
  1471. </member>
  1472. <member name="M:Castle.Windsor.WindsorContainer.Resolve``1">
  1473. <summary>
  1474. Returns a component instance by the service
  1475. </summary>
  1476. <typeparam name="T"></typeparam>
  1477. <returns></returns>
  1478. </member>
  1479. <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String)">
  1480. <summary>
  1481. Returns a component instance by the key
  1482. </summary>
  1483. <param name="key"></param>
  1484. <returns></returns>
  1485. </member>
  1486. <member name="M:Castle.Windsor.WindsorContainer.Release(System.Object)">
  1487. <summary>
  1488. Releases a component instance
  1489. </summary>
  1490. <param name="instance"></param>
  1491. </member>
  1492. <member name="M:Castle.Windsor.WindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
  1493. <summary>
  1494. Registers a subcontainer. The components exposed
  1495. by this container will be accessible from subcontainers.
  1496. </summary>
  1497. <param name="childContainer"></param>
  1498. </member>
  1499. <member name="M:Castle.Windsor.WindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
  1500. <summary>
  1501. Removes (unregisters) a subcontainer. The components exposed by this container
  1502. will no longer be accessible to the child container.
  1503. </summary>
  1504. <param name="childContainer"></param>
  1505. </member>
  1506. <member name="M:Castle.Windsor.WindsorContainer.GetChildContainer(System.String)">
  1507. <summary>
  1508. Gets a child container instance by name.
  1509. </summary>
  1510. <param name="name">The container's name.</param>
  1511. <returns>The child container instance or null</returns>
  1512. </member>
  1513. <member name="M:Castle.Windsor.WindsorContainer.GetService(System.Type)">
  1514. <summary>
  1515. Gets the service object of the specified type.
  1516. </summary>
  1517. <returns>
  1518. A service object of type serviceType.
  1519. </returns>
  1520. <param name="serviceType">An object that specifies the type of service object to get. </param>
  1521. </member>
  1522. <member name="M:Castle.Windsor.WindsorContainer.GetService``1">
  1523. <summary>
  1524. Gets the service object of the specified type.
  1525. </summary>
  1526. <returns>
  1527. A service object of type serviceType.
  1528. </returns>
  1529. </member>
  1530. <member name="M:Castle.Windsor.WindsorContainer.Dispose">
  1531. <summary>
  1532. Executes Dispose on underlying <see cref="T:Castle.MicroKernel.IKernel"/>
  1533. </summary>
  1534. </member>
  1535. <member name="P:Castle.Windsor.WindsorContainer.Name">
  1536. <summary>
  1537. Gets the container's name
  1538. </summary>
  1539. <remarks>
  1540. Only useful when child containers are being used
  1541. </remarks>
  1542. <value>The container's name.</value>
  1543. </member>
  1544. <member name="P:Castle.Windsor.WindsorContainer.Kernel">
  1545. <summary>
  1546. Returns the inner instance of the MicroKernel
  1547. </summary>
  1548. </member>
  1549. <member name="P:Castle.Windsor.WindsorContainer.Parent">
  1550. <summary>
  1551. Gets or sets the parent container if this instance
  1552. is a sub container.
  1553. </summary>
  1554. </member>
  1555. <member name="P:Castle.Windsor.WindsorContainer.Item(System.String)">
  1556. <summary>
  1557. Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.String)"/>
  1558. </summary>
  1559. </member>
  1560. <member name="P:Castle.Windsor.WindsorContainer.Item(System.Type)">
  1561. <summary>
  1562. Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)"/>
  1563. </summary>
  1564. </member>
  1565. </members>
  1566. </doc>