Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AsmResolver
ImageDebugDirectory
C# 클래스 AsmResolver.ImageDebugDirectory
Represents the debug data directory in a windows assembly image.
상속:
FileSegment
파일 보기
프로젝트 열기: JerreS/AsmResolver
1 사용 예제들
공개 메소드들
메소드
설명
FromReadingContext
(
ReadingContext
context
) :
ImageDebugDirectory
GetPhysicalLength
( ) :
uint
Write
(
WritingContext
context
) :
void
메소드 상세
FromReadingContext()
공개
정적인
메소드
public
static
FromReadingContext
(
ReadingContext
context
) :
ImageDebugDirectory
context
ReadingContext
리턴
ImageDebugDirectory
GetPhysicalLength()
공개
메소드
public
GetPhysicalLength
( ) :
uint
리턴
uint
Write()
공개
메소드
public
Write
(
WritingContext
context
) :
void
context
WritingContext
리턴
void