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

상속: HleModuleHost
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Modules HleUidPool

공개 메소드들

메소드 설명
sceKernelLoadModuleWithStream ( Func GetStreamAction, string Path, uint Flags, SceKernelLMOption SceKernelLMOption ) : int

비공개 메소드들

메소드 설명
sceKernelGetModuleId ( CpuThreadState CpuThreadState ) : int
sceKernelGetModuleIdByAddress ( uint Address ) : int
sceKernelLoadModule ( string Path, uint Flags, SceKernelLMOption SceKernelLMOption ) : int
sceKernelLoadModuleByID ( SceUID FileId, uint Flags, SceKernelLMOption SceKernelLMOption ) : int
sceKernelQueryModuleInfo ( int ModuleId, SceKernelModuleInfo &ModuleInfo ) : int
sceKernelSelfStopUnloadModule ( int unknown, int argsize, uint argp ) : int
sceKernelStartModule ( CpuThreadState CpuThreadState, int ModuleId, int ArgumentsSize, uint ArgumentsPointer, int Status, SceKernelSMOption SceKernelSMOption ) : int
sceKernelStopModule ( int ModuleId, int ArgumentsSize, void ArgumentsPointer, int Status, void SceKernelSMOption ) : int
sceKernelStopUnloadSelfModule ( int ArgumentSize, void ArgumentPointer, int StatusPointer, void OptionsAddress ) : int
sceKernelStopUnloadSelfModuleWithStatus ( ) : uint
sceKernelUnloadModule ( int ModuleId ) : int

메소드 상세

sceKernelLoadModuleWithStream() 공개 메소드

public sceKernelLoadModuleWithStream ( Func GetStreamAction, string Path, uint Flags, SceKernelLMOption SceKernelLMOption ) : int
GetStreamAction Func
Path string
Flags uint
SceKernelLMOption SceKernelLMOption
리턴 int

프로퍼티 상세

Modules 공개적으로 프로퍼티

public HleUidPool Modules
리턴 HleUidPool