RegistryState Constructor (String, String)

3/29/2010

Initializes a new instance of the RegistryState class, using the key name, the names of its values.

Namespace: Microsoft.WindowsMobile.Status
Assembly: Microsoft.WindowsMobile.Status (in microsoft.windowsmobile.status.dll)

Syntax

public RegistryState (
    string key,
    string valueName
)
'Declaration
Public Sub New ( _
    key As String, _
    valueName As String _
)

Parameters

  • key
    The string value of the registry key.
  • valueName
    The string name of the value.

See Also

Reference

RegistryState Class
RegistryState Members
Microsoft.WindowsMobile.Status Namespace