From: <fab...@us...> - 2008-10-30 12:02:52
|
Revision: 3881 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3881&view=rev Author: fabiomaulo Date: 2008-10-30 11:33:34 +0000 (Thu, 30 Oct 2008) Log Message: ----------- Create the folder to compile NH where only NET3.5 is available Added Paths: ----------- trunk/nhibernate/lib/net/3.5/ 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.DynamicProxy.license.txt trunk/nhibernate/lib/net/3.5/Castle.DynamicProxy2.dll trunk/nhibernate/lib/net/3.5/Castle.DynamicProxy2.xml trunk/nhibernate/lib/net/3.5/Iesi.Collections.dll trunk/nhibernate/lib/net/3.5/Iesi.Collections.license.txt trunk/nhibernate/lib/net/3.5/Iesi.Collections.xml trunk/nhibernate/lib/net/3.5/log4net.dll trunk/nhibernate/lib/net/3.5/log4net.license.txt trunk/nhibernate/lib/net/3.5/log4net.xml trunk/nhibernate/lib/net/3.5/nunit.core.dll trunk/nhibernate/lib/net/3.5/nunit.framework.dll trunk/nhibernate/lib/net/3.5/nunit.framework.license.txt Property changes on: trunk/nhibernate/lib/net/3.5 ___________________________________________________________________ Added: bugtraq:url + http://jira.nhibernate.org/browse/%BUGID% Added: bugtraq:logregex + NH-\d+ Added: trunk/nhibernate/lib/net/3.5/Castle.Core.dll =================================================================== (Binary files differ) Property changes on: trunk/nhibernate/lib/net/3.5/Castle.Core.dll ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/nhibernate/lib/net/3.5/Castle.Core.xml =================================================================== --- trunk/nhibernate/lib/net/3.5/Castle.Core.xml (rev 0) +++ trunk/nhibernate/lib/net/3.5/Castle.Core.xml 2008-10-30 11:33:34 UTC (rev 3881) @@ -0,0 +1,3176 @@ +<?xml version="1.0"?> +<doc> + <assembly> + <name>Castle.Core</name> + </assembly> + <members> + <member name="T:Castle.Core.CastleComponentAttribute"> + <summary> + This attribute is usefull only when you want to register all components + on an assembly as a batch process. + By doing so, the batch register will look + for this attribute to distinguish components from other classes. + </summary> + </member> + <member name="T:Castle.Core.LifestyleAttribute"> + <summary> + Base for Attributes that want to express lifestyle + chosen by the component. + </summary> + </member> + <member name="M:Castle.Core.LifestyleAttribute.#ctor(Castle.Core.LifestyleType)"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.LifestyleAttribute"/> class. + </summary> + <param name="type">The type.</param> + </member> + <member name="P:Castle.Core.LifestyleAttribute.Lifestyle"> + <summary> + Gets or sets the lifestyle. + </summary> + <value>The lifestyle.</value> + </member> + <member name="M:Castle.Core.CastleComponentAttribute.#ctor(System.String)"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.CastleComponentAttribute"/> class. + </summary> + <param name="key">The key.</param> + </member> + <member name="M:Castle.Core.CastleComponentAttribute.#ctor(System.String,System.Type)"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.CastleComponentAttribute"/> class. + </summary> + <param name="key">The key.</param> + <param name="service">The service.</param> + </member> + <member name="M:Castle.Core.CastleComponentAttribute.#ctor(System.String,System.Type,Castle.Core.LifestyleType)"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.CastleComponentAttribute"/> class. + </summary> + <param name="key">The key.</param> + <param name="service">The service.</param> + <param name="lifestyle">The lifestyle.</param> + </member> + <member name="P:Castle.Core.CastleComponentAttribute.Service"> + <summary> + Gets the service. + </summary> + <value>The service.</value> + </member> + <member name="P:Castle.Core.CastleComponentAttribute.Key"> + <summary> + Gets the key. + </summary> + <value>The key.</value> + </member> + <member name="T:Castle.Core.ComponentActivatorAttribute"> + <summary> + Associates a custom component with a component + </summary> + </member> + <member name="M:Castle.Core.ComponentActivatorAttribute.#ctor(System.Type)"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.ComponentActivatorAttribute"/> class. + </summary> + <param name="componentActivatorType">Type of the component activator.</param> + </member> + <member name="P:Castle.Core.ComponentActivatorAttribute.ComponentActivatorType"> + <summary> + Gets the type of the component activator. + </summary> + <value>The type of the component activator.</value> + </member> + <member name="T:Castle.Core.ComponentProxyBehaviorAttribute"> + <summary> + Specifies the proxying behavior for a component. + </summary> + </member> + <member name="M:Castle.Core.ComponentProxyBehaviorAttribute.#ctor"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.ComponentProxyBehaviorAttribute"/> class. + </summary> + </member> + <member name="P:Castle.Core.ComponentProxyBehaviorAttribute.UseMarshalByRefProxy"> + <summary> + Gets or sets a value indicating whether the generated + interface proxy should inherit from <see cref="T:System.MarshalByRefObject"/>. + </summary> + </member> + <member name="P:Castle.Core.ComponentProxyBehaviorAttribute.UseSingleInterfaceProxy"> + <summary> + Determines if the component requires a single interface proxy. + </summary> + <value><c>true</c> if the component requires a single interface proxy.</value> + </member> + <member name="P:Castle.Core.ComponentProxyBehaviorAttribute.AdditionalInterfaces"> + <summary> + Gets or sets the additional interfaces used during proxy generation. + </summary> + </member> + <member name="T:Castle.Core.DoNotWireAttribute"> + <summary> + Marks as property to be skipped and not be wired + by the IoC container + </summary> + </member> + <member name="T:Castle.Core.InterceptorAttribute"> + <summary> + Used to declare that a component wants interceptors acting on it. + </summary> + </member> + <member name="M:Castle.Core.InterceptorAttribute.#ctor(System.String)"> + <summary> + Constructs the InterceptorAttribute pointing to + a key to a interceptor + </summary> + <param name="componentKey"></param> + </member> + <member name="M:Castle.Core.InterceptorAttribute.#ctor(System.Type)"> + <summary> + Constructs the InterceptorAttribute pointing to + a service + </summary> + <param name="interceptorType"></param> + </member> + <member name="T:Castle.Core.SingletonAttribute"> + <summary> + Indicates that the target components wants a + singleton lifestyle. + </summary> + </member> + <member name="M:Castle.Core.SingletonAttribute.#ctor"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.SingletonAttribute"/> class. + </summary> + </member> + <member name="T:Castle.Core.TransientAttribute"> + <summary> + Indicates that the target components wants a + transient lifestyle. + </summary> + </member> + <member name="M:Castle.Core.TransientAttribute.#ctor"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.TransientAttribute"/> class. + </summary> + </member> + <member name="T:Castle.Core.PerThreadAttribute"> + <summary> + Indicates that the target components wants a + per thread lifestyle. + </summary> + </member> + <member name="M:Castle.Core.PerThreadAttribute.#ctor"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.PerThreadAttribute"/> class. + </summary> + </member> + <member name="T:Castle.Core.PerWebRequestAttribute"> + <summary> + Indicates that the target components wants a + per web request lifestyle. + </summary> + </member> + <member name="T:Castle.Core.PooledAttribute"> + <summary> + Indicates that the target components wants a + pooled lifestyle. + </summary> + </member> + <member name="M:Castle.Core.PooledAttribute.#ctor"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.PooledAttribute"/> class + using the default initial pool size (5) and the max pool size (15). + </summary> + </member> + <member name="M:Castle.Core.PooledAttribute.#ctor(System.Int32,System.Int32)"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.PooledAttribute"/> class. + </summary> + <param name="initialPoolSize">Initial size of the pool.</param> + <param name="maxPoolSize">Max pool size.</param> + </member> + <member name="P:Castle.Core.PooledAttribute.InitialPoolSize"> + <summary> + Gets the initial size of the pool. + </summary> + <value>The initial size of the pool.</value> + </member> + <member name="P:Castle.Core.PooledAttribute.MaxPoolSize"> + <summary> + Gets the maximum pool size. + </summary> + <value>The size of the max pool.</value> + </member> + <member name="T:Castle.Core.CustomLifestyleAttribute"> + <summary> + Indicates that the target components wants a + custom lifestyle. + </summary> + </member> + <member name="M:Castle.Core.CustomLifestyleAttribute.#ctor(System.Type)"> + <summary> + Initializes a new instance of the <see cref="T:Castle.Core.CustomLifestyleAttribute"/> class. + </summary> + <param name="lifestyleHandlerType">The lifestyle handler.</param> + </member> + <member name="P:Castle.Core.CustomLifestyleAttribute.LifestyleHandlerType"> + <summary> + Gets the type of the lifestyle handler. + </summary> + <value>The type of the lifestyle handler.</value> + </member> + <member name="T:Castle.Core.Interceptor.IInterceptor"> + <summary> + New interface that is going to be used by DynamicProxy 2 + </summary> + </member> + <member name="T:Castle.Core.Interceptor.IInvocation"> + <summary> + New interface that is going to be used by DynamicProxy 2 + </summary> + </member> + <member name="M:Castle.Core.Interceptor.IInvocation.GetConcreteMethod"> + <summary> + Returns the concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/>, with any generic parameters bound to real types. + </summary> + <returns>The concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/>, or <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/> if not a generic method.</returns> + <remarks>Can be slower than calling <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/>.</remarks> + </member> + <member name="M:Castle.Core.Interceptor.IInvocation.GetConcreteMethodInvocationTarget"> + <summary> + Returns the concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/>, with any generic parameters bound to real types. + </summary> + <returns>The concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/>, or <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/> if not a generic method.</returns> + <remarks>Can be slower than calling <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/>.</remarks> + </member> + <member name="M:Castle.Core.Interceptor.IInvocation.Proceed"> + <summary> + + </summary> + <returns></returns> + </member> + <member name="P:Castle.Core.Interceptor.IInvocation.GenericArguments"> + <summary> + The generic arguments of the method, or null if not a generic method. + </summary> + </member> + <member name="P:Castle.Core.Interceptor.IInvocation.Method"> + <summary> + + </summary> + </member> + <member name="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"> + <summary> + For interface proxies, this will point to the + <see cref="T:System.Reflection.MethodInfo"/> on the target class + </summary> + </member> + <member name="T:Castle.Core.Interceptor.IOnBehalfAware"> + <summary> + Interceptors might implement this to receive the + ComponentModel on behalf of the component where the + interceptor is acting. + </summary> + </member> + <member name="M:Castle.Core.Interceptor.IProxyTargetAccessor.DynProxyGetTarget"> + <summary> + Get the proxy target (note that null is a valid target!) + </summary> + <returns></returns> + </member> + <member name="M:Castle.Core.Interceptor.IProxyTargetAccessor.GetInterceptors"> + <summary> + Gets the interceptors for the proxy + </summary> + <returns></returns> + </member> + <member name="T:Castle.Core.IVertex"> + <summary> + Abstract representation of a vertex. + </summary> + </member> + <member name="P:Castle.Core.GraphNode.Dependers"> + <summary> + The nodes that dependes on this node + </summary> + </member> + <member name="P:Castle.Core.GraphNode.Dependents"> + <summary> + The nodes that this node depends + </summary> + </member> + <member name="F:Castle.Core.Internal.VertexColor.White"> + <summary> + The node has not been visited yet + </summary> + </member> + <member name="F:Castle.Core.Internal.VertexColor.Gray"> + <summary> + This node is in the process of being visited + </summary> + </member> + <member name="F:Castle.Core.Internal.VertexColor.Black"> + <summary> + This now was visited + </summary> + </member> + <member name="T:Castle.Core.Internal.ColorsSet"> + <summary> + Represents a collection of objects + which are guaranted to be unique + and holds a color for them + </summary> + </member> + <member name="T:Castle.Core.Internal.TimestampSet"> + <summary> + Holds a timestamp (integer) + for a given item + </summary> + </member> + <member name="M:Castle.Core.Internal.LinkedList.GetNode(System.Int32)"> + <summary> + Returns the node at the specified index. + </summary> + <param name="index">The lookup index.</param> + <returns>The node at the specified index.</returns> + <exception cref="T:System.ArgumentOutOfRangeException"> + If the specified <paramref name="index"/> is greater than the + number of objects within the list. + </exception> + </member> + <member name="M:Castle.Core.Internal.LinkedList.ValidateIndex(System.Int32)"> + <summary> + Validates the specified index. + </summary> + <param name="index">The lookup index.</param> + <exception cref="T:System.ArgumentOutOfRangeException"> + If the index is invalid. + </exception> + </member> + <member name="T:Castle.Core.IInitializable"> + <summary> + Lifecycle interface. If implemented by a component, + the method Initialized will be invoked by the container + before making the component available to the external world. + </summary> + </member> + <member name="M:Castle.Core.IInitializable.Initialize"> + <summary> + Implementors should perform any initialization logic. + </summary> + </member> + <member name="T:Castle.Core.IRecyclable"> + <summary> + Only called for components that + belongs to a pool when the component + comes back to the pool. + </summary> + </member> + <member name="M:Castle.Core.IRecyclable.Recycle"> + <summary> + Implementors should perform any + initialization/clean up. + </summary> + </member> + <member name="T:Castle.Core.IStartable"> + <summary> + Interface for components that wish to be started by the container + </summary> + </member> + <member name="M:Castle.Core.IStartable.Start"> + <summary> + Starts this instance. + </summary> + </member> + <member name="M:Castle.Core.IStartable.Stop"> + <summary> + Stops this instance. + </summary> + </member> + <member name="T:Castle.Core.Logging.IExtendedLoggerFactory"> + <summary> + Provides a factory that can produce either <see cref="T:Castle.Core.Logging.ILogger"/> or + <see cref="T:Castle.Core.Logging.IExtendedLogger"/> classes. + </summary> + </member> + <member name="T:Castle.Core.Logging.ILoggerFactory"> + <summary> + Manages the instantiation of <see cref="T:Castle.Core.Logging.ILogger"/>s. + </summary> + </member> + <member name="M:Castle.Core.Logging.ILoggerFactory.Create(System.Type)"> + <summary> + Creates a new logger, getting the logger name from the specified type. + </summary> + </member> + <member name="M:Castle.Core.Logging.ILoggerFactory.Create(System.String)"> + <summary> + Creates a new logger. + </summary> + </member> + <member name="M:Castle.Core.Logging.ILoggerFactory.Create(System.Type,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates a new logger, getting the logger name from the specified type. + </summary> + </member> + <member name="M:Castle.Core.Logging.ILoggerFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates a new logger. + </summary> + </member> + <member name="M:Castle.Core.Logging.IExtendedLoggerFactory.Create(System.Type)"> + <summary> + Creates a new extended logger, getting the logger name from the specified type. + </summary> + </member> + <member name="M:Castle.Core.Logging.IExtendedLoggerFactory.Create(System.String)"> + <summary> + Creates a new extended logger. + </summary> + </member> + <member name="M:Castle.Core.Logging.IExtendedLoggerFactory.Create(System.Type,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates a new extended logger, getting the logger name from the specified type. + </summary> + </member> + <member name="M:Castle.Core.Logging.IExtendedLoggerFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates a new extended logger. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.Create(System.Type)"> + <summary> + Creates a new extended logger, getting the logger name from the specified type. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.Create(System.String)"> + <summary> + Creates a new extended logger. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.Create(System.Type,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates a new extended logger, getting the logger name from the specified type. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates a new extended logger. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.Castle#Core#Logging#ILoggerFactory#Create(System.Type)"> + <summary> + Creates a new logger, getting the logger name from the specified type. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.Castle#Core#Logging#ILoggerFactory#Create(System.String)"> + <summary> + Creates a new logger. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.Castle#Core#Logging#ILoggerFactory#Create(System.Type,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates a new logger, getting the logger name from the specified type. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.Castle#Core#Logging#ILoggerFactory#Create(System.String,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates a new logger. + </summary> + </member> + <member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.GetConfigFile(System.String)"> + <summary> + Gets the configuration file. + </summary> + <param name="fileName">i.e. log4net.config</param> + <returns></returns> + </member> + <member name="M:Castle.Core.Logging.AbstractLoggerFactory.GetConfigFile(System.String)"> + <summary> + Gets the configuration file. + </summary> + <param name="fileName">i.e. log4net.config</param> + <returns></returns> + </member> + <member name="T:Castle.Core.Logging.ConsoleFactory"> + <summary> + Summary description for ConsoleFactory. + </summary> + </member> + <member name="T:Castle.Core.Logging.NullLogFactory"> + <summary> + NullLogFactory used when logging is turned off. + </summary> + </member> + <member name="M:Castle.Core.Logging.NullLogFactory.Create(System.String)"> + <summary> + Creates an instance of ILogger with the specified name. + </summary> + <param name="name">Name.</param> + <returns></returns> + </member> + <member name="M:Castle.Core.Logging.NullLogFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)"> + <summary> + Creates an instance of ILogger with the specified name and LoggerLevel. + </summary> + <param name="name">Name.</param> + <param name="level">Level.</param> + <returns></returns> + </member> + <member name="T:Castle.Core.Logging.StreamLoggerFactory"> + <summary> + Creates <see cref="T:Castle.Core.Logging.StreamLogger"/> outputing + to files. The name of the file is derived from the log name + plus the 'log' extension. + </summary> + </member> + <member name="T:Castle.Core.Logging.TraceLoggerFactory"> + <summary> + Used to create the TraceLogger implementation of ILogger interface. See <see cref="T:Castle.Core.Logging.TraceLogger"/>. + </summary> + </member> + <member name="T:Castle.Core.Logging.ConsoleLogger"> + <summary> + The Logger sending everything to the standard output streams. + This is mainly for the cases when you have a utility that + does not have a logger to supply. + </summary> + </member> + <member name="T:Castle.Core.Logging.LevelFilteredLogger"> + <summary> + The Level Filtered Logger class. This is a base clase which + provides a LogLevel attribute and reroutes all functions into + one Log method. + </summary> + </member> + <member name="T:Castle.Core.Logging.ILogger"> + <summary> + Manages logging. + </summary> + <remarks> + This is a facade for the different logging subsystems. + It offers a simplified interface that follows IOC patterns + and a simplified priority/level/severity abstraction. + </remarks> + </member> + <member name="M:Castle.Core.Logging.ILogger.Debug(System.String)"> + <summary> + Logs a debug message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Debug(System.String,System.Exception)"> + <summary> + Logs a debug message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Debug(System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.DebugFormat(System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.DebugFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.DebugFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.DebugFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Info(System.String)"> + <summary> + Logs an info message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Info(System.String,System.Exception)"> + <summary> + Logs an info message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Info(System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.InfoFormat(System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.InfoFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.InfoFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.InfoFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Warn(System.String)"> + <summary> + Logs a warn message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Warn(System.String,System.Exception)"> + <summary> + Logs a warn message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Warn(System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.WarnFormat(System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.WarnFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.WarnFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.WarnFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Error(System.String)"> + <summary> + Logs an error message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Error(System.String,System.Exception)"> + <summary> + Logs an error message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Error(System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.ErrorFormat(System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.ErrorFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.ErrorFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.ErrorFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Fatal(System.String)"> + <summary> + Logs a fatal message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Fatal(System.String,System.Exception)"> + <summary> + Logs a fatal message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.Fatal(System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.FatalFormat(System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.FatalFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.FatalFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.FatalFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.FatalError(System.String)"> + <summary> + Logs a fatal error message. + </summary> + <param name="message">The Message</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.FatalError(System.String,System.Exception)"> + <summary> + Logs a fatal error message. + </summary> + <param name="message">The Message</param> + <param name="exception">The Exception</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.FatalError(System.String,System.Object[])"> + <summary> + Logs a fatal error message. + </summary> + <param name="format">Message format</param> + <param name="args">Array of objects to write using format</param> + </member> + <member name="M:Castle.Core.Logging.ILogger.CreateChildLogger(System.String)"> + <summary> + Create a new child logger. + The name of the child logger is [current-loggers-name].[passed-in-name] + </summary> + <param name="loggerName">The Subname of this logger.</param> + <returns>The New ILogger instance.</returns> + <exception cref="T:System.ArgumentException">If the name has an empty element name.</exception> + </member> + <member name="P:Castle.Core.Logging.ILogger.IsDebugEnabled"> + <summary> + Determines if messages of priority "debug" will be logged. + </summary> + <value>True if "debug" messages will be logged.</value> + </member> + <member name="P:Castle.Core.Logging.ILogger.IsInfoEnabled"> + <summary> + Determines if messages of priority "info" will be logged. + </summary> + <value>True if "info" messages will be logged.</value> + </member> + <member name="P:Castle.Core.Logging.ILogger.IsWarnEnabled"> + <summary> + Determines if messages of priority "warn" will be logged. + </summary> + <value>True if "warn" messages will be logged.</value> + </member> + <member name="P:Castle.Core.Logging.ILogger.IsErrorEnabled"> + <summary> + Determines if messages of priority "error" will be logged. + </summary> + <value>True if "error" messages will be logged.</value> + </member> + <member name="P:Castle.Core.Logging.ILogger.IsFatalEnabled"> + <summary> + Determines if messages of priority "fatal" will be logged. + </summary> + <value>True if "fatal" messages will be logged.</value> + </member> + <member name="P:Castle.Core.Logging.ILogger.IsFatalErrorEnabled"> + <summary> + Determines if messages of priority "fatalError" will be logged. + </summary> + <value>True if "fatalError" messages will be logged.</value> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.#ctor"> + <summary> + Creates a new <c>LevelFilteredLogger</c>. + </summary> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.InitializeLifetimeService"> + <summary> + Keep the instance alive in a remoting scenario + </summary> + <returns></returns> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Debug(System.String)"> + <summary> + Logs a debug message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Debug(System.String,System.Exception)"> + <summary> + Logs a debug message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.DebugFormat(System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.DebugFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.DebugFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.DebugFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Debug(System.String,System.Object[])"> + <summary> + Logs a debug message. + </summary> + <param name="format">Message format</param> + <param name="args">Array of objects to write using format</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Info(System.String)"> + <summary> + Logs an info message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Info(System.String,System.Exception)"> + <summary> + Logs an info message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.InfoFormat(System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.InfoFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.InfoFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.InfoFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Info(System.String,System.Object[])"> + <summary> + Logs an info message. + </summary> + <param name="format">Message format</param> + <param name="args">Array of objects to write using format</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Warn(System.String)"> + <summary> + Logs a warn message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Warn(System.String,System.Exception)"> + <summary> + Logs a warn message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.WarnFormat(System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.WarnFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.WarnFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.WarnFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Warn(System.String,System.Object[])"> + <summary> + Logs a warn message. + </summary> + <param name="format">Message format</param> + <param name="args">Array of objects to write using format</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Error(System.String)"> + <summary> + Logs an error message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Error(System.String,System.Exception)"> + <summary> + Logs an error message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.ErrorFormat(System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.ErrorFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.ErrorFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.ErrorFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Error(System.String,System.Object[])"> + <summary> + Logs an error message. + </summary> + <param name="format">Message format</param> + <param name="args">Array of objects to write using format</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Fatal(System.String)"> + <summary> + Logs a fatal message. + </summary> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Fatal(System.String,System.Exception)"> + <summary> + Logs a fatal message. + </summary> + <param name="exception">The exception to log</param> + <param name="message">The message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalFormat(System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalFormat(System.Exception,System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="exception">The exception to log</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalFormat(System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="exception">The exception to log</param> + <param name="formatProvider">The format provider to use</param> + <param name="format">Format string for the message to log</param> + <param name="args">Format arguments for the message to log</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Fatal(System.String,System.Object[])"> + <summary> + Logs a fatal message. + </summary> + <param name="format">Message format</param> + <param name="args">Array of objects to write using format</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalError(System.String)"> + <summary> + Logs a fatal error message. + </summary> + <param name="message">The Message</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalError(System.String,System.Exception)"> + <summary> + Logs a fatal error message. + </summary> + <param name="message">The Message</param> + <param name="exception">The Exception</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalError(System.String,System.Object[])"> + <summary> + Logs a fatal error message. + </summary> + <param name="format">Message format</param> + <param name="args">Array of objects to write using format</param> + </member> + <member name="M:Castle.Core.Logging.LevelFilteredLogger.Log(Castle.Core.Logging.LoggerLevel,System.String,System.String,System.Exception)"> + <summary> + Implementors output the log content by implementing this method only. + Note that exception can be null + </summary> + <param name="loggerLevel"></param> + <param name="loggerName"></param> + <param name="message"></param> + <param name="exception"></param> + </member> + <member name="P:Castle.Core.Logging.LevelFilteredLogger.Level"> + <value> + The <c>LoggerLevel</c> that this logger + will be using. Defaults to <c>LoggerLevel.Off</c> + </value> + </member> + <member name="P:Castle.Core.Logging.LevelFilteredLogger.Name"> + <value> + The name that this logger will be using. + Defaults to <c>String.Empty</c> + </value> + </member> + <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsDebugEnabled"> + <summary> + Determines if messages of priority "debug" will be logged. + </summary> + <value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Debug"/> bit</value> + </member> + <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsInfoEnabled"> + <summary> + Determines if messages of priority "info" will be logged. + </summary> + <value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Info"/> bit</value> + </member> + <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsWarnEnabled"> + <summary> + Determines if messages of priority "warn" will be logged. + </summary> + <value><c>true</c> if log level flags include the... [truncated message content] |
From: <fab...@us...> - 2008-11-07 01:40:54
|
Revision: 3889 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3889&view=rev Author: fabiomaulo Date: 2008-11-07 01:36:27 +0000 (Fri, 07 Nov 2008) Log Message: ----------- Added LinFu.DynamicProxy.dll as a new dynProxy provider for lazyloading Added Paths: ----------- trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll trunk/nhibernate/lib/net/2.0/LinFu.License.txt trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll trunk/nhibernate/lib/net/3.5/LinFu.License.txt Added: trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll =================================================================== (Binary files differ) Property changes on: trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/nhibernate/lib/net/2.0/LinFu.License.txt =================================================================== --- trunk/nhibernate/lib/net/2.0/LinFu.License.txt (rev 0) +++ trunk/nhibernate/lib/net/2.0/LinFu.License.txt 2008-11-07 01:36:27 UTC (rev 3889) @@ -0,0 +1,167 @@ +The LinFu Library, (c) 2007 Philip Laureano, is subject to the terms of the following license: + + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. Added: trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll =================================================================== (Binary files differ) Property changes on: trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/nhibernate/lib/net/3.5/LinFu.License.txt =================================================================== --- trunk/nhibernate/lib/net/3.5/LinFu.License.txt (rev 0) +++ trunk/nhibernate/lib/net/3.5/LinFu.License.txt 2008-11-07 01:36:27 UTC (rev 3889) @@ -0,0 +1,167 @@ +The LinFu Library, (c) 2007 Philip Laureano, is subject to the terms of the following license: + + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fab...@us...> - 2008-11-07 04:47:44
|
Revision: 3890 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3890&view=rev Author: fabiomaulo Date: 2008-11-07 04:47:41 +0000 (Fri, 07 Nov 2008) Log Message: ----------- Changed LinFu.DynamicProxy.dll because no signed Modified Paths: -------------- trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll Modified: trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fab...@us...> - 2008-11-14 15:53:42
|
Revision: 3910 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3910&view=rev Author: fabiomaulo Date: 2008-11-14 15:53:37 +0000 (Fri, 14 Nov 2008) Log Message: ----------- Actualized LinFu.DynamicProxy.dll with the last released version for 2.0 and 3.5 Modified Paths: -------------- trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll Modified: trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <fab...@us...> - 2009-04-17 15:18:49
|
Revision: 4184 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4184&view=rev Author: fabiomaulo Date: 2009-04-17 15:18:39 +0000 (Fri, 17 Apr 2009) Log Message: ----------- Actualized to the new version Modified Paths: -------------- trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll Modified: trunk/nhibernate/lib/net/2.0/LinFu.DynamicProxy.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/3.5/LinFu.DynamicProxy.dll =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ste...@us...> - 2009-09-25 21:07:04
|
Revision: 4726 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4726&view=rev Author: steverstrong Date: 2009-09-25 21:06:49 +0000 (Fri, 25 Sep 2009) Log Message: ----------- Latest re-linq libraries Modified Paths: -------------- trunk/nhibernate/lib/net/3.5/Remotion.Data.Linq.dll trunk/nhibernate/lib/net/3.5/Remotion.Interfaces.dll trunk/nhibernate/lib/net/3.5/Remotion.dll Property Changed: ---------------- trunk/nhibernate/lib/net/ Property changes on: trunk/nhibernate/lib/net ___________________________________________________________________ Added: svn:ignore + 2.0 Modified: trunk/nhibernate/lib/net/3.5/Remotion.Data.Linq.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/3.5/Remotion.Interfaces.dll =================================================================== (Binary files differ) Modified: trunk/nhibernate/lib/net/3.5/Remotion.dll =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |