ArcGIS Pro 2.9 API Reference Guide
ModuleSettingsReader Class
Members 

ArcGIS.Desktop.Framework.Contracts Namespace : ModuleSettingsReader Class
Provides a mechanism for reading settings written to a project.
Syntax
public class ModuleSettingsReader 
Public Class ModuleSettingsReader 
Remarks
When a project loads, each loaded Module is given a chance to read any custom settings it may have written to the project (see Module.OnReadSettingsAsync). When a module loads for the first time and a project has already been opened, the module is also afforded the same opportunity.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Framework.Contracts.ModuleSettingsReader

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ModuleSettingsReader Members
ArcGIS.Desktop.Framework.Contracts Namespace
ModuleSettingsWriter Class
OnReadSettingsAsync Method