C# Class SharpDisasm.Operand

Represents an operand for an Instruction
Show file Open project: spazzarama/SharpDisasm Class Usage Examples

Private Properties

Property Type Description
GetRawValue object
Operand SharpDisasm.Udis86
PrintDisplacementAddress string

Public Methods

Method Description
ToString ( ) : string

Converts the key components of the operand to a string.

Private Methods

Method Description
GetRawValue ( int size, bool signed = true ) : object
Operand ( ud_operand operand ) : SharpDisasm.Udis86
PrintDisplacementAddress ( ) : string

Method Details

ToString() public method

Converts the key components of the operand to a string.
public ToString ( ) : string
return string