Click or drag to resize

IProdScrLaunchServicesRegisterApp Method

Registers application in Taf. A static application should be "blocked" if it or its dependencies are started from Production Screen.

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
bool RegisterApp(
	Object ctrl,
	string assembly,
	string type,
	out Object cookie
)

Parameters

ctrl
Type: SystemObject
Parent control.
assembly
Type: SystemString
Assembly name.
type
Type: SystemString
Type name.
cookie
Type: SystemObject
Object used to identify the application when unregistering.

Return Value

Type: Boolean
True if Ok, false otherwise.
See Also