C# Class SharpDisasm.Helpers.AssemblyCodeOffset

Inheritance: IAssemblyCode
Afficher le fichier Open project: spazzarama/SharpDisasm

Private Properties

Свойство Type Description
this byteIAssemblyCode.System

Méthodes publiques

Méthode Description
AssemblyCodeOffset ( IAssemblyCode code, int offset ) : System

Initializes a new instance of the AssemblyCodeArray class.

Private Methods

Méthode Description
this ( int index ) : byteIAssemblyCode.System

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

Method Details

AssemblyCodeOffset() public méthode

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