Mono.Debugger.Disassembler.DisassembleInstruction C# (CSharp) Method

DisassembleInstruction() public abstract method

Disassemble one instruction. If @imethod is non-null, it specifies the current method which will be used to lookup function names from trampoline calls.
public abstract DisassembleInstruction ( TargetMemoryAccess memory, Method method, TargetAddress address ) : AssemblerLine
memory TargetMemoryAccess
method Method
address TargetAddress
return AssemblerLine
        public abstract AssemblerLine DisassembleInstruction(TargetMemoryAccess memory,
								      Method method,
								      TargetAddress address);