Method |
Description |
|
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 |
|
|