C# 클래스 PeNet.Structures.IMAGE_IMPORT_DESCRIPTOR

The IMAGE_IMPORT_DESCRIPTORs are contained in the Import Directory and holds all the information about function and symbol imports.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
IMAGE_IMPORT_DESCRIPTOR ( byte buff, uint offset ) : System.Text

Create a new IMAGE_IMPORT_DESCRIPTOR object.

ToString ( ) : string

Creates a string representation of the objects properties.

메소드 상세

IMAGE_IMPORT_DESCRIPTOR() 공개 메소드

Create a new IMAGE_IMPORT_DESCRIPTOR object.
public IMAGE_IMPORT_DESCRIPTOR ( byte buff, uint offset ) : System.Text
buff byte A PE file as a byte array.
offset uint Raw offset of the descriptor.
리턴 System.Text

ToString() 공개 메소드

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