C# 클래스 SharpDisasm.Operand

Represents an operand for an Instruction
파일 보기 프로젝트 열기: spazzarama/SharpDisasm 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetRawValue object
Operand SharpDisasm.Udis86
PrintDisplacementAddress string

공개 메소드들

메소드 설명
ToString ( ) : string

Converts the key components of the operand to a string.

비공개 메소드들

메소드 설명
GetRawValue ( int size, bool signed = true ) : object
Operand ( ud_operand operand ) : SharpDisasm.Udis86
PrintDisplacementAddress ( ) : string

메소드 상세

ToString() 공개 메소드

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