Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / HotSpots Class


HotSpots Class Methods

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

Public Methods
 NameDescription
Public MethodAdds 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 MethodSends and applies the current hotspot map contents to the host session.  
Public MethodRemoves all items from the hotspots map, resulting in an empty map.  
Public MethodLoads the hotspots file as the current hotspots definitions.  
Public MethodGets a value indicating whether there is a hotspot with the specified text in the current hotspot map.  
Public Method (Inherited from object)
Public MethodServes as the default hash function. (Inherited from object)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodRemoves a hotspot with the specified characteristics from the currrent hotspot map.  
Public MethodRemoves all hotspots with the specified text from the currrent hotspot map.  
Public MethodSaves 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 MethodSaves current hotspots map contents to a file.  
Public MethodReturns a string that represents the current object. (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Top
See Also