adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / RegistryUtility Class / KeyExists Method


In This Topic
    KeyExists Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KeyExists( _
       ByVal root As RegistryKey, _
       ByVal keyName As String _
    ) As Boolean
    public static bool KeyExists( 
       RegistryKey root,
       string keyName
    )
    public:
    static bool KeyExists( 
       RegistryKey^ root,
       String^ keyName
    ) 

    Parameters

    root
    keyName
    See Also