過去に似たようなことをやった気がしますが、今回はMefContribを使った一応、正式っぽい方法で。using System; using System.Linq; using System.Reflection; using System.ComponentModel.Composition; using System.ComponentModel.Composition.Primitives; using System.ComponentModel.Composition.Hosting; using MefContrib; using MefContrib.Hosting.Interception; using MefContrib.Hosting.Interception.Castle; using MefContrib.Hosting.Interception.Configuration; using Castle.DynamicProxy;
namespace MefInterceptorSample { publicclass MyInterce...

まだコメントはありません。最初のコメントを登録してみませんか?