Click or drag to resize
RsIrc5ControllerCollection Class
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsRsIrc5ControllerCollection

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class RsIrc5ControllerCollection : ICollection, 
	IEnumerable, IEnumerable<RsIrc5Controller>

The RsIrc5ControllerCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Public methodContains
Public methodCopyTo(Array, Int32)
Public methodCopyTo(RsIrc5Controller, Int32)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveAsync
Removes the virtual controller from the station. If the controller is running, it will be stopped as a result.
Public methodToArray
Public methodToString (Inherited from Object.)
Public methodTryGetIrc5Controller
Gets the controller with the specified name.
Top
Version Information

Supported in: 1.0.0.0
See Also