Class ModuleInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the module information.
public class ModuleInfo
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ModuleInfo()
public ModuleInfo()
Methods
GetAllModules()
Gets or sets the modules.
public static Dictionary<string module> GetAllModules()
Returns
Dictionarystring, Module>
The modules.
LoadAllModuleFiles(string)
Loads the al module files.
public static void LoadAllModuleFiles(string strModuleDir)
Parameters
strModuleDir string
The STR module dir.