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

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

공개 프로퍼티들

프로퍼티 타입 설명
SolutionDestinationFolder string
assemblyNameToProjectMap ProjectFinalizer>.Dictionary
projects IEnumerable

공개 메소드들

메소드 설명
CreateMasterDeclarationsIndex ( string outputPath = null ) : void
CreateProjectMap ( string outputPath = null ) : void
FinalizeProjects ( bool emitAssemblyList, Federation federation, Folder solutionExplorerRoot = null ) : void
SolutionFinalizer ( string rootPath ) : System
SortProcessedAssemblies ( ) : void

비공개 메소드들

메소드 설명
CalculateReferencingAssemblies ( ) : void
CreateReferencesFiles ( ) : void
CreateReferencingProjectLists ( ) : void
DeployBin ( string sourcePath, string destinationFolder ) : void
DeployFilesToRoot ( string destinationFolder, bool emitAssemblyList, Federation federation ) : void
DiscoverProjects ( ) : IEnumerable
GetCustomRootSorter ( ) : Comparison
PatchProjectExplorer ( Microsoft.SourceBrowser.HtmlGenerator.ProjectFinalizer project ) : void
SetExternalUrlMap ( string destinationFolder, Federation federation ) : void
StampOverviewHtmlText ( string text ) : string
StampOverviewHtmlWithDate ( string destinationFolder ) : void
ToggleSolutionExplorerOff ( string destinationFolder ) : void
WriteAggregateStats ( ) : void

메소드 상세

CreateMasterDeclarationsIndex() 공개 메소드

public CreateMasterDeclarationsIndex ( string outputPath = null ) : void
outputPath string
리턴 void

CreateProjectMap() 공개 메소드

public CreateProjectMap ( string outputPath = null ) : void
outputPath string
리턴 void

FinalizeProjects() 공개 메소드

public FinalizeProjects ( bool emitAssemblyList, Federation federation, Folder solutionExplorerRoot = null ) : void
emitAssemblyList bool
federation Federation
solutionExplorerRoot Folder
리턴 void

SolutionFinalizer() 공개 메소드

public SolutionFinalizer ( string rootPath ) : System
rootPath string
리턴 System

SortProcessedAssemblies() 공개 정적인 메소드

public static SortProcessedAssemblies ( ) : void
리턴 void

프로퍼티 상세

SolutionDestinationFolder 공개적으로 프로퍼티

public string SolutionDestinationFolder
리턴 string

assemblyNameToProjectMap 공개적으로 프로퍼티

public Dictionary assemblyNameToProjectMap
리턴 ProjectFinalizer>.Dictionary

projects 공개적으로 프로퍼티

public IEnumerable projects
리턴 IEnumerable