C# 클래스 CSPspEmu.Hle.Formats.Elf.ProgramHeader

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Alignment uint
FileSize uint
Flags FlagsSet
MemorySize uint
Offset uint
PsysicalAddress uint
Type TypeEnum
VirtualAddress uint

프로퍼티 상세

Alignment 공개적으로 프로퍼티

Alignment (p_align)
public uint Alignment
리턴 uint

FileSize 공개적으로 프로퍼티

Segment image size in file (p_filesz)
public uint FileSize
리턴 uint

Flags 공개적으로 프로퍼티

Flags Bits (p_flags)
public FlagsSet Flags
리턴 FlagsSet

MemorySize 공개적으로 프로퍼티

Segment image size in memory (p_memsz)
public uint MemorySize
리턴 uint

Offset 공개적으로 프로퍼티

Offset for segment's first byte in file (p_offset)
public uint Offset
리턴 uint

PsysicalAddress 공개적으로 프로퍼티

Physical address for segment (p_paddr)
public uint PsysicalAddress
리턴 uint

Type 공개적으로 프로퍼티

Type of segment (p_type)
public TypeEnum Type
리턴 TypeEnum

VirtualAddress 공개적으로 프로퍼티

Virtual address for segment (p_vaddr)
public uint VirtualAddress
리턴 uint