C# 클래스 O2.FluentSharp.VisualStudio.ExtensionMethods.VisualStudio_2010_ExtensionMethods_DTE_CommandWindow

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
commandWindow ( this visualStudio ) : EnvDTE.CommandWindow
execute ( this commandWindow, string input ) : EnvDTE.CommandWindow
sendInput_and_Execute ( this commandWindow, string input ) : EnvDTE.CommandWindow
writeLine ( this commandWindow, string text ) : EnvDTE.CommandWindow

메소드 상세

commandWindow() 공개 정적인 메소드

public static commandWindow ( this visualStudio ) : EnvDTE.CommandWindow
visualStudio this
리턴 EnvDTE.CommandWindow

execute() 공개 정적인 메소드

public static execute ( this commandWindow, string input ) : EnvDTE.CommandWindow
commandWindow this
input string
리턴 EnvDTE.CommandWindow

sendInput_and_Execute() 공개 정적인 메소드

public static sendInput_and_Execute ( this commandWindow, string input ) : EnvDTE.CommandWindow
commandWindow this
input string
리턴 EnvDTE.CommandWindow

writeLine() 공개 정적인 메소드

public static writeLine ( this commandWindow, string text ) : EnvDTE.CommandWindow
commandWindow this
text string
리턴 EnvDTE.CommandWindow