Table of Contents

Method GetPlugin

Namespace
Anvil.Plugins
Assembly
NWN.Anvil.dll

GetPlugin(string)

Gets the plugin from the specified name.

public Plugin? GetPlugin(string pluginName)

Parameters

pluginName string

Returns

Plugin

The associated plugin, otherwise null.

GetPlugin(Assembly)

Locates the plugin associated with the specified assembly.

public Plugin? GetPlugin(Assembly assembly)

Parameters

assembly Assembly

The assembly to search.

Returns

Plugin

The associated plugin, otherwise null.