C# Class O2.FluentSharp.VisualStudio.VisualStudio_O2_Utils

显示文件 Open project: o2platform/O2.Platform.Projects Class Usage Examples

Public Methods

Method Description
addVisualStudioReferencesForCompilation ( ) : void
compileAndExecuteScript ( string scriptFile, string type, string method ) : Thread
createO2PlatformMenu ( ) : void
open_LogViewer ( ) : void
open_ScriptEditor ( ) : void
waitForDTEObject ( ) : bool
waitForOutputWindow ( ) : bool

Method Details

addVisualStudioReferencesForCompilation() public static method

public static addVisualStudioReferencesForCompilation ( ) : void
return void

compileAndExecuteScript() public static method

public static compileAndExecuteScript ( string scriptFile, string type, string method ) : Thread
scriptFile string
type string
method string
return Thread

createO2PlatformMenu() public static method

public static createO2PlatformMenu ( ) : void
return void

open_LogViewer() public static method

public static open_LogViewer ( ) : void
return void

open_ScriptEditor() public static method

public static open_ScriptEditor ( ) : void
return void

waitForDTEObject() public static method

public static waitForDTEObject ( ) : bool
return bool

waitForOutputWindow() public static method

public static waitForOutputWindow ( ) : bool
return bool