C# Класс PeNet.ImportFunction

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

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

Метод Описание
ImportFunction ( string name, string dll, ushort hint ) : System.Text

Create a new ImportFunction object.

ToString ( ) : string

Creates a string representation of all properties of the object.

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

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

Create a new ImportFunction object.
public ImportFunction ( string name, string dll, ushort hint ) : System.Text
name string Function name.
dll string DLL where the function comes from.
hint ushort Function hint.
Результат System.Text

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

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