Ejemplo n.º 1
0
 public static IEnumerable <ClassHookInfo> Create(ICorDebugRuntime runtime)
 {
     yield return(new ClassHookInfo(new System_String(runtime), DmdWellKnownType.System_String));
 }
Ejemplo n.º 2
0
 public System_String(ICorDebugRuntime runtime) => this.runtime = runtime;