Table of Contents

Class ModuleProviderContext

Namespace
Shard.Server.Modules.Providers
Assembly
Shard.Server.dll

Shared context passed to module providers during module discovery.

public sealed class ModuleProviderContext
Inheritance
ModuleProviderContext
Inherited Members

Constructors

ModuleProviderContext(string)

Shared context passed to module providers during module discovery.

public ModuleProviderContext(string modsDirectory)

Parameters

modsDirectory string

Properties

ModsDirectory

Directory where external modules are located.

public string ModsDirectory { get; }

Property Value

string