Loads the plugin and stores a reference to the service container.
Called at application startup time.
| C# | Visual Basic | Visual C++ |
void LoadPlugIn( IApplicationServices services )
Sub LoadPlugIn ( _ services As IApplicationServices _ )
void LoadPlugIn( IApplicationServices^ services )
- services (IApplicationServices)
- The service container, allows access to other serivces in the application.