예제 #1
0
 public void Halt()
 {
     memberFactory.ExecMethod("Halt", null);
     //this.memberFactory.CallMember(3, "Halt", new Type[0]);
 }