Method | Description | |
---|---|---|
OnLoadPlugIn ( ) : int |
Called after the plug-in is loaded and the constructor has been run. This is a good place to perform any significant initialization, license checking, and so on. This function must return 1 for the plug-in to continue to load.
|
|
OnUnloadPlugIn ( ) : void |
Called when the plug-in is about to be unloaded. After this function is called, the plug-in will be disposed.
|
|
PlugInID ( ) : System.Guid |
The id for this plug-in.
|
|
PlugInName ( ) : string |
Plug-In name as displayed in the plug-in manager dialog
|
|
PlugInVersion ( ) : string |
Version information for this plug-in
|