Esempio n. 1
0
        /// <summary>
        ///	Build a string representation of the registry key.
        ///	Conatins the fully qualified key name, and the Hex
        ///	representation of the registry key handle.
        /// </summary>
        public override string ToString()
        {
            AssertKeyStillValid();

            return(RegistryApi.ToString(this));
        }
Esempio n. 2
0
 /// <summary>
 ///	Build a string representation of the registry key.
 ///	Conatins the fully qualified key name, and the Hex
 ///	representation of the registry key handle.
 /// </summary>
 public override string ToString()
 {
     return(RegistryApi.ToString(this));
 }