Show / Hide Table of Contents

Class RegistryExtensions

Inheritance
object
RegistryExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public static class RegistryExtensions

Methods

GetRegistryRowAsync(Enum, string, CancellationToken)

Declaration
public static Task<RegistryRow> GetRegistryRowAsync(this Enum regId, string defaultValue = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Enum regId
string defaultValue
CancellationToken cancellationToken
Returns
Type Description
Task<RegistryRow>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top