The HPS::DebuggingKit class is a user space object, useful for carrying a group attribute settings. Calling HPS::DebuggingKit::GetDefault() will return a kit with values found in this table.
More...
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
HandleRef | cptr |
|
HandleRef | scptr |
|
bool | cMemOwn |
|
The HPS::DebuggingKit class is a user space object, useful for carrying a group attribute settings. Calling HPS::DebuggingKit::GetDefault() will return a kit with values found in this table.
HPS.DebuggingKit.DebuggingKit |
( |
| ) |
|
|
inline |
Initializes an empty kit.
Copies the kit in_kit into this kit.
override bool HPS.DebuggingKit.Empty |
( |
| ) |
|
|
inlinevirtual |
Indicates whether this object has any values set on it.
- Returns
- true if no values are set on this object, false otherwise.
Reimplemented from HPS.Object.
Check if the source DebuggingKit is equivalent to this object.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
Creates a DebuggingKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default.
- Returns
- A DebuggingKit with the default settings.
override HPS.Type HPS.DebuggingKit.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Copies the source DebuggingKit into this object.
- Parameters
-
in_kit | The source object to copy. |
Controls whether a small window will be drawn displaying a number of statistics about the last update.
- Parameters
-
in_display | Whether a small window will be drawn displaying a number of statistics about the last update. |
- Returns
- A reference to this object.
Copies this object into the given DebuggingKit.
- Parameters
-
out_kit | The DebuggingKit to populate with the contents of this object. |
bool HPS.DebuggingKit.ShowResourceMonitor |
( |
out bool |
out_display | ) |
|
|
inline |
Shows the resource monitor setting.
- Parameters
-
out_display | Whether a small window will be drawn displaying a number of statistics about the last update. |
- Returns
- true if the setting is valid, false otherwise.
Removes all settings from this object.
- Returns
- A reference to this object.
Removes a resource monitor setting.
- Returns
- A reference to this object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.DebuggingKit.cs