C# 클래스 SharpDisasm.Helpers.AssemblyCodeMemory

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

Private Properties

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

공개 메소드들

메소드 설명
AssemblyCodeMemory ( IntPtr pointer, int length ) : System

Initializes a new instance of the AssemblyCodeArray class.

비공개 메소드들

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

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

메소드 상세

AssemblyCodeMemory() 공개 메소드

Initializes a new instance of the AssemblyCodeArray class.
public AssemblyCodeMemory ( IntPtr pointer, int length ) : System
pointer System.IntPtr The pointer.
length int The length.
리턴 System