C# 클래스 Microsoft.HockeyApp.Extensibility.Implementation.PEImageReader.DirectoryEntry

Represents a single PE directory entry.
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 프로퍼티들

프로퍼티 타입 설명
RelativeVirtualAddress int
Size int

프로퍼티 상세

RelativeVirtualAddress 공개적으로 프로퍼티

The relative virtual address for the entry.
public int RelativeVirtualAddress
리턴 int

Size 공개적으로 프로퍼티

The size of the entry.
public int Size
리턴 int