C# Class SharpDisasm.Helpers.AssemblyCodeOffset

Inheritance: IAssemblyCode
Exibir arquivo Open project: spazzarama/SharpDisasm

Private Properties

Property Type Description
this byteIAssemblyCode.System

Public Methods

Method Description
AssemblyCodeOffset ( IAssemblyCode code, int offset ) : 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

AssemblyCodeOffset() public method

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