Click or drag to resize
HostedAddInBase Methods

The HostedAddInBase type exposes the following members.

Methods
  NameDescription
Public methodCanActivate
Called by RobotStudio user interface code, to let you tell the user if your PowerPac can be activated or not.
Public methodCanDeactivate
Called by RobotStudio user interface code, to let you tell the user if your PowerPac can be deactivated or not.
Public methodDeactivate
Deactivates the PowerPac and updates RobotStudios internal state about which PowerPac is active. This method is typically called by RobotStudio, but might also be called by the PowerPac.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInternalActivate
ABB internal use
Public methodInternalDeactivate
ABB internal use
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnActivate
Called when the user has told RobotStudio to activate your PowerPac.
Public methodOnDeactivate
Called when the user has told RobotStudio to deactivate your PowerPac.
Public methodOnLoad
Called when the PowerPac DLL is first loaded into memory by RobotStudio.
Public methodToString (Inherited from Object.)
Top
See Also