3 public delegate object TargetAccessDelegate (object user_data
);
5 public class SingleSteppingEngine
9 object SendCommand (TargetAccessDelegate target
)
16 SendCommand (delegate {
17 if (!engine_stopped
) {
18 throw new InvalidOperationException ();
28 public static void Main ()