C# 클래스 SharpDisasm.Helpers.AssemblyCodeArray

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

Private Properties

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

공개 메소드들

메소드 설명
AssemblyCodeArray ( byte buffer ) : System

Initializes a new instance of the AssemblyCodeArray class.

비공개 메소드들

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

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

메소드 상세

AssemblyCodeArray() 공개 메소드

Initializes a new instance of the AssemblyCodeArray class.
public AssemblyCodeArray ( byte buffer ) : System
buffer byte The buffer.
리턴 System