static void Main(string[] args) { //Instrumentor Workspace workspace = new Workspace(); workspace.MakeReady(); var instrumetor = new SOLPI.Instrumentor(AppDomainLoader.SOLPath + AppDomainLoader.SOLExe, workspace); instrumetor.Process(); //Loader var loader = new AppDomainLoader(); loader.LinkWithSOL(); loader.Boot(); }
public abstract void Process(Instrumentor instrumentor, AssemblyDefinition assdef);