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

Inheritance: Foundry
Show file Open project: kumpera/mono

Public Methods

Method Description
AssemblyFoundry ( Assembly assembly, string nameSpace ) : System
AssemblyFoundry ( string assemblyName, string nameSpace ) : System
GetType ( string componentName, string &source, string &ns ) : Type

Private Methods

Method Description
GetAssemblyByName ( string name, bool throwOnMissing ) : Assembly

Method Details

AssemblyFoundry() public method

public AssemblyFoundry ( Assembly assembly, string nameSpace ) : System
assembly System.Reflection.Assembly
nameSpace string
return System

AssemblyFoundry() public method

public AssemblyFoundry ( string assemblyName, string nameSpace ) : System
assemblyName string
nameSpace string
return System

GetType() public method

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