<PackageReference Include="Castle.Windsor" Version="3.0.0.4001" />
API Differences between 3.0.0.4001 and 3.0.0.2001
107 Additions
39 Removals
Castle.Core
-
public class ComponentDependencyModel : DependencyModel
-
public class ComponentName
-
public class DependencyModel
-
public class InterceptorReference : IReference<IInterceptor>, IEquatable<InterceptorReference>
-
public class ParameterModelCollection : IEnumerable<ParameterModel>, IEnumerable
-
public sealed delegate PropertyDependencyFilter : MulticastDelegate
-
public enum PropertyFilter
-
public sealed delegate PropertySetBuilder : MulticastDelegate
-
public class StandardPropertyFilters
- public StandardPropertyFilters()
- public static PropertyDependencyFilter Create(PropertyFilter filter)
- public static PropertySet[] Default(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
- public static PropertyDependencyFilter FromFunction(Func<ComponentModel, PropertyInfo, bool> filter, bool isRequired)
- public static ICollection<PropertyDependencyFilter> GetPropertyFilters(ComponentModel componentModel, bool createIfMissing)
- public static PropertySet[] IgnoreAll(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
- public static PropertySet[] IgnoreBase(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
- public static PropertySet[] RequireAll(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
- public static PropertySet[] RequireBase(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
Castle.Core.Internal
Castle.Facilities.TypedFactory
Castle.MicroKernel
Castle.MicroKernel.ComponentActivator
Castle.MicroKernel.Context
Castle.MicroKernel.Lifestyle
Castle.MicroKernel.Registration
Castle.MicroKernel.Registration.Lifestyle
Castle.MicroKernel.Registration.Proxy
Castle.MicroKernel.Releasers
Castle.MicroKernel.Resolvers
Castle.MicroKernel.SubSystems.Naming
Castle.MicroKernel.Util
-
public abstract class ReferenceExpressionUtil
- public static string (string value)
- public static string (string value)
Castle.Windsor
Castle.Windsor.Diagnostics
Castle.Windsor.Diagnostics.Extensions