C# Класс PeNet.ExportFunction

Represents an exported function.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExportFunction ( string name, uint address, ushort ordinal ) : System.Text

Create a new ExportFunction object.

ToString ( ) : string

Creates a string representation of all properties of the object.

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

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

Create a new ExportFunction object.
public ExportFunction ( string name, uint address, ushort ordinal ) : System.Text
name string Name of the function.
address uint Address of function.
ordinal ushort Ordinal of the function.
Результат System.Text

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

Creates a string representation of all properties of the object.
public ToString ( ) : string
Результат string