Table of Contents

Class ProfileIniFile

Namespace
Amazon.Runtime.Internal.Util
Assembly
AWSSDK.Core.dll

Subclass of IniFile that allows INI sections to be read with the profile keyword in front of the section name.

public class ProfileIniFile : IniFile
Inheritance
ProfileIniFile
Inherited Members

Constructors

ProfileIniFile(string, bool)

public ProfileIniFile(string filePath, bool profileMarkerRequired)

Parameters

filePath string
profileMarkerRequired bool

Properties

ProfileMarkerRequired

public bool ProfileMarkerRequired { get; set; }

Property Value

bool

Methods

ListSectionNames()

public override HashSet<string> ListSectionNames()

Returns

HashSet<string>

TryGetSection(string, out Dictionary<string, string>)

public override bool TryGetSection(string sectionName, out Dictionary<string, string> properties)

Parameters

sectionName string
properties Dictionary<string, string>

Returns

bool