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

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

공개 메소드들

메소드 설명
Add ( Foundry foundry ) : void
CompoundFoundry ( string tagPrefix ) : System
GetType ( string componentName, string &source, string &ns ) : Type

메소드 상세

Add() 공개 메소드

public Add ( Foundry foundry ) : void
foundry Foundry
리턴 void

CompoundFoundry() 공개 메소드

public CompoundFoundry ( string tagPrefix ) : System
tagPrefix string
리턴 System

GetType() 공개 메소드

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