C# Class CsDebugScript.UI.InteractiveCodeEditor

Inheritance: CsDebugScript.UI.CodeWindow.CsTextEditor
显示文件 Open project: southpolenator/WinDbgCs Class Usage Examples

Public Methods

Method Description
InteractiveCodeEditor ( ) : System

Protected Methods

Method Description
Initialize ( ) : void
OnExecuteCSharpScript ( ) : void
OnExecuteWinDbgCommand ( ) : void

Private Methods

Method Description
AddResult ( object obj ) : void
BackgroundExecute ( BackgroundExecuteDelegate action, bool csharpCode ) : void
GetXmlDocumentation ( string dllPath ) : ICSharpCode.NRefactory.Documentation.XmlDocumentationProvider
UpdateScriptCode ( ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

InteractiveCodeEditor() public method

public InteractiveCodeEditor ( ) : System
return System

OnExecuteCSharpScript() protected method

protected OnExecuteCSharpScript ( ) : void
return void

OnExecuteWinDbgCommand() protected method

protected OnExecuteWinDbgCommand ( ) : void
return void