Example #1
0
 public void ResolveAssembly(uint tkAssemblyRef, ref ICorDebugAssembly ppAssembly)
 {
     Debugger.Interop.CorDebug.ICorDebugAssembly ref_ppAssembly = ppAssembly.WrappedObject;
     this.WrappedObject.ResolveAssembly(tkAssemblyRef, ref ref_ppAssembly);
     ppAssembly = ICorDebugAssembly.Wrap(ref_ppAssembly);
 }