HotSpot.ToString Method

Definition

Returns the String representation of this instance of a HotSpot object.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string that represents this HotSpot object.

Remarks

The ToString method returns a string that represents the current HotSpot object. For example, if the current HotSpot is an instance of the CircleHotSpot class, calling this method returns the string "CircleHotSpot".

Applies to