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

상속: IAssemblyDependencyParser
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddAssembliesInBin void
AddAssembly void
AddAssemblyByName System.Reflection.Assembly
AddAssemblyDirective void
AddDefaultDirective void
AddDependency void
GetAndRemove string
GetAssemblyFromSource System.Reflection.Assembly
GetDirectivesAndContent void
GetTypeFromBin System.Type
LoadAssemblyFromBin System.Reflection.Assembly
ParseDirective void
ParseError void
SimpleWebHandlerParser System.CodeDom.Compiler
TagParsed void
TextParsed void

보호된 메소드들

메소드 설명
GetCompiledTypeFromCache ( ) : Type
SimpleWebHandlerParser ( HttpContext context, string virtualPath, string physicalPath ) : System.CodeDom.Compiler

비공개 메소드들

메소드 설명
AddAssembliesInBin ( ) : void
AddAssembly ( Assembly assembly, bool fullPath ) : void
AddAssemblyByName ( string name, ILocation location ) : Assembly
AddAssemblyDirective ( ILocation location, TagAttributes attrs ) : void
AddDefaultDirective ( ILocation location, TagAttributes attrs ) : void
AddDependency ( string filename ) : void
GetAndRemove ( IDictionary table, string key ) : string
GetAssemblyFromSource ( string vpath, ILocation location ) : Assembly
GetDirectivesAndContent ( ) : void
GetTypeFromBin ( string tname ) : Type
LoadAssemblyFromBin ( string name ) : Assembly
ParseDirective ( string line ) : void
ParseError ( ILocation location, string message ) : void
SimpleWebHandlerParser ( HttpContext context, string virtualPath, string physicalPath, TextReader reader ) : System.CodeDom.Compiler
TagParsed ( ILocation location, System tagtype, string tagid, TagAttributes attributes ) : void
TextParsed ( ILocation location, string text ) : void

메소드 상세

GetCompiledTypeFromCache() 보호된 메소드

protected GetCompiledTypeFromCache ( ) : Type
리턴 System.Type

SimpleWebHandlerParser() 보호된 메소드

protected SimpleWebHandlerParser ( HttpContext context, string virtualPath, string physicalPath ) : System.CodeDom.Compiler
context System.Web.HttpContext
virtualPath string
physicalPath string
리턴 System.CodeDom.Compiler