예제 #1
0
 public AssemblerLine DisassembleInstruction(Method method, TargetAddress address)
 {
     check_alive();
     return(servant.DisassembleInstruction(method, address));
 }