C# 클래스 Projbook.Extension.DefaultSnippetExtractor

Extractor in charge of browsing source directories. load file content and extract requested member.
상속: ISnippetExtractor
파일 보기 프로젝트 열기: FransBouma/DocNet 1 사용 예제들

공개 메소드들

메소드 설명
Extract ( string fullFilename, string pattern ) : string

Extracts a snippet.

보호된 메소드들

메소드 설명
LoadFile ( string fullFilename ) : string

Loads a file from the file name.

메소드 상세

Extract() 공개 메소드

Extracts a snippet.
fileSystemInfo
public Extract ( string fullFilename, string pattern ) : string
fullFilename string The full filename (with path) to load and to extract the snippet from.
pattern string The extraction pattern, never used for this implementation.
리턴 string

LoadFile() 보호된 메소드

Loads a file from the file name.
fileInfo
protected LoadFile ( string fullFilename ) : string
fullFilename string The full filename.
리턴 string