Table of Contents

Method IsPluginAssembly

Namespace
Anvil.Plugins
Assembly
NWN.Anvil.dll

IsPluginAssembly(Assembly)

Gets if the specified assembly is the primary assembly for a plugin.

public bool IsPluginAssembly(Assembly assembly)

Parameters

assembly Assembly

The assembly to query.

Returns

bool

True if the assembly is a plugin, otherwise false.