C# Class NSoft.NFramework.WindowsSystem.Registry64.KeyValueInfo

Show file Open project: debop/NFramework

Public Properties

Property Type Description
Length uint
Name string
Type uint

Public Methods

Method Description
KeyValueInfo ( uint type, uint length, string name ) : System

Method Details

KeyValueInfo() public method

public KeyValueInfo ( uint type, uint length, string name ) : System
type uint
length uint
name string
return System

Property Details

Length public property

public uint Length
return uint

Name public property

public string Name
return string

Type public property

public uint Type
return uint