C# Class O2.FluentSharp.VisualStudio.VisualStudio_O2_Utils

Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static addVisualStudioReferencesForCompilation ( ) : void
Résultat void

compileAndExecuteScript() public static méthode

public static compileAndExecuteScript ( string scriptFile, string type, string method ) : Thread
scriptFile string
type string
method string
Résultat Thread

createO2PlatformMenu() public static méthode

public static createO2PlatformMenu ( ) : void
Résultat void

open_LogViewer() public static méthode

public static open_LogViewer ( ) : void
Résultat void

open_ScriptEditor() public static méthode

public static open_ScriptEditor ( ) : void
Résultat void

waitForDTEObject() public static méthode

public static waitForDTEObject ( ) : bool
Résultat bool

waitForOutputWindow() public static méthode

public static waitForOutputWindow ( ) : bool
Résultat bool