C# 클래스 Microsoft.DocAsCode.Dfm.DfmEngineBuilder

상속: Microsoft.DocAsCode.MarkdownLite.GfmEngineBuilder
파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
CreateDfmEngine ( object renderer ) : DfmEngine
CreateEngine ( object renderer ) : IMarkdownEngine
DfmEngineBuilder ( Options options, string baseDir = null, string templateDir = null, IReadOnlyList fallbackFolders = null ) : System

비공개 메소드들

메소드 설명
GetContainer ( ) : System.Composition.Hosting.CompositionHost
InitMarkdownStyle ( System.Composition.Hosting.CompositionHost host, string baseDir, string templateDir ) : IMarkdownTokenRewriter

메소드 상세

CreateDfmEngine() 공개 메소드

public CreateDfmEngine ( object renderer ) : DfmEngine
renderer object
리턴 DfmEngine

CreateEngine() 공개 메소드

public CreateEngine ( object renderer ) : IMarkdownEngine
renderer object
리턴 IMarkdownEngine

DfmEngineBuilder() 공개 메소드

public DfmEngineBuilder ( Options options, string baseDir = null, string templateDir = null, IReadOnlyList fallbackFolders = null ) : System
options Microsoft.DocAsCode.MarkdownLite.Options
baseDir string
templateDir string
fallbackFolders IReadOnlyList
리턴 System