C# Class Mono.Debugger.AssemblerLine

显示文件 Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Address TargetAddress
InstructionSize byte
Label string
Text string

Public Methods

Method Description
AssemblerLine ( TargetAddress address, byte size, string text ) : System
AssemblerLine ( string label, TargetAddress address, byte size, string text ) : System

Method Details

AssemblerLine() public method

public AssemblerLine ( TargetAddress address, byte size, string text ) : System
address TargetAddress
size byte
text string
return System

AssemblerLine() public method

public AssemblerLine ( string label, TargetAddress address, byte size, string text ) : System
label string
address TargetAddress
size byte
text string
return System

Property Details

Address public_oe property

public TargetAddress,Mono.Debugger Address
return TargetAddress

InstructionSize public_oe property

public byte InstructionSize
return byte

Label public_oe property

public string Label
return string

Text public_oe property

public string Text
return string