C# 클래스 Win32.IMAGE_RELOCATION

파일 보기 프로젝트 열기: ufasoft/coin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SymbolTableIndex DWORD
Type RelType
VirtualAddress DWORD

공개 메소드들

메소드 설명
LoadFrom ( BinaryReader r ) : IMAGE_RELOCATION

메소드 상세

LoadFrom() 공개 정적인 메소드

public static LoadFrom ( BinaryReader r ) : IMAGE_RELOCATION
r System.IO.BinaryReader
리턴 IMAGE_RELOCATION

프로퍼티 상세

SymbolTableIndex 공개적으로 프로퍼티

public DWORD SymbolTableIndex
리턴 DWORD

Type 공개적으로 프로퍼티

public RelType Type
리턴 RelType

VirtualAddress 공개적으로 프로퍼티

public DWORD VirtualAddress
리턴 DWORD