C# Class VitaReg.Registry.Value

Afficher le fichier Open project: Xeeynamo/VitaReg

Méthodes publiques

Свойство Type Description
ValueData byte[]
ValueInteger int
ValueRegistry int
ValueString string

Méthodes publiques

Méthode Description
Value ( BinaryReader reader, Entry parent, int index ) : System

Method Details

Value() public méthode

public Value ( BinaryReader reader, Entry parent, int index ) : System
reader System.IO.BinaryReader
parent Entry
index int
Résultat System

Property Details

ValueData public_oe property

public byte[] ValueData
Résultat byte[]

ValueInteger public_oe property

public int ValueInteger
Résultat int

ValueRegistry public_oe property

public int ValueRegistry
Résultat int

ValueString public_oe property

public string ValueString
Résultat string