• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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.Collections.Generic.IEnumerable<IModule>
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.