IPlugIn Methods

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Execute This method is used to execute the plug-in during the build process
Initialize This method is used to initialize the plug-in at the start of the build process

See Also