# Class LoadConfigFile Namespace: [Aeon.Acquisition](Aeon.Acquisition.md) Assembly: Aeon.Acquisition.dll ```csharp public class LoadConfigFile : Source> ``` #### Inheritance [object](https://learn.microsoft.com/dotnet/api/system.object) ← Source\> ← [LoadConfigFile](Aeon.Acquisition.LoadConfigFile.md) #### Inherited Members Source\>.Generate\(\), [object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring), [object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)), [object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)), [object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone\(\)](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) ## Properties ### FileName ```csharp [FileNameFilter("Config file (*.config)|*.config|YAML file (*.yaml;*.yml)|*.yaml;*.yml|JSON file (*.json)|*.json|All Files|*.*")] public string FileName { get; set; } ``` #### Property Value [string](https://learn.microsoft.com/dotnet/api/system.string) ## Methods ### Generate\(\) Generates an observable sequence of data elements. ```csharp public override IObservable> Generate() ``` #### Returns [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[Dictionary](https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary\-2)<[string](https://learn.microsoft.com/dotnet/api/system.string), [string](https://learn.microsoft.com/dotnet/api/system.string)\>\> An observable sequence of data elements of type .