See Also

ITLogLib Class  | ITLogLib Members

Language

Visual Basic

C#

JScript

Show All

KeyName
name of the registry key (may include subkeys, separated by '\')
ValueName
name of the registry value ("" to read the default value of the key)
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

GetRegistrySettingLocalMachine Method

Helper method - Reads Windows registry string data from HKEY_LOCAL_MACHINE.

[Visual Basic]
Public Shared Function GetRegistrySettingLocalMachine( _    ByVal KeyName As String, _    ByVal ValueName As String _ ) As String
[C#]
public static string GetRegistrySettingLocalMachine(    string KeyName,    string ValueName );
[JScript]
public static function GetRegistrySettingLocalMachine(    KeyName : String,    ValueName : String ) : String;

Parameters

KeyName
name of the registry key (may include subkeys, separated by '\')
ValueName
name of the registry value ("" to read the default value of the key)

Remarks

This helper method reads Windows registry data from HKEY_LOCAL_MACHINE.

 

Return value:

See Also

ITLogLib Class  | ITLogLib Members

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.