Click or drag to resize
PluginsGetPluginNames Method
Return an array with currently loaded plugins.

Namespace:  GeonBit.Managers
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string[] GetPluginNames()

Return Value

Type: String
Array of string with loaded plugin names.
See Also