C# 클래스 CSPspEmu.Hle.Modules.modulemgr.ModuleMgrForUser.SceKernelModuleInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
attribute ElfPsp.ModuleInfo.AtributesEnum
bss_size uint
data_size uint
entry_addr uint
gp_value uint
nsegment byte
size int
text_addr uint
text_size uint

프로퍼티 상세

attribute 공개적으로 프로퍼티

public ElfPsp.ModuleInfo.AtributesEnum attribute
리턴 ElfPsp.ModuleInfo.AtributesEnum

bss_size 공개적으로 프로퍼티

public uint bss_size
리턴 uint

data_size 공개적으로 프로퍼티

public uint data_size
리턴 uint

entry_addr 공개적으로 프로퍼티

public uint entry_addr
리턴 uint

gp_value 공개적으로 프로퍼티

public uint gp_value
리턴 uint

nsegment 공개적으로 프로퍼티

public byte nsegment
리턴 byte

size 공개적으로 프로퍼티

public int size
리턴 int

text_addr 공개적으로 프로퍼티

public uint text_addr
리턴 uint

text_size 공개적으로 프로퍼티

public uint text_size
리턴 uint