Click or drag to resize

imbStopwatch Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the imbStopwatch class.

Namespace:  imbACE.Core.core.diagnostic
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public imbStopwatch(
	string _message = "",
	bool _autorun = true
)
Request Example View Source

Parameters

_message (Optional)
Type: SystemString
The optional message that may be used externaly
_autorun (Optional)
Type: SystemBoolean
if set to true [autorun].
See Also