C# Class System.Web.Handlers.ScriptResourceHandler.AssemblyResourceLoader.PerformSubstitutionHelper

Show file Open project: kumpera/mono

Public Methods

Method Description
PerformSubstitution ( TextReader reader, TextWriter writer ) : void
PerformSubstitutionHelper ( Assembly assembly ) : System.Web.UI

Private Methods

Method Description
PerformSubstitutionReplace ( Match m ) : string

Method Details

PerformSubstitution() public method

public PerformSubstitution ( TextReader reader, TextWriter writer ) : void
reader TextReader
writer System.IO.TextWriter
return void

PerformSubstitutionHelper() public method

public PerformSubstitutionHelper ( Assembly assembly ) : System.Web.UI
assembly System.Reflection.Assembly
return System.Web.UI