IsPlugIn

Description

This required public method is invoked by Diagnostics Framework when you register the plug-in. It verifies that the class is part of a diagnostic plug-in. If it is not present, the system will not register the plug-in.

IsPlugIn should be:

  • at the end of the Diagnostic Application Class.

  • an empty method.

Example

method IsPlugIn
end-method