ThisApplication

Fields

ObjectProperties
static XPropertyGrid ObjectProperties  
OnCompletedThread
static Thread OnCompletedThread
 
TextLogger static ListBox TextLogger
 
TopWindow static Form TopWindow
The main windows of this application
 

 

Events

WorkerThreadsAborted
static event EventHandler WorkerThreadsAborted;
 
WorkerThreadsCompleted
static event EventHandler WorkerThreadsCompleted;
 

 

Properties

WorkerThreadsRunnig
readonly
static bool WorkerThreadsRunnig  
WorkerThreadsRunningCount
readonly

static int WorkerThreadsRunningCount

 

Methods

AbortWorkerThreads static void AbortWorkerThreads(object sender)  
AddLogMessage
static void AddLogMessage(string msg)
Display the message in the message window.
 
AddLogMessage static void AddLogMessage(int DiagnosticLevel, string msg)
Display the message in the message window ; visible only for the diagnosic level set in DiagnosticLevel
 
AddLogMessage static void AddLogMessage(string msg, params object[ ] args)  
AddLogMessage static void AddLogMessage(int DiagnosticLevel, string msg, params object[ ] args)  
AddTranslatedLogMessage static void AddTranslatedLogMessage(string msg, params object[ ] args)  
AddTranslatedLogMessage static void AddTranslatedLogMessage(int DiagnosticLevel, string msg, params object[ ] args)  
AddWorkerThread static void AddWorkerThread(Thread t)  
ClearLogMessages static voidClearLogMessages()
Erase the message window.
 
FlushLogBuffer static voidFlushLogBuffer()  
GetPromptHistory static string GetPromptHistory(string prompt)  
HandleException static voidHandleException(Exception ex)  
HandleException static voidHandleException(Exception ex, string message)  
LoadPromptHistory static void LoadPromptHistory(string filename)  
MsgBox static DialogResult MsgBox(string msg)
Display a message box
VB
MsgBox static DialogResult MsgBox(string msg, MessageBoxButtons buttons) VB
MsgBox

static DialogResult MsgBox(string msg, MessageBoxButtons buttons, MessageBoxIcon icon)

VB
PromptForValue static object PromptForValue(string prompt, string description, Type rettype)  
PromptForValue

static object PromptForValue(string prompt, string description, Type rettype, string defaultval)

see also PromptDialog

VB
RemoveWorkerThread static void RemoveWorkerThread(Thread t)  
SavePromptHistory static void SavePromptHistory(string filename)  
SetPromptHistory static void SetPromptHistory(string prompt, string value)  
StartWorkerThreads static void StartWorkerThreads()  
Copyright (c) 2011 HexRay Ltd