C# Class Microsoft.DocAsCode.Build.Engine.FileResourceCollection

Inheritance: ResourceCollection
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
FileResourceCollection ( string directory, int maxSearchLevel = MaxSearchLevel ) : System
GetResourceStream ( string name ) : Stream

Private Methods

Méthode Description
GetFiles ( string directory, string searchPattern, int searchLevel ) : IEnumerable

Method Details

FileResourceCollection() public méthode

public FileResourceCollection ( string directory, int maxSearchLevel = MaxSearchLevel ) : System
directory string
maxSearchLevel int
Résultat System

GetResourceStream() public méthode

public GetResourceStream ( string name ) : Stream
name string
Résultat Stream