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
파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
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