C# 클래스 PeNet.Structures.IMAGE_DATA_DIRECTORY

The IMAGE_DATA_DIRECTORY struct represents the data directory,
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

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

Create a new IMAGE_DATA_DIRECTORY object.

ToString ( ) : string

Convert all object properties to strings.

메소드 상세

IMAGE_DATA_DIRECTORY() 공개 메소드

Create a new IMAGE_DATA_DIRECTORY object.
public IMAGE_DATA_DIRECTORY ( byte buff, uint offset ) : System.Text
buff byte PE binary as byte array.
offset uint Raw offset to the data directory in the binary.
리턴 System.Text

ToString() 공개 메소드

Convert all object properties to strings.
public ToString ( ) : string
리턴 string