MFGS Config
MFGSConfig Public interface
Description
Describes methods and properties available on the static instance object MFGS.Config
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSConfig[[IExMFGSConfig]] class VGWWCoreIEx.IExMFGSConfig interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
IExMFGSConfigIni | IniGets methods and properties related to working with an Ini configuration file | get |
IExMFGSConfigLicensing | LicensingGets methods and properties related to Licensing settings in the MFGStream Configuration | get |
string | VersionGets the version of MFGStream | get |
Details
Summary
Describes methods and properties available on the static instance object MFGS.Config
Properties
Ini
public IExMFGSConfigIni Ini { get; }Summary
Gets methods and properties related to working with an Ini configuration file
Licensing
public IExMFGSConfigLicensing Licensing { get; }Summary
Gets methods and properties related to Licensing settings in the MFGStream Configuration
Version
public string Version { get; }Summary
Gets the version of MFGStream
Generated with ModularDoc