NetXP 3.0 Reference

Settings.Read Method (Object, String)

Read from the registry using the specified key

[Visual Basic]
Overloads Public Shared Sub Read( _
   ByVal settings As Object, _
   ByVal key As String _
)
[C#]
public static void Read(
   object settings,
   string key
);

Parameters

settings
Settings to read.
key
A string giving the registry key path relative to HKCU

See Also

Settings Class | NETXP.Library Namespace | Settings.Read Overload List