C# Class SharpDisasm.Helpers.AssemblyCodeArray

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

Private Properties

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

Méthodes publiques

Méthode Description
AssemblyCodeArray ( byte buffer ) : 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

AssemblyCodeArray() public méthode

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