Skip to content

NamedKey Class

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

Syntax

public class NamedKey : Cell
{
    // Properties
    public readonly string HivePath;
    public readonly DateTime WriteTime;
    public readonly uint NumberOfSubKeys;
    public readonly uint NumberOfVolatileSubKeys;
    public readonly uint NumberOfValues;
    public readonly string FullName;
    public readonly string Name;

    // Static Methods
    public static NamedKey[] GetInstances(string path, string key)
    public static NamedKey[] GetInstancesRecurse(string path)
    
    // Instance Methods
    public ValueKey[] GetValues()
    public NamedKey[] GetSubKeys()
    public SecurityDescriptor GetSecurityKey()
}

Properties

HivePath - 
WriteTime - 
NumberOfSubKeys - 
NumberOfVolatileSubKeys - 
NumberOfValues - 
FullName - 
Name - 

Methods

Name Description
GetInstances(string, string)
GetInstancesRecurse(string)
GetValues()
GetSubKeys()
GetSecurityKey()

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally