C# Class CSPspEmu.Hle.Modules.modulemgr.ModuleMgrForUser

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Modules HleUidPool

Public Methods

Method Description
sceKernelLoadModuleWithStream ( Func GetStreamAction, string Path, uint Flags, SceKernelLMOption SceKernelLMOption ) : int

Private Methods

Method Description
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

Method Details

sceKernelLoadModuleWithStream() public method

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

Property Details

Modules public property

public HleUidPool Modules
return HleUidPool