C# Class Mono.Debugger.Architectures.Opcodes

Inheritance: DebuggerMarshalByRefObject, IDisposable
Show file Open project: baulig/debugger

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
DoDispose ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
GenerateNopInstruction ( ) : byte[]
ReadInstruction ( TargetMemoryAccess memory, TargetAddress address ) : Instruction
check_disposed ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DoDispose() protected method

protected DoDispose ( ) : void
return void