Table of Contents

Interface IPluginManager

Namespace
CounterStrikeSharp.API.Core.Plugin.Host
Assembly
CounterStrikeSharp.API.dll
public interface IPluginManager

Methods

GetLoadedPlugins()

IEnumerable<PluginContext> GetLoadedPlugins()

Returns

IEnumerable<PluginContext>

Load()

void Load()

LoadPlugin(string)

void LoadPlugin(string path)

Parameters

path string