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

Inheritance: Foundry
Mostra file Open project: kumpera/mono

Public Methods

Method Description
GetType ( string componentName, string &source, string &ns ) : Type
TagNameFoundry ( string tagName, Type type ) : System
TagNameFoundry ( string tagName, string source ) : System

Private Methods

Method Description
LoadType ( ) : Type

Method Details

GetType() public method

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

TagNameFoundry() public method

public TagNameFoundry ( string tagName, Type type ) : System
tagName string
type System.Type
return System

TagNameFoundry() public method

public TagNameFoundry ( string tagName, string source ) : System
tagName string
source string
return System