From: <fab...@us...> - 2009-02-24 19:31:43
|
Revision: 4098 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4098&view=rev Author: fabiomaulo Date: 2009-02-24 19:31:32 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Actualization of Castle today-version (Castle don't has formal release) Modified Paths: -------------- trunk/nhibernate/lib/net/2.0/Castle.Core.dll trunk/nhibernate/lib/net/2.0/Castle.Core.xml trunk/nhibernate/lib/net/2.0/Castle.DynamicProxy2.dll trunk/nhibernate/lib/net/2.0/Castle.DynamicProxy2.xml trunk/nhibernate/lib/net/3.5/Castle.Core.dll trunk/nhibernate/lib/net/3.5/Castle.Core.xml trunk/nhibernate/lib/net/3.5/Castle.DynamicProxy2.dll trunk/nhibernate/lib/net/3.5/Castle.DynamicProxy2.xml Modified: trunk/nhibernate/lib/net/2.0/Castle.Core.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/2.0/Castle.Core.xml =================================================================== --- trunk/nhibernate/lib/net/2.0/Castle.Core.xml 2009-02-24 18:00:18 UTC (rev 4097) +++ trunk/nhibernate/lib/net/2.0/Castle.Core.xml 2009-02-24 19:31:32 UTC (rev 4098) @@ -1927,9 +1927,6 @@ </member> <member name="T:Castle.Core.Configuration.IConfiguration"> <summary> - Summary description for IConfiguration. - </summary> - <summary> <see cref="T:Castle.Core.Configuration.IConfiguration"/> is a interface encapsulating a configuration node used to retrieve configuration values. </summary> @@ -2024,17 +2021,11 @@ Creates a new instance of <c>ConfigurationCollection</c>. </summary> </member> - <member name="M:Castle.Core.Configuration.ConfigurationCollection.#ctor(System.Collections.Generic.IList{Castle.Core.Configuration.IConfiguration})"> + <member name="M:Castle.Core.Configuration.ConfigurationCollection.#ctor(System.Collections.Generic.IEnumerable{Castle.Core.Configuration.IConfiguration})"> <summary> Creates a new instance of <c>ConfigurationCollection</c>. </summary> </member> - <member name="M:Castle.Core.Configuration.ConfigurationCollection.AddRange(System.Collections.Generic.IList{Castle.Core.Configuration.IConfiguration})"> - <summary> - Adds an array of <see cref="T:Castle.Core.Configuration.IConfiguration"/>. - </summary> - <param name="value">The Array of <see cref="T:Castle.Core.Configuration.IConfiguration"/> to add.</param> - </member> <member name="T:Castle.Core.Configuration.MutableConfiguration"> <summary> Summary description for MutableConfiguration. @@ -2046,6 +2037,14 @@ </summary> <param name="name">The name.</param> </member> + <member name="P:Castle.Core.Configuration.MutableConfiguration.Value"> + <summary> + Gets the value of <see cref="T:Castle.Core.Configuration.IConfiguration"/>. + </summary> + <value> + The Value of the <see cref="T:Castle.Core.Configuration.IConfiguration"/>. + </value> + </member> <member name="T:Castle.Core.LifestyleType"> <summary> Enumeration used to mark the component's lifestyle. @@ -2381,7 +2380,7 @@ Initializes a new instance of the <see cref="T:Castle.Core.DependencyModelCollection"/> class. </summary> </member> - <member name="M:Castle.Core.DependencyModelCollection.#ctor(System.Collections.Generic.IList{Castle.Core.DependencyModel})"> + <member name="M:Castle.Core.DependencyModelCollection.#ctor(System.Collections.Generic.IEnumerable{Castle.Core.DependencyModel})"> <summary> Initializes a new instance of the <see cref="T:Castle.Core.DependencyModelCollection"/> class. </summary> @@ -2450,28 +2449,28 @@ </member> <member name="M:Castle.Core.InterceptorReferenceCollection.Add(Castle.Core.InterceptorReference)"> <summary> - Adds the specified interceptor. + Adds the specified item. </summary> - <param name="interceptor">The interceptor.</param> + <param name="item">The interceptor.</param> </member> <member name="M:Castle.Core.InterceptorReferenceCollection.AddFirst(Castle.Core.InterceptorReference)"> <summary> - Adds the the specified interceptor as the first. + Adds the specified interceptor as the first. </summary> - <param name="interceptor">The interceptor.</param> + <param name="item">The interceptor.</param> </member> <member name="M:Castle.Core.InterceptorReferenceCollection.AddLast(Castle.Core.InterceptorReference)"> <summary> - Adds the the specified interceptor as the last. + Adds the specified interceptor as the last. </summary> - <param name="interceptor">The interceptor.</param> + <param name="item">The interceptor.</param> </member> <member name="M:Castle.Core.InterceptorReferenceCollection.Insert(System.Int32,Castle.Core.InterceptorReference)"> <summary> Inserts the specified interceptor at the specified index. </summary> <param name="index">The index.</param> - <param name="interceptor">The interceptor.</param> + <param name="item">The interceptor.</param> </member> <member name="M:Castle.Core.InterceptorReferenceCollection.CopyTo(System.Array,System.Int32)"> <summary> @@ -2569,6 +2568,13 @@ <param name="type"></param> <param name="stepImplementation"></param> </member> + <member name="M:Castle.Core.LifecycleStepCollection.AddFirst(Castle.Core.LifecycleStepType,System.Object)"> + <summary> + Adds a step as the first step to execute for the commission or decomission phase. + </summary> + <param name="type"></param> + <param name="stepImplementation"></param> + </member> <member name="M:Castle.Core.LifecycleStepCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the elements of @@ -2928,7 +2934,7 @@ </summary> </member> - <member name="F:Castle.Core.Resource.AbstractStreamResource.CreateStream"> + <member name="F:Castle.Core.Resource.AbstractStreamResource.createStream"> <summary> This returns a new stream instance each time it is called. It is the responsability of the caller to dispose of this stream @@ -3039,6 +3045,21 @@ <param name="first"></param> <param name="second"></param> </member> + <member name="T:Castle.Core.ProxyServices"> + <summary> + List of utility methods related to dynamic proxy operations + </summary> + </member> + <member name="M:Castle.Core.ProxyServices.IsDynamicProxy(System.Type)"> + <summary> + Determines whether the specified type is a proxy generated by + DynamicProxy (1 or 2). + </summary> + <param name="type">The type.</param> + <returns> + <c>true</c> if it is a proxy; otherwise, <c>false</c>. + </returns> + </member> <member name="T:Castle.Core.ReflectionBasedDictionaryAdapter"> <summary> Pendent Modified: trunk/nhibernate/lib/net/2.0/Castle.DynamicProxy2.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/2.0/Castle.DynamicProxy2.xml =================================================================== --- trunk/nhibernate/lib/net/2.0/Castle.DynamicProxy2.xml 2009-02-24 18:00:18 UTC (rev 4097) +++ trunk/nhibernate/lib/net/2.0/Castle.DynamicProxy2.xml 2009-02-24 19:31:32 UTC (rev 4098) @@ -43,7 +43,7 @@ </summary> </member> <member name="T:Castle.DynamicProxy.Generators.Emitters.LdcOpCodesDictionary"> - <summary> + <summary>s Provides appropriate Ldc.X opcode for the type of primitive value to be loaded. </summary> </member> @@ -110,7 +110,6 @@ </summary> <remarks> TODO: - - Use the interceptor selector if provided - Add tests and fixes for 'leaking this' problem </remarks> </member> @@ -366,15 +365,16 @@ <param name="options"></param> <returns></returns> </member> - <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithTargetInterface(System.Type,Castle.DynamicProxy.ProxyGenerationOptions)"> + <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithTargetInterface(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)"> <summary> Implementors should return a proxy for the specified - interface that delegate all executions to the + interface(s) that delegate all executions to the specified interceptor(s) and uses an instance of the interface as their targets, rather than a class. All IInvocation's should then implement IChangeProxyTarget. </summary> <param name="theInterface"></param> + <param name="interfaces"></param> <param name="options"></param> <returns></returns> </member> @@ -386,9 +386,9 @@ </member> <member name="M:Castle.DynamicProxy.InternalsHelper.IsInternalToDynamicProxy(System.Reflection.Assembly)"> <summary> - Determines whether this assembly has internals visisble to dynamic proxy. + Determines whether this assembly has internals visible to dynamic proxy. </summary> - <param name="asm">The asm.</param> + <param name="asm">The assembly to inspect.</param> </member> <member name="M:Castle.DynamicProxy.InternalsHelper.IsInternal(System.Reflection.MethodInfo)"> <summary> Modified: trunk/nhibernate/lib/net/3.5/Castle.Core.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/3.5/Castle.Core.xml =================================================================== --- trunk/nhibernate/lib/net/3.5/Castle.Core.xml 2009-02-24 18:00:18 UTC (rev 4097) +++ trunk/nhibernate/lib/net/3.5/Castle.Core.xml 2009-02-24 19:31:32 UTC (rev 4098) @@ -1927,9 +1927,6 @@ </member> <member name="T:Castle.Core.Configuration.IConfiguration"> <summary> - Summary description for IConfiguration. - </summary> - <summary> <see cref="T:Castle.Core.Configuration.IConfiguration"/> is a interface encapsulating a configuration node used to retrieve configuration values. </summary> @@ -2024,17 +2021,11 @@ Creates a new instance of <c>ConfigurationCollection</c>. </summary> </member> - <member name="M:Castle.Core.Configuration.ConfigurationCollection.#ctor(System.Collections.Generic.IList{Castle.Core.Configuration.IConfiguration})"> + <member name="M:Castle.Core.Configuration.ConfigurationCollection.#ctor(System.Collections.Generic.IEnumerable{Castle.Core.Configuration.IConfiguration})"> <summary> Creates a new instance of <c>ConfigurationCollection</c>. </summary> </member> - <member name="M:Castle.Core.Configuration.ConfigurationCollection.AddRange(System.Collections.Generic.IList{Castle.Core.Configuration.IConfiguration})"> - <summary> - Adds an array of <see cref="T:Castle.Core.Configuration.IConfiguration"/>. - </summary> - <param name="value">The Array of <see cref="T:Castle.Core.Configuration.IConfiguration"/> to add.</param> - </member> <member name="T:Castle.Core.Configuration.MutableConfiguration"> <summary> Summary description for MutableConfiguration. @@ -2046,6 +2037,14 @@ </summary> <param name="name">The name.</param> </member> + <member name="P:Castle.Core.Configuration.MutableConfiguration.Value"> + <summary> + Gets the value of <see cref="T:Castle.Core.Configuration.IConfiguration"/>. + </summary> + <value> + The Value of the <see cref="T:Castle.Core.Configuration.IConfiguration"/>. + </value> + </member> <member name="T:Castle.Core.LifestyleType"> <summary> Enumeration used to mark the component's lifestyle. @@ -2381,7 +2380,7 @@ Initializes a new instance of the <see cref="T:Castle.Core.DependencyModelCollection"/> class. </summary> </member> - <member name="M:Castle.Core.DependencyModelCollection.#ctor(System.Collections.Generic.IList{Castle.Core.DependencyModel})"> + <member name="M:Castle.Core.DependencyModelCollection.#ctor(System.Collections.Generic.IEnumerable{Castle.Core.DependencyModel})"> <summary> Initializes a new instance of the <see cref="T:Castle.Core.DependencyModelCollection"/> class. </summary> @@ -2450,28 +2449,28 @@ </member> <member name="M:Castle.Core.InterceptorReferenceCollection.Add(Castle.Core.InterceptorReference)"> <summary> - Adds the specified interceptor. + Adds the specified item. </summary> - <param name="interceptor">The interceptor.</param> + <param name="item">The interceptor.</param> </member> <member name="M:Castle.Core.InterceptorReferenceCollection.AddFirst(Castle.Core.InterceptorReference)"> <summary> - Adds the the specified interceptor as the first. + Adds the specified interceptor as the first. </summary> - <param name="interceptor">The interceptor.</param> + <param name="item">The interceptor.</param> </member> <member name="M:Castle.Core.InterceptorReferenceCollection.AddLast(Castle.Core.InterceptorReference)"> <summary> - Adds the the specified interceptor as the last. + Adds the specified interceptor as the last. </summary> - <param name="interceptor">The interceptor.</param> + <param name="item">The interceptor.</param> </member> <member name="M:Castle.Core.InterceptorReferenceCollection.Insert(System.Int32,Castle.Core.InterceptorReference)"> <summary> Inserts the specified interceptor at the specified index. </summary> <param name="index">The index.</param> - <param name="interceptor">The interceptor.</param> + <param name="item">The interceptor.</param> </member> <member name="M:Castle.Core.InterceptorReferenceCollection.CopyTo(System.Array,System.Int32)"> <summary> @@ -2569,6 +2568,13 @@ <param name="type"></param> <param name="stepImplementation"></param> </member> + <member name="M:Castle.Core.LifecycleStepCollection.AddFirst(Castle.Core.LifecycleStepType,System.Object)"> + <summary> + Adds a step as the first step to execute for the commission or decomission phase. + </summary> + <param name="type"></param> + <param name="stepImplementation"></param> + </member> <member name="M:Castle.Core.LifecycleStepCollection.CopyTo(System.Array,System.Int32)"> <summary> Copies the elements of @@ -2928,7 +2934,7 @@ </summary> </member> - <member name="F:Castle.Core.Resource.AbstractStreamResource.CreateStream"> + <member name="F:Castle.Core.Resource.AbstractStreamResource.createStream"> <summary> This returns a new stream instance each time it is called. It is the responsability of the caller to dispose of this stream @@ -3039,6 +3045,21 @@ <param name="first"></param> <param name="second"></param> </member> + <member name="T:Castle.Core.ProxyServices"> + <summary> + List of utility methods related to dynamic proxy operations + </summary> + </member> + <member name="M:Castle.Core.ProxyServices.IsDynamicProxy(System.Type)"> + <summary> + Determines whether the specified type is a proxy generated by + DynamicProxy (1 or 2). + </summary> + <param name="type">The type.</param> + <returns> + <c>true</c> if it is a proxy; otherwise, <c>false</c>. + </returns> + </member> <member name="T:Castle.Core.ReflectionBasedDictionaryAdapter"> <summary> Pendent Modified: trunk/nhibernate/lib/net/3.5/Castle.DynamicProxy2.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/3.5/Castle.DynamicProxy2.xml =================================================================== --- trunk/nhibernate/lib/net/3.5/Castle.DynamicProxy2.xml 2009-02-24 18:00:18 UTC (rev 4097) +++ trunk/nhibernate/lib/net/3.5/Castle.DynamicProxy2.xml 2009-02-24 19:31:32 UTC (rev 4098) @@ -43,7 +43,7 @@ </summary> </member> <member name="T:Castle.DynamicProxy.Generators.Emitters.LdcOpCodesDictionary"> - <summary> + <summary>s Provides appropriate Ldc.X opcode for the type of primitive value to be loaded. </summary> </member> @@ -110,7 +110,6 @@ </summary> <remarks> TODO: - - Use the interceptor selector if provided - Add tests and fixes for 'leaking this' problem </remarks> </member> @@ -366,15 +365,16 @@ <param name="options"></param> <returns></returns> </member> - <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithTargetInterface(System.Type,Castle.DynamicProxy.ProxyGenerationOptions)"> + <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithTargetInterface(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)"> <summary> Implementors should return a proxy for the specified - interface that delegate all executions to the + interface(s) that delegate all executions to the specified interceptor(s) and uses an instance of the interface as their targets, rather than a class. All IInvocation's should then implement IChangeProxyTarget. </summary> <param name="theInterface"></param> + <param name="interfaces"></param> <param name="options"></param> <returns></returns> </member> @@ -386,9 +386,9 @@ </member> <member name="M:Castle.DynamicProxy.InternalsHelper.IsInternalToDynamicProxy(System.Reflection.Assembly)"> <summary> - Determines whether this assembly has internals visisble to dynamic proxy. + Determines whether this assembly has internals visible to dynamic proxy. </summary> - <param name="asm">The asm.</param> + <param name="asm">The assembly to inspect.</param> </member> <member name="M:Castle.DynamicProxy.InternalsHelper.IsInternal(System.Reflection.MethodInfo)"> <summary> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |