C# 클래스 System.Web.UI.ApplicationFileParser

상속: System.Web.UI.TemplateParser
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddDirective void
ApplicationFileParser System
ApplicationFileParser System
GetCompiledApplicationType System.Type

공개 메소드들

메소드 설명
ApplicationFileParser ( string fname, HttpContext context ) : System

보호된 메소드들

메소드 설명
CompileIntoType ( ) : Type

비공개 메소드들

메소드 설명
AddDirective ( string directive, IDictionary atts ) : void
ApplicationFileParser ( System.Web.VirtualPath virtualPath, TextReader reader, HttpContext context ) : System
ApplicationFileParser ( System.Web.VirtualPath virtualPath, string inputFile, TextReader reader, HttpContext context ) : System
GetCompiledApplicationType ( string inputFile, HttpContext context ) : Type

메소드 상세

ApplicationFileParser() 공개 메소드

public ApplicationFileParser ( string fname, HttpContext context ) : System
fname string
context System.Web.HttpContext
리턴 System

CompileIntoType() 보호된 메소드

protected CompileIntoType ( ) : Type
리턴 System.Type