C# Class SharpDisasm.Helpers.AssemblyCodeMemory

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

Private Properties

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

Méthodes publiques

Méthode Description
AssemblyCodeMemory ( IntPtr pointer, int length ) : 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

AssemblyCodeMemory() public méthode

Initializes a new instance of the AssemblyCodeArray class.
public AssemblyCodeMemory ( IntPtr pointer, int length ) : System
pointer System.IntPtr The pointer.
length int The length.
Résultat System