C# 클래스 Microsoft.SourceBrowser.HtmlGenerator.GenerateFromBuildLog

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

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyNameToFilePathMap string>.Dictionary

공개 메소드들

메소드 설명
GenerateInvocation ( CompilerInvocation invocation ) : void
GetAllInvocations ( string invocationsFile = null ) : IEnumerable
IndexLogFile ( string logFile, string serverPath = null, string solutionRoot = null ) : void

비공개 메소드들

메소드 설명
GetInvocationsToProcess ( ) : IEnumerable

메소드 상세

GenerateInvocation() 공개 정적인 메소드

public static GenerateInvocation ( CompilerInvocation invocation ) : void
invocation CompilerInvocation
리턴 void

GetAllInvocations() 공개 정적인 메소드

public static GetAllInvocations ( string invocationsFile = null ) : IEnumerable
invocationsFile string
리턴 IEnumerable

IndexLogFile() 공개 정적인 메소드

public static IndexLogFile ( string logFile, string serverPath = null, string solutionRoot = null ) : void
logFile string
serverPath string
solutionRoot string
리턴 void

프로퍼티 상세

AssemblyNameToFilePathMap 공개적으로 정적으로 프로퍼티

public static Dictionary AssemblyNameToFilePathMap
리턴 string>.Dictionary