C# 클래스 x86Disasm.Argument

파일 보기 프로젝트 열기: cryogen/VM86CS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IgnorePrefix bool
SignExtend bool
Size uint
Type ArgumentType
UsesES bool
Value int

프로퍼티 상세

IgnorePrefix 공개적으로 프로퍼티

public bool IgnorePrefix
리턴 bool

SignExtend 공개적으로 프로퍼티

public bool SignExtend
리턴 bool

Size 공개적으로 프로퍼티

public uint Size
리턴 uint

Type 공개적으로 프로퍼티

public ArgumentType Type
리턴 ArgumentType

UsesES 공개적으로 프로퍼티

public bool UsesES
리턴 bool

Value 공개적으로 프로퍼티

public int Value
리턴 int