C# Class Microsoft.SourceBrowser.HtmlGenerator.SolutionFinalizer

Afficher le fichier Open project: KirillOsenkov/SourceBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
SolutionDestinationFolder string
assemblyNameToProjectMap ProjectFinalizer>.Dictionary
projects IEnumerable

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CreateMasterDeclarationsIndex() public méthode

public CreateMasterDeclarationsIndex ( string outputPath = null ) : void
outputPath string
Résultat void

CreateProjectMap() public méthode

public CreateProjectMap ( string outputPath = null ) : void
outputPath string
Résultat void

FinalizeProjects() public méthode

public FinalizeProjects ( bool emitAssemblyList, Federation federation, Folder solutionExplorerRoot = null ) : void
emitAssemblyList bool
federation Federation
solutionExplorerRoot Folder
Résultat void

SolutionFinalizer() public méthode

public SolutionFinalizer ( string rootPath ) : System
rootPath string
Résultat System

SortProcessedAssemblies() public static méthode

public static SortProcessedAssemblies ( ) : void
Résultat void

Property Details

SolutionDestinationFolder public_oe property

public string SolutionDestinationFolder
Résultat string

assemblyNameToProjectMap public_oe property

public Dictionary assemblyNameToProjectMap
Résultat ProjectFinalizer>.Dictionary

projects public_oe property

public IEnumerable projects
Résultat IEnumerable