| 
    CodePorting.Translator Cs2Cpp
    
   CodePorting.Translator.Cs2Cpp.Framework 
   | 
 
Windows system registry API. This is a static type with no instance services. You should never create instances of it by any means. More...
#include <registry.h>
Static Public Member Functions | |
| static System::SharedPtr< System::Object > | GetValue (const System::String &keyName, const System::String &valueName, const System::SharedPtr< System::Object > &defaultValue) | 
| Gets value of specified key. Not implemented.  More... | |
| static void | SetValue (const System::String &keyName, const System::String &valueName, const System::SharedPtr< System::Object > &value) | 
| Sets value of specified key. Not implemented.  More... | |
| static void | SetValue (const System::String &keyName, const System::String &valueName, const System::SharedPtr< System::Object > &value, RegistryValueKind valueKind) | 
| Sets value of specified key. Not implemented.  More... | |
Static Public Attributes | |
| static const System::SharedPtr< RegistryKey > | ClassesRoot | 
| HKEY_CLASSES_ROOT key.  More... | |
| static const System::SharedPtr< RegistryKey > | CurrentConfig | 
| HKEY_CURRENT_CONFIG key.  More... | |
| static const System::SharedPtr< RegistryKey > | CurrentUser | 
| HKEY_CURRENT_USER key.  More... | |
| static const System::SharedPtr< RegistryKey > | DynData | 
| HKEY_DYN_DATA key.  More... | |
| static const System::SharedPtr< RegistryKey > | LocalMachine | 
| HKEY_LOCAL_MACHINE key.  More... | |
| static const System::SharedPtr< RegistryKey > | PerformanceData | 
| HKEY_PERFORMANCE_DATA key.  More... | |
| static const System::SharedPtr< RegistryKey > | Users | 
| HKEY_USERS key.  More... | |
Windows system registry API. This is a static type with no instance services. You should never create instances of it by any means.
      
  | 
  static | 
Gets value of specified key. Not implemented.
| keyName | The full registry path of the key. | 
| valueName | Represents the key of the name/value pair. | 
| defaultValue | Values used when valueName does not exist. | 
| Always | throws System::NotSupportedException. | 
      
  | 
  static | 
Sets value of specified key. Not implemented.
| keyName | The full registry path of the key. | 
| valueName | Represents the key of the name/value pair. | 
| value | The value to set. | 
| Always | throws System::NotSupportedException. | 
      
  | 
  static | 
Sets value of specified key. Not implemented.
| keyName | The full registry path of the key. | 
| valueName | Represents the key of the name/value pair. | 
| value | The value to set. | 
| valueKind | The registry data type. | 
| Always | throws System::NotSupportedException. | 
      
  | 
  static | 
HKEY_CLASSES_ROOT key.
      
  | 
  static | 
HKEY_CURRENT_CONFIG key.
      
  | 
  static | 
HKEY_CURRENT_USER key.
      
  | 
  static | 
HKEY_DYN_DATA key.
      
  | 
  static | 
HKEY_LOCAL_MACHINE key.
      
  | 
  static | 
HKEY_PERFORMANCE_DATA key.
      
  | 
  static | 
HKEY_USERS key.