C# 클래스 SharpOS.AOT.X86.DWordMemory

상속: Memory
파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
DWordMemory ( Memory memory ) : System

Initializes a new instance of the DWordMemory class.

DWordMemory ( SegType segment, R16Type _base, R16Type index ) : System

Initializes a new instance of the DWordMemory class.

DWordMemory ( SegType segment, R16Type _base, R16Type index, Int16 displacement ) : System

Initializes a new instance of the DWordMemory class.

DWordMemory ( SegType segment, R32Type _base, R32Type index, byte scale ) : System

Initializes a new instance of the DWordMemory class.

DWordMemory ( SegType segment, R32Type _base, R32Type index, byte scale, Int32 displacement ) : System

Initializes a new instance of the DWordMemory class.

DWordMemory ( SegType segment, string label ) : System

Initializes a new instance of the DWordMemory class.

DWordMemory ( string label ) : System

Initializes a new instance of the DWordMemory class.

메소드 상세

DWordMemory() 공개 메소드

Initializes a new instance of the DWordMemory class.
public DWordMemory ( Memory memory ) : System
memory Memory The memory.
리턴 System

DWordMemory() 공개 메소드

Initializes a new instance of the DWordMemory class.
public DWordMemory ( SegType segment, R16Type _base, R16Type index ) : System
segment SegType The segment.
_base R16Type The _base.
index R16Type The index.
리턴 System

DWordMemory() 공개 메소드

Initializes a new instance of the DWordMemory class.
public DWordMemory ( SegType segment, R16Type _base, R16Type index, Int16 displacement ) : System
segment SegType The segment.
_base R16Type The _base.
index R16Type The index.
displacement System.Int16 The displacement.
리턴 System

DWordMemory() 공개 메소드

Initializes a new instance of the DWordMemory class.
public DWordMemory ( SegType segment, R32Type _base, R32Type index, byte scale ) : System
segment SegType The segment.
_base R32Type The _base.
index R32Type The index.
scale byte The scale.
리턴 System

DWordMemory() 공개 메소드

Initializes a new instance of the DWordMemory class.
public DWordMemory ( SegType segment, R32Type _base, R32Type index, byte scale, Int32 displacement ) : System
segment SegType The segment.
_base R32Type The _base.
index R32Type The index.
scale byte The scale.
displacement System.Int32 The displacement.
리턴 System

DWordMemory() 공개 메소드

Initializes a new instance of the DWordMemory class.
public DWordMemory ( SegType segment, string label ) : System
segment SegType The segment.
label string The label.
리턴 System

DWordMemory() 공개 메소드

Initializes a new instance of the DWordMemory class.
public DWordMemory ( string label ) : System
label string The label.
리턴 System