Table of Contents

Property PluginTypes

Namespace
Anvil.Plugins
Assembly
NWN.Anvil.dll

PluginTypes

If the plugin is loaded (IsLoaded), returns a list containing all recognised types in the plugin assembly.

public IReadOnlyList<Type>? PluginTypes { get; }

Property Value

IReadOnlyList<Type>