Admin Production rocket
Current Publication

Methods

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
HotSpots Class Methods
In This Topic

For a list of all members of this type, see HotSpots members.

Public Methods
Name Description
Public Method Adds a new hotspot to the current hotspot map. If a hotspot with the specified text already exists, subject to the existing hotspot's case sensitivity property, it is removed prior to the new hotspot being added.
Public Method Sends and applies the current hotspot map contents to the host session.
Public Method Removes all items from the hotspots map, resulting in an empty map.
Public Method Loads the hotspots file as the current hotspots definitions.
Public Method Gets a value indicating whether there is a hotspot with the specified text in the current hotspot map.
Public Method (Inherited from object)
Public Method Serves as the default hash function. (Inherited from object)
Public Method Gets the System.Type of the current instance. (Inherited from object)
Public Method Removes a hotspot with the specified characteristics from the currrent hotspot map.
Public Method Removes all hotspots with the specified text from the currrent hotspot map.
Public Method Saves changes to current hotspots map. If the current hotspots map (identified by the HotspotsMap property) resides in the installation directory and cannot be written to, the map is saved to the current user's Hotspots Maps subfolder underneath the Reflection folder, using the terminal session name as the hotspot map filename.
Public Method Saves current hotspots map contents to a file.
Public Method Returns a string that represents the current object. (Inherited from object)
Top
Protected Methods
Name Description
Protected Method Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected Method Creates a shallow copy of the current System.Object. (Inherited from object)
Top
See Also