Show / Hide Table of Contents

Class RegistryUtil

Inheritance
Object
RegistryUtil
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal
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
Type Name Description
String subKey
String valueName
String defaultValue
RegistryView view
Returns
Type Description
String

GetRegistryUInt32Value(String, String, UInt32, RegistryView)

Declaration
public static uint GetRegistryUInt32Value(string subKey, string valueName, uint defaultValue, RegistryView view)
Parameters
Type Name Description
String subKey
String valueName
UInt32 defaultValue
RegistryView view
Returns
Type Description
UInt32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX