I have what is probably a simple question here about Castle Windsor, which I haven\'t been using for very long. I\'m trying to register a service with a specific instance that w
You can do that through the Kernel property of the container:
Kernel
container.Kernel.AddComponentInstance(serviceObj);