C# 클래스 PeNet.ExportFunction

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

공개 메소드들

메소드 설명
ExportFunction ( string name, uint address, ushort ordinal ) : System.Text

Create a new ExportFunction object.

ToString ( ) : string

Creates a string representation of all properties of the object.

메소드 상세

ExportFunction() 공개 메소드

Create a new ExportFunction object.
public ExportFunction ( string name, uint address, ushort ordinal ) : System.Text
name string Name of the function.
address uint Address of function.
ordinal ushort Ordinal of the function.
리턴 System.Text

ToString() 공개 메소드

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