Esempio n. 1
0
 public InteropEngine()
     : base(new ProduireBinderFactory())
 {
     _reference.Import(_dllPath);
     _reference.Import(this.GetType().Assembly.Location);
     this.Factory.Reference = _reference;
     LoadLibrary();
     SetConstractor();
     SetMessageBox();
 }