Skip to content

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;
end

Members

Properties

Public properties

TypeNameMethods
IExMFGSConfigIniIni
Gets methods and properties related to working with an Ini configuration file
get
IExMFGSConfigLicensingLicensing
Gets methods and properties related to Licensing settings in the MFGStream Configuration
get
stringVersion
Gets 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