Click or drag to resize
HostedAddInBase Class
Base class for a PowerPac type add-in.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioHostedAddInBase

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public abstract class HostedAddInBase

The HostedAddInBase type exposes the following members.

Constructors
  NameDescription
Public methodHostedAddInBase
Initializes a new HostedAddInBase.
Top
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
Events
  NameDescription
Public eventStatic memberInternalDeactivated
ABB internal use
Top
Version Information

Supported in: 1.0.0.0
See Also