C# 클래스 Microsoft.DocAsCode.Build.Engine.ArchiveResourceCollection

상속: ResourceCollection
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GetResourceStreamCore ( string name ) : Stream

메소드 상세

ArchiveResourceCollection() 공개 메소드

public ArchiveResourceCollection ( Stream stream, string name ) : System
stream Stream
name string
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetResource() 공개 메소드

public GetResource ( string name ) : string
name string
리턴 string

GetResourceStream() 공개 메소드

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