Class RegistryUtil
  
  
  
  
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public class RegistryUtil
   
  Methods
  
  
  
  
  GetRegistryStringValue(String, String, String, RegistryView)
  
  
  Declaration
  
    public static string GetRegistryStringValue(string subKey, string valueName, string defaultValue, RegistryView view)
   
  Parameters
  
  Returns
  
  
  
  
  GetRegistryUInt32Value(String, String, UInt32, RegistryView)
  
  
  Declaration
  
    public static uint GetRegistryUInt32Value(string subKey, string valueName, uint defaultValue, RegistryView view)
   
  Parameters
  
  Returns
  
  Extension Methods