C# 클래스 CSPspEmu.Hle.Formats.ElfPsp.ModuleImport

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

공개 프로퍼티들

프로퍼티 타입 설명
CallAddress uint
EntrySize byte
Flags ushort
FunctionCount ushort
Name uint
NidAddress uint
VariableCount byte
Version ushort

프로퍼티 상세

CallAddress 공개적으로 프로퍼티

Address to the function table. (Write 16 bits. jump/syscall)
public uint CallAddress
리턴 uint

EntrySize 공개적으로 프로퍼티

?
public byte EntrySize
리턴 byte

Flags 공개적으로 프로퍼티

Flags for the module.
public ushort Flags
리턴 ushort

FunctionCount 공개적으로 프로퍼티

Number of imported functions.
public ushort FunctionCount
리턴 ushort

Name 공개적으로 프로퍼티

Address to a stringz with the module.
public uint Name
리턴 uint

NidAddress 공개적으로 프로퍼티

Address to the nid pointer. (Read)
public uint NidAddress
리턴 uint

VariableCount 공개적으로 프로퍼티

Number of imported variables.
public byte VariableCount
리턴 byte

Version 공개적으로 프로퍼티

Version of the module?
public ushort Version
리턴 ushort