HotSpot Constructor

Definition

Initializes a new instance of the HotSpot class.

protected:
 HotSpot();
protected HotSpot ();
Protected Sub New ()

Remarks

This constructor is called by derived class constructors to initialize state in this type. The HotSpot class is abstract and therefore cannot be instantiated directly.

Applies to

See also