C# 클래스 PeNet.Structures.IMAGE_BASE_RELOCATION.TypeOffset

Represents the type and offset in an IMAGE_BASE_RELOCATION structure.
파일 보기 프로젝트 열기: secana/PeNet

공개 메소드들

메소드 설명
ToString ( ) : string

Convert all object properties to strings.

TypeOffset ( byte buff, uint offset ) : System

Create a new TypeOffset object.

메소드 상세

ToString() 공개 메소드

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

TypeOffset() 공개 메소드

Create a new TypeOffset object.
public TypeOffset ( byte buff, uint offset ) : System
buff byte PE binary as byte array.
offset uint Offset of the TypeOffset in the array.
리턴 System