Esempio n. 1
0
 public static IEnumerable <ClassHookInfo> Create(DbgEngineImpl engine, IMonoDebugRuntime runtime)
 {
     yield return(new ClassHookInfo(new System_String(engine, runtime), DmdWellKnownType.System_String));
 }
Esempio n. 2
0
 public System_String(DbgEngineImpl engine, IMonoDebugRuntime runtime)
 {
     this.engine  = engine;
     this.runtime = runtime;
 }