Namespace: Consultingwerk.Windows
Class 
DebugHelper Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:DebugHelper
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Sep 10 13:57:31 CEST 2011
Purpose: Constructor for the DebugHelper class
Notes: Disallow instance creation



Top Method Summary
Options Name Purpose
+ DisplayProcessInformation () Displays information about the current process
+ KillCurrentProcess (logical) Kills the current process, optionally prompts the user
+ ShowClrObjectProperties (Object) Visualizes a .NET object in a Property Dialog
+ ShowClrObjectProperties (Object, IWin32Window) Visualizes a .NET object in a Property Dialog
+ StartDebugger () Starts the Progress debugger

Top Constructor Summary
Options Name Purpose
- DebugHelper () Constructor for the DebugHelper class


Method Detail
Top

PUBLIC DisplayProcessInformation ()

Purpose: Displays information about the current process
Notes:

Top

PUBLIC KillCurrentProcess (logical)

Purpose: Kills the current process, optionally prompts the user
Notes:

Parameters:
plAsk LOGICAL
Logicla value indicating if the user should be prompted
Top

PUBLIC ShowClrObjectProperties (Object)

Purpose: Visualizes a .NET object in a Property Dialog
Notes:

Parameters:
poObject System.Object
The .NET object to be displayed in the property dialog.
Top

PUBLIC ShowClrObjectProperties (Object, IWin32Window)

Purpose: Visualizes a .NET object in a Property Dialog
Notes:

Parameters:
poObject System.Object
The .NET object to be displayed in the property dialog
poParent System.Windows.Forms.IWin32Window
The .NET Form to be used as the parent of the dialog
Top

PUBLIC StartDebugger ()

Purpose: Starts the Progress debugger
Notes:



Constructor Detail
Top

PRIVATE DebugHelper ()

Purpose: Constructor for the DebugHelper class
Notes: Disallow instance creation



©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:18:10