C# Class Mono.Debugger.Frontend.ExamineCommand

Inheritance: FrameCommand, IDocumentableCommand
Mostra file Open project: baulig/debugger

Protected Methods

Method Description
DoExecute ( ScriptingContext context ) : object
DoResolve ( ScriptingContext context ) : bool

Private Methods

Method Description
BaseRepresentation ( ) : int
ConvertIntegerValue ( long value ) : string
DefaultSize ( ) : char
ItemsPerLine ( ) : int
LeftPadding ( ) : char
LengthOfAddressItem ( ) : int
LengthOfByteItem ( ) : int
LengthOfGiantItem ( ) : int
LengthOfHalfItem ( ) : int
LengthOfItem ( ) : int
LengthOfWordItem ( ) : int
PrintItem ( StringBuilder output, byte data, int startIndex ) : void
PrintPaddedValue ( StringBuilder output, int paddedLength, char padding, string valueString ) : void
ReadDoubleValue ( byte data, int startIndex ) : double
ReadIntegerValue ( byte data, int startIndex ) : long
SizeOfItem ( ) : int

Method Details

DoExecute() protected method

protected DoExecute ( ScriptingContext context ) : object
context ScriptingContext
return object

DoResolve() protected method

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
return bool