C# Class CSPspEmu.Hle.Managers.HleRegistryKeyNode

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Id RegKeyHandle
Name string
Type RegKeyTypes

Protected Properties

Property Type Description
_Value object

Public Methods

Method Description
Write ( void Buffer, uint Size ) : void

Method Details

Write() public method

public Write ( void Buffer, uint Size ) : void
Buffer void
Size uint
return void

Property Details

Id public property

public RegKeyHandle Id
return RegKeyHandle

Name public property

public string Name
return string

Type public property

public RegKeyTypes Type
return RegKeyTypes

_Value protected property

protected object _Value
return object