Creates a new instance of a plugin loader class.
| C# | Visual Basic | Visual C++ |
protected PluginLoaderBase( string name, string description )
Protected Sub New ( _ name As String, _ description As String _ )
protected: PluginLoaderBase( String^ name, String^ description )
- name (String)
- The descriptive name of the plugin
- description (String)
- A brief description of the plugin.
The RequestedLoadOrder defaults to 1000.