C# Class SharpDisasm.Helpers.AssemblyCodeArray

Inheritance: IAssemblyCode
Mostrar archivo Open project: spazzarama/SharpDisasm

Private Properties

Property Type Description
this byteIAssemblyCode.System

Public Methods

Method Description
AssemblyCodeArray ( byte buffer ) : System

Initializes a new instance of the AssemblyCodeArray class.

Private Methods

Method Description
this ( int index ) : byteIAssemblyCode.System

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

Method Details

AssemblyCodeArray() public method

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