C# Класс TUP.AsmResolver.ImportMethod

Represents a procedure or method that is inside a library or other portable executable file and is used by the PE file who imported this method.
Наследование: IMethod
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ImportMethod ( uint ofunction, uint ft, uint rva, ushort hint, string name ) : System

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

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

public ImportMethod ( uint ofunction, uint ft, uint rva, ushort hint, string name ) : System
ofunction uint
ft uint
rva uint
hint ushort
name string
Результат System