Skip to content

ValueKey Class

Jared Atkinson edited this page Nov 5, 2015 · 5 revisions

Syntax

public class ValueKey : Cell
{
    // Properties
    public readonly string HivePath;
    public readonly string Key;
    public readonly uint DataLength;
    public readonly VALUE_KEY_DATA_TYPES DataType;
    public readonly string Name;

    // Static Methods
    public static ValueKey Get(string path, string key, string val)
    public static ValueKey[] GetInstances(string path, string key)

    // Instance Methods
    public byte[] GetData()
}

Properties

HivePath - 
Key - 
DataLength - 
DataType - 
Name - 

Methods

Name Description
Get(string, string, string)
GetInstances(string, string)
GetData()

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally