C# 클래스 System.Web.Compilation.AspComponentFoundry.TagNameFoundry

상속: Foundry
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
GetType ( string componentName, string &source, string &ns ) : Type
TagNameFoundry ( string tagName, Type type ) : System
TagNameFoundry ( string tagName, string source ) : System

비공개 메소드들

메소드 설명
LoadType ( ) : Type

메소드 상세

GetType() 공개 메소드

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

TagNameFoundry() 공개 메소드

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

TagNameFoundry() 공개 메소드

public TagNameFoundry ( string tagName, string source ) : System
tagName string
source string
리턴 System