Table of Contents

Property ServiceProvider

Namespace
DisCatSharp.ApplicationCommands
Assembly
DisCatSharp.ApplicationCommands.dll

ServiceProvider

Sets the service provider.

Objects in this provider are used when instantiating application command modules.

This allows passing data around without resorting to static members.

Defaults to null.

public IServiceProvider ServiceProvider { set; }

Property Value

IServiceProvider