logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RegistryScope

    Disposable wrapper for a registry key object.

    Inheritance
    object
    RegistryScope
    Implements
    IDisposable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.SystemConfiguration.Domain.Entities
    Assembly: Serenity.SystemConfiguration.Domain.dll
    Syntax
    public sealed class RegistryScope : IDisposable
    Remarks

    This class uses reflection to call Dispose on the underlying registry key object.

    Constructors

    RegistryScope(object)

    Declaration
    public RegistryScope(object target)
    Parameters
    Type Name Description
    object target

    Fields

    Target

    Declaration
    public readonly object Target
    Field Value
    Type Description
    object

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable
    In this article
    © 2026 Serenity. All Rights Reserved