C# 클래스 TUP.AsmResolver.ExportMethod

Represents a procedure or method that is inside a portable executable file and can be used by other PE files.
상속: IMethod
파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the string representation of the exportable method.

비공개 메소드들

메소드 설명
ExportMethod ( string lib, string name, uint nameRva, uint rva, ushort ordinal ) : System

메소드 상세

ToString() 공개 메소드

Returns the string representation of the exportable method.
public ToString ( ) : string
리턴 string