C# 클래스 MonoRemoteDebugger.VSExtension.MonoVisualStudioExtension

파일 보기 프로젝트 열기: techl/MonoRemoteDebugger 1 사용 예제들

공개 메소드들

메소드 설명
MonoVisualStudioExtension ( DTE dTE ) : System
Projects ( Solution solution ) : IList

비공개 메소드들

메소드 설명
AttachDebugger ( string ipAddress ) : System.Threading.Tasks.Task
BuildSolution ( ) : void
GetAssemblyPath ( Project vsProject ) : string
GetDebugInfo ( string args, string targetExe, string outputDirectory ) : IntPtr
GetSolutionFolderProjects ( Project solutionFolder ) : IEnumerable
GetStartupAssemblyPath ( ) : string
GetStartupProject ( ) : Project

메소드 상세

MonoVisualStudioExtension() 공개 메소드

public MonoVisualStudioExtension ( DTE dTE ) : System
dTE DTE
리턴 System

Projects() 공개 정적인 메소드

public static Projects ( Solution solution ) : IList
solution Solution
리턴 IList