C# Class SharpDisasm.Helpers.AssemblyCodeMemory

Inheritance: IAssemblyCode
Mostrar archivo Open project: spazzarama/SharpDisasm

Private Properties

Property Type Description
this byteIAssemblyCode.System

Public Methods

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

AssemblyCodeMemory() public method

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