Class MemoryConfiguration
Implements configuration that can not be persisted/loaded anywhere - just stored in memory
Implements
System.ICloneable
Inherited Members
Configuration.RunMacro(IConfigSectionNode, String, String, IConfigSectionNode, IMacroRunner, Object)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Conf
Assembly: Azos.dll
Syntax
[Serializable]
public sealed class MemoryConfiguration : Configuration, ICloneable
Properties
IsReadOnly
Declaration
public override bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Implements
System.ICloneable