C# Class SharpDisasm.Operand

Represents an operand for an Instruction
Afficher le fichier Open project: spazzarama/SharpDisasm Class Usage Examples

Private Properties

Свойство Type Description
GetRawValue object
Operand SharpDisasm.Udis86
PrintDisplacementAddress string

Méthodes publiques

Méthode Description
ToString ( ) : string

Converts the key components of the operand to a string.

Private Methods

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

Method Details

ToString() public méthode

Converts the key components of the operand to a string.
public ToString ( ) : string
Résultat string