C# Class CSPspEmu.Hle.Managers.HleRegistryCategoryNode

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

Public Methods

Method Description
AddKey ( string Name, object Value ) : void
Dispose ( ) : void
Flush ( ) : void
GetKeyByName ( string Name ) : HleRegistryKeyNode
GetKeyNodeById ( RegKeyHandle Id ) : HleRegistryKeyNode
HleRegistryCategoryNode ( HleConfig HleConfig, HleRegistryNode HleRegistryNode, string Name ) : System

Method Details

AddKey() public method

public AddKey ( string Name, object Value ) : void
Name string
Value object
return void

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

GetKeyByName() public method

public GetKeyByName ( string Name ) : HleRegistryKeyNode
Name string
return HleRegistryKeyNode

GetKeyNodeById() public method

public GetKeyNodeById ( RegKeyHandle Id ) : HleRegistryKeyNode
Id RegKeyHandle
return HleRegistryKeyNode

HleRegistryCategoryNode() public method

public HleRegistryCategoryNode ( HleConfig HleConfig, HleRegistryNode HleRegistryNode, string Name ) : System
HleConfig HleConfig
HleRegistryNode HleRegistryNode
Name string
return System