<PackageReference Include="Castle.Windsor" Version="3.0.0.2001" />
API Differences between 3.0.0.2001 and 3.3.0
103 Additions
159 Removals
Castle.Core
Castle.Core.Internal
Castle.Facilities.Startable
Castle.Facilities.TypedFactory
Castle.Facilities.TypedFactory.Internal
Castle.MicroKernel
Castle.MicroKernel.ComponentActivator
Castle.MicroKernel.Context
Castle.MicroKernel.Handlers
-
public abstract class AbstractHandler : IHandler, ISubDependencyResolver, IExposeDependencyInfo, IDisposable
-
public class CollectionsMetaHandler : IMetaHandler, IDisposable
-
public class DefaultGenericHandler : AbstractHandler
- public IGenericServiceStrategy ServiceStrategy { get; }
- public DefaultGenericHandler(ComponentModel model, IGenericImplementationMatchingStrategy implementationMatchingStrategy, IGenericServiceStrategy serviceStrategy)
- protected virtual Type[] AdaptServices(Type closedImplementationType, Type requestedType)
- protected virtual IHandler BuildSubHandler(Type closedImplementationType, Type requestedType)
- protected IHandler GetSubHandler(Type genericType, Type requestedType)
- protected bool SupportsAssignable(Type service, Type modelService, Type[] serviceArguments)
- public DefaultGenericHandler(ComponentModel model, IGenericImplementationMatchingStrategy implementationMatchingStrategy)
- protected virtual IHandler BuildSubHandler(CreationContext context, Type requestedType)
- protected IHandler GetSubHandler(CreationContext context, Type genericType)
-
public class DefaultHandlerFactory : IHandlerFactory
-
public interface IGenericServiceStrategy
-
public interface IMetaHandler
-
public class ParentHandlerWrapper : IHandler, ISubDependencyResolver, IDisposable
-
public class ParentHandlerWithChildResolver : IHandler, ISubDependencyResolver, IDisposable
Castle.MicroKernel.Internal
Castle.MicroKernel.Lifestyle
Castle.MicroKernel.Lifestyle.Scoped
Castle.MicroKernel.ModelBuilder
Castle.MicroKernel.ModelBuilder.Descriptors
Castle.MicroKernel.ModelBuilder.Inspectors
Castle.MicroKernel.Registration
-
public static class AllTypes
-
public class AssemblyFilter : IAssemblyProvider
-
public class BasedOnDescriptor : IRegistration
-
public static class Classes
-
public class ComponentRegistration<TService> : IRegistration
- public ComponentRegistration<TService> DependsOn(Dependency dependency)
- public ComponentRegistration<TService> ExtendedProperties(Property property)
- public ComponentRegistration<TService> ImplementedBy(Type type, IGenericServiceStrategy genericServiceStrategy)
- public ComponentRegistration<TService> ImplementedBy(Type type, IGenericImplementationMatchingStrategy genericImplementationMatchingStrategy, IGenericServiceStrategy genericServiceStrategy)
- public ComponentRegistration<TService> IsDefault()
- public ComponentRegistration<TService> IsFallback(Predicate<Type> serviceFilter)
- public ComponentRegistration<TService> IsFallback()
- public ComponentRegistration<TService> LifestyleBoundToNearest<TBaseForRoot>()
- public ComponentRegistration<TService> Properties(Predicate<PropertyInfo> filter, bool isRequired)
- public ComponentRegistration<TService> Properties(Func<ComponentModel, PropertyInfo, bool> filter, bool isRequired)
- public ComponentRegistration<TService> Properties(PropertyFilter filter)
- public ComponentRegistration<TService> PropertiesIgnore(Func<PropertyInfo, bool> propertySelector)
- public ComponentRegistration<TService> PropertiesIgnore(Func<ComponentModel, PropertyInfo, bool> propertySelector)
- public ComponentRegistration<TService> PropertiesRequire(Func<PropertyInfo, bool> propertySelector)
- public ComponentRegistration<TService> PropertiesRequire(Func<ComponentModel, PropertyInfo, bool> propertySelector)
-
public sealed class Dependency
-
public class FromAssemblyDescriptor : FromDescriptor
-
public abstract class FromDescriptor : IRegistration
-
public static class Types
Castle.MicroKernel.Registration.Lifestyle
Castle.MicroKernel.Registration.Proxy
Castle.MicroKernel.Releasers
Castle.MicroKernel.Resolvers
Castle.MicroKernel.Resolvers.SpecializedResolvers
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.Installer
Castle.Windsor.Proxy