| ComponentSpace Registry Toolkit Class Library Reference |
|
RegistrySearcher Constructor
Initializes a new instance of the RegistrySearcher class with the specified start key and search regular expression.
[Visual Basic]
Public Sub New( _
ByVal
startKeyName As
String, _
ByVal
searchRegularExpression As
String _
)
[C#]
public RegistrySearcher(
string startKeyName,
string searchRegularExpression);
Parameters
-
startKeyName
- The name of the key from where the search should commence.
-
searchRegularExpression
- The regular expression on which to match.
See Also
RegistrySearcher Class | ComponentSpace.RegistryToolkit Namespace