C# Class System.Web.Compilation.AspComponentFoundry.CompoundFoundry

Inheritance: Foundry
Show file Open project: kumpera/mono

Public Methods

Method Description
Add ( Foundry foundry ) : void
CompoundFoundry ( string tagPrefix ) : System
GetType ( string componentName, string &source, string &ns ) : Type

Method Details

Add() public method

public Add ( Foundry foundry ) : void
foundry Foundry
return void

CompoundFoundry() public method

public CompoundFoundry ( string tagPrefix ) : System
tagPrefix string
return System

GetType() public method

public GetType ( string componentName, string &source, string &ns ) : Type
componentName string
source string
ns string
return System.Type