Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MemoryConfigurationProvider Class
Definition
- Namespace:
- Microsoft.Extensions.Configuration.Memory
- Assembly:
- Microsoft.Extensions.Configuration.dll
- Package:
- Microsoft.Extensions.Configuration v11.0.0-preview.5.26302.115
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
Remarks
For more information and examples, see Memory configuration provider.
Constructors
| Name | Description |
|---|---|
| MemoryConfigurationProvider(MemoryConfigurationSource) |
Initialize a new instance from the source. |
Properties
| Name | Description |
|---|---|
| Data |
Gets or sets the configuration key-value pairs for this provider. (Inherited from ConfigurationProvider) |
Methods
| Name | Description |
|---|---|
| Add(String, String) |
Adds a new key-value pair. |
| GetChildKeys(IEnumerable<String>, String) |
Returns the list of keys that this provider has. (Inherited from ConfigurationProvider) |
| GetEnumerator() |
Returns an enumerator that iterates through the collection. |
| GetReloadToken() |
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) |
| OnReload() |
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) |
| ToString() |
Generates a string representing this provider name and relevant details. (Inherited from ConfigurationProvider) |
| TryGet(String, String) |
Attempts to find a value with the given key. (Inherited from ConfigurationProvider) |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the collection. |
Extension Methods
Applies to
Feedback
Was this page helpful?
