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

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

Méthodes publiques

Méthode Description
ArchiveResourceCollection ( Stream stream, string name ) : System
GetResource ( string name ) : string
GetResourceStream ( string name ) : Stream

TODO: This is not thread safe, only expose GetResource in interface

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetResourceStreamCore ( string name ) : Stream

Method Details

ArchiveResourceCollection() public méthode

public ArchiveResourceCollection ( Stream stream, string name ) : System
stream Stream
name string
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetResource() public méthode

public GetResource ( string name ) : string
name string
Résultat string

GetResourceStream() public méthode

TODO: This is not thread safe, only expose GetResource in interface
public GetResourceStream ( string name ) : Stream
name string
Résultat Stream