The CachedConfiguration type exposes the following members.

Constructors

  NameDescription
Protected methodCachedConfiguration
Initializes a new instance of the CachedConfiguration class

Methods

  NameDescription
Public methodDispose
Releases all resources used by the CachedConfiguration
(Overrides ConfigurationBase..::..Dispose()()()().)
Public methodEnsureInitialize
This method is here purely to make sure that we don't make a double call to the Initialize method while initializing configuration.
(Inherited from ConfigurationBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCachedValue<(Of <<'(T>)>>)(String)
Protected methodGetCachedValue<(Of <<'(T>)>>)(String, T)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue<(Of <<'(T>)>>)(String) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, Action) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, T) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, Action, Func<(Of <<'(T, Boolean>)>>)) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, String, Action) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, String, T) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, T, Func<(Of <<'(T, Boolean>)>>)) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, String, Action, Func<(Of <<'(T, Boolean>)>>)) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, String, T, Func<(Of <<'(T, Boolean>)>>)) (Inherited from ConfigurationBase.)
Public methodInitialize (Inherited from ConfigurationBase.)
Public methodLoadDefaults (Inherited from ConfigurationBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetDefaults (Inherited from ConfigurationBase.)
Protected methodSetValue<(Of <<'(T>)>>)(String, T) (Inherited from ConfigurationBase.)
Protected methodSetValue<(Of <<'(T>)>>)(String, String, T) (Overrides ConfigurationBase..::..SetValue<(Of <<'(T>)>>)(String, String, T).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpgrade (Inherited from ConfigurationBase.)
Protected methodUpgradeFile<(Of <<'(T>)>>)
Attempts to update configuration from a configuration file. The version of CodeSmith must be older than CodeSmith 5.1.
(Inherited from ConfigurationBase.)

Properties

  NameDescription
Public propertyConfigurationVersion (Inherited from ConfigurationBase.)
Protected propertyNamePrefix (Inherited from ConfigurationBase.)

See Also