MemoryConfigurationProvider Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides configuration key-value pairs that are obtained from memory.
public ref class MemoryConfigurationProvider : Microsoft::Extensions::Configuration::ConfigurationProvider, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>>
public class MemoryConfigurationProvider : Microsoft.Extensions.Configuration.ConfigurationProvider, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
type MemoryConfigurationProvider = class
inherit ConfigurationProvider
interface seq<KeyValuePair<string, string>>
interface IEnumerable
Public Class MemoryConfigurationProvider
Inherits ConfigurationProvider
Implements IEnumerable(Of KeyValuePair(Of String, String))
- Inheritance
- Implements
For more information and examples, see Memory configuration provider.
Memory |
Initialize a new instance from the source. |
Data |
Gets or sets the configuration key-value pairs for this provider. (Inherited from ConfigurationProvider) |
Add(String, String) |
Adds a new key-value pair. |
Get |
Returns the list of keys that this provider has. (Inherited from ConfigurationProvider) |
Get |
Returns an enumerator that iterates through the collection. |
Get |
Returns a IChangeToken that can be used to listen when this provider is reloaded. (Inherited from ConfigurationProvider) |
Load() |
Loads (or reloads) the data for this provider. (Inherited from ConfigurationProvider) |
On |
Triggers the reload change token and creates a new one. (Inherited from ConfigurationProvider) |
Set(String, String) |
Sets a value for a given key. (Inherited from ConfigurationProvider) |
To |
Generates a string representing this provider name and relevant details. (Inherited from ConfigurationProvider) |
Try |
Attempts to find a value with the given key. (Inherited from ConfigurationProvider) |
IEnumerable. |
Returns an enumerator that iterates through the collection. |
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: