C# Класс SharpDisasm.Helpers.AssemblyCodeMemory

Наследование: IAssemblyCode
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
this byteIAssemblyCode.System

Открытые методы

Метод Описание
AssemblyCodeMemory ( IntPtr pointer, int length ) : System

Initializes a new instance of the AssemblyCodeArray class.

Приватные методы

Метод Описание
this ( int index ) : byteIAssemblyCode.System

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

Описание методов

AssemblyCodeMemory() публичный Метод

Initializes a new instance of the AssemblyCodeArray class.
public AssemblyCodeMemory ( IntPtr pointer, int length ) : System
pointer System.IntPtr The pointer.
length int The length.
Результат System