C# 클래스 PeNet.ImportFunction

Represents an imported function.
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
ImportFunction ( string name, string dll, ushort hint ) : System.Text

Create a new ImportFunction object.

ToString ( ) : string

Creates a string representation of all properties of the object.

메소드 상세

ImportFunction() 공개 메소드

Create a new ImportFunction object.
public ImportFunction ( string name, string dll, ushort hint ) : System.Text
name string Function name.
dll string DLL where the function comes from.
hint ushort Function hint.
리턴 System.Text

ToString() 공개 메소드

Creates a string representation of all properties of the object.
public ToString ( ) : string
리턴 string