Interface IModuleEnumerator
Enumerates all modules installed in the folder.
Namespace: Snowflake.Loader
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IModuleEnumerator
Properties
Modules
Gets all the modules installed in the folder.
Declaration
IEnumerable<IModule> Modules { get; }
Property Value
Type | Description |
---|---|
System. |