C# 클래스 SharpDisasm.Helpers.AssemblyCodeOffset

상속: IAssemblyCode
파일 보기 프로젝트 열기: spazzarama/SharpDisasm

Private Properties

프로퍼티 타입 설명
this byteIAssemblyCode.System

공개 메소드들

메소드 설명
AssemblyCodeOffset ( IAssemblyCode code, int offset ) : System

Initializes a new instance of the AssemblyCodeArray class.

비공개 메소드들

메소드 설명
this ( int index ) : byteIAssemblyCode.System

Gets or sets the System.Byte at the specified index.

메소드 상세

AssemblyCodeOffset() 공개 메소드

Initializes a new instance of the AssemblyCodeArray class.
public AssemblyCodeOffset ( IAssemblyCode code, int offset ) : System
code IAssemblyCode The code.
offset int The offset.
리턴 System