C# 클래스 BlackLinks.Templates.TemplateSource

파일 보기 프로젝트 열기: heapsource/BlackLinks 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
FromFile ( string filePath, string discoveryPath ) : TemplateSource
FromResource ( Assembly targetAssembly, string fullyQualifiedResourcePath, string discoveryPath ) : TemplateSource
FromResource ( string fullyQualifiedResourcePath, string discoveryPath ) : TemplateSource
TemplateSource ( ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

FromFile() 공개 정적인 메소드

public static FromFile ( string filePath, string discoveryPath ) : TemplateSource
filePath string
discoveryPath string
리턴 TemplateSource

FromResource() 공개 정적인 메소드

public static FromResource ( Assembly targetAssembly, string fullyQualifiedResourcePath, string discoveryPath ) : TemplateSource
targetAssembly System.Reflection.Assembly
fullyQualifiedResourcePath string
discoveryPath string
리턴 TemplateSource

FromResource() 공개 정적인 메소드

public static FromResource ( string fullyQualifiedResourcePath, string discoveryPath ) : TemplateSource
fullyQualifiedResourcePath string
discoveryPath string
리턴 TemplateSource

TemplateSource() 공개 메소드

public TemplateSource ( ) : System
리턴 System