C# Class CSPspEmu.Hle.Managers.HleRegistryKeyNode

Datei anzeigen 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_oe property

public RegKeyHandle Id
return RegKeyHandle

Name public_oe property

public string Name
return string

Type public_oe property

public RegKeyTypes Type
return RegKeyTypes

_Value protected_oe property

protected object _Value
return object