DebuggingControl
-
class
HPS.DebuggingControl: HPS.Control The HPS.DebuggingControl class is a smart pointer that is tied to a database object. Using this control, you are able to set and show the resource monitor. This control is only accessible from a HPS.WindowKey. This table lists default values for the various segment attributes accessible from HPS.DebuggingControl.
Public Functions
-
DebuggingControl(HPS.DebuggingControl in_that) Initializes a control tied to the same object as in_that.
-
DebuggingControl(HPS.WindowKey in_window) Initializes a control tied to the window segment in_window.
-
override void
Dispose()
-
override HPS.Type
ObjectType() This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
Return: The declared type of the object in question, which may differ from the true, underlying type.
-
HPS.DebuggingControl
SetResourceMonitor(bool in_display) Controls whether a small window will be drawn displaying a number of statistics about the last update.
See also
Resource monitor default value.
Param in_display: Whether a small window will be drawn displaying a number of statistics about the last update. Return: A reference to this object.
-
bool
ShowResourceMonitor(out bool out_display) Shows the resource monitor setting.
Param out_display: Whether a small window will be drawn displaying a number of statistics about the last update. Return: true if the setting is valid, false otherwise.
-
HPS.DebuggingControl
UnsetEverything() Removes all settings from this object. If the control is attached to a WindowKey this function restores the default settings of this control as specified by DebuggingKit.GetDefault().
Return: A reference to this object.
-
HPS.DebuggingControl
UnsetResourceMonitor() Unsets the Resource Monitor setting for this control. If the control is attached to a WindowKey this function restores the default setting as specified by DebuggingKit.GetDefault().
Return: A reference to this object.
-