C# 클래스 O2.FluentSharp.VisualStudio.VisualStudio_O2_Utils

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

공개 메소드들

메소드 설명
addVisualStudioReferencesForCompilation ( ) : void
compileAndExecuteScript ( string scriptFile, string type, string method ) : Thread
createO2PlatformMenu ( ) : void
open_LogViewer ( ) : void
open_ScriptEditor ( ) : void
waitForDTEObject ( ) : bool
waitForOutputWindow ( ) : bool

메소드 상세

addVisualStudioReferencesForCompilation() 공개 정적인 메소드

public static addVisualStudioReferencesForCompilation ( ) : void
리턴 void

compileAndExecuteScript() 공개 정적인 메소드

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

createO2PlatformMenu() 공개 정적인 메소드

public static createO2PlatformMenu ( ) : void
리턴 void

open_LogViewer() 공개 정적인 메소드

public static open_LogViewer ( ) : void
리턴 void

open_ScriptEditor() 공개 정적인 메소드

public static open_ScriptEditor ( ) : void
리턴 void

waitForDTEObject() 공개 정적인 메소드

public static waitForDTEObject ( ) : bool
리턴 bool

waitForOutputWindow() 공개 정적인 메소드

public static waitForOutputWindow ( ) : bool
리턴 bool