Class RegistryScope
Disposable wrapper for a registry key object.
Implements
Inherited Members
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()