LifestyleExtensions public static class LifestyleExtensions Documentation Code public static IDisposable BeginScope(this IKernel kernel) Begins a scope. public static IDisposable BeginScope(this IWindsorContainer container) Begins a scope. public static IDisposable RequireScope(this IKernel kernel) Begins a scope if not executing inside one. public static IDisposable RequireScope(this IWindsorContainer container) Begins a scope if not executing inside one.