C# Class VitaReg.Registry.Value

Exibir arquivo Open project: Xeeynamo/VitaReg

Public Properties

Property Type Description
ValueData byte[]
ValueInteger int
ValueRegistry int
ValueString string

Public Methods

Method Description
Value ( BinaryReader reader, Entry parent, int index ) : System

Method Details

Value() public method

public Value ( BinaryReader reader, Entry parent, int index ) : System
reader System.IO.BinaryReader
parent Entry
index int
return System

Property Details

ValueData public_oe property

public byte[] ValueData
return byte[]

ValueInteger public_oe property

public int ValueInteger
return int

ValueRegistry public_oe property

public int ValueRegistry
return int

ValueString public_oe property

public string ValueString
return string