C# Класс CSPspEmu.Hle.Modules.modulemgr.ModuleMgrForUser

Наследование: HleModuleHost
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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