C# Class 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.
Inheritance: IMethod
Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
ImportMethod ( uint ofunction, uint ft, uint rva, ushort hint, string name ) : System

Method Details

ImportMethod() public method

public ImportMethod ( uint ofunction, uint ft, uint rva, ushort hint, string name ) : System
ofunction uint
ft uint
rva uint
hint ushort
name string
return System