Method IsPluginAssembly
IsPluginAssembly(Assembly)
Gets if the specified assembly is the primary assembly for a plugin.
public bool IsPluginAssembly(Assembly assembly)
Parameters
assemblyAssemblyThe assembly to query.
Returns
- bool
True if the assembly is a plugin, otherwise false.