Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
TUP
AsmResolver
ExportMethod
C# Class TUP.AsmResolver.ExportMethod
Represents a procedure or method that is inside a portable executable file and can be used by other PE files.
Inheritance:
IMethod
ファイルを表示
Open project: Rex-Hays/GNIDA
Class Usage Examples
Public Methods
Method
Description
ToString
( ) :
string
Returns the string representation of the exportable method.
Private Methods
Method
Description
ExportMethod
(
string
lib
,
string
name
,
uint
nameRva
,
uint
rva
,
ushort
ordinal
) :
System
Method Details
ToString()
public
method
Returns the string representation of the exportable method.
public
ToString
( ) :
string
return
string