Top Method Summary
Options Name Purpose
InitializeComponent ()
OnLoad (EventArgs) Raise the Load event
ProfilerForm_TextChanged (Object, EventArgs) Event handler for the TextChanged event of the tbOutputFile and the tbDebugListingDirectory editors Notes : Re-evaluates the input validation so that the Start button reflects the validity of the entered output file and debug listing folder @param sender The reference to the object that raised the event @param e The System.EventArgs with the data for this event */
ScopedStatusChandedHandler (IStatusManager, character, character)
tbDebugListingDirectory_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the tbOutputFile
tbOutputFile_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the tbOutputFile
ToggleEnabled () Sets the Enabled state of various UI controls
ultraButton1_Click (Object, EventArgs) Event handler for the Click event of the ultraButton1
ultraButton2_Click (Object, EventArgs) Event handler for the Click event of the ultraButton2
ultraCheckEditor1_CheckedChanged (Object, EventArgs) Event handler for the CheckedChanged event of the ultraCheckEditor1
LOGICAL ValidateInput () Validates the user input (output file folder and debug listing folder) Notes : Used by ToggleEnabled to determine if profiling may be started. When an output file is given, the folder of that file must exist and be writable. When the debug listing is enabled and a folder is given, that folder must exist. An empty output file is valid (the profiler then writes into the session temp-directory). @return Logical value indicating if the entered values are valid */

Top Constructor Summary
Options Name Purpose
ProfilerForm () Constructor for the ProfilerForm class


Method Detail
Top

InitializeComponent ()


Top

OnLoad (EventArgs)

Purpose: Raise the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

ProfilerForm_TextChanged (Object, EventArgs)

Purpose: Event handler for the TextChanged event of the tbOutputFile and the
tbDebugListingDirectory editors
Notes : Re-evaluates the input validation so that the Start button reflects the
validity of the entered output file and debug listing folder

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ScopedStatusChandedHandler (IStatusManager, character, character)

Purpose:
Notes:

Parameters:
sender Consultingwerk.Framework.IStatusManager
The IStatusManager that raised this event
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope
Top

tbDebugListingDirectory_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the tbOutputFile
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

tbOutputFile_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the tbOutputFile
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

ToggleEnabled ()

Purpose: Sets the Enabled state of various UI controls
Notes:

Top

ultraButton1_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the ultraButton1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraButton2_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the ultraButton2
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraCheckEditor1_CheckedChanged (Object, EventArgs)

Purpose: Event handler for the CheckedChanged event of the ultraCheckEditor1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

LOGICAL ValidateInput ()

Purpose: Validates the user input (output file folder and debug listing folder)
Notes : Used by ToggleEnabled to determine if profiling may be started. When an
output file is given, the folder of that file must exist and be writable.
When the debug listing is enabled and a folder is given, that folder must
exist. An empty output file is valid (the profiler then writes into the
session temp-directory).

Returns LOGICAL
Logical value indicating if the entered values are valid


Constructor Detail
Top

ProfilerForm ()

Purpose: Constructor for the ProfilerForm class
Notes:



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:42:56