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

ELF Section Header
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Address uint
AddressAlign uint
EntitySize uint
Flags FlagsSet
Info uint
Link uint
Name uint
Offset uint
Size int
Type TypeEnum

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Address 공개적으로 프로퍼티

Memory address where it should be stored.
public uint Address
리턴 uint

AddressAlign 공개적으로 프로퍼티

?
public uint AddressAlign
리턴 uint

EntitySize 공개적으로 프로퍼티

?
public uint EntitySize
리턴 uint

Flags 공개적으로 프로퍼티

Flags associated to this section header.
public FlagsSet Flags
리턴 FlagsSet

Info 공개적으로 프로퍼티

?
public uint Info
리턴 uint

Link 공개적으로 프로퍼티

?
public uint Link
리턴 uint

Name 공개적으로 프로퍼티

Position relative to .shstrtab of a stringz with the name.
public uint Name
리턴 uint

Offset 공개적으로 프로퍼티

File position where is the data related to this section header.
public uint Offset
리턴 uint

Size 공개적으로 프로퍼티

Size of the section header.
public int Size
리턴 int

Type 공개적으로 프로퍼티

Type of this section header.
public TypeEnum Type
리턴 TypeEnum