次のようなコードがあるとします。
container.RegisterType<IService, Implementation>(name, manager,
new InjectionConstructor(...));
次に、InterceptionBehaviourを登録に追加する必要があるため、ContainerRegistrationクラスに。のようなメソッドがあると便利AppendInjectionMembers(...)
です。
したがって、質問は次のとおりです。登録後にinjectionMembersを追加することは可能ですか?もしそうなら、それを行う方法は?