C# 클래스 Castle.MonoRail.Hosting.Mvc.Internal.BuildManagerWrap

상속: IHostingBridge, IWebFormFactory
파일 보기 프로젝트 열기: johnsimons/MonoRail3

공개 메소드들

메소드 설명
CreateInstanceFromVirtualPath ( string path, Type baseType ) : object
FileExists ( string virtualPath ) : bool
GetCompiledType ( string virtualPath ) : Type

메소드 상세

CreateInstanceFromVirtualPath() 공개 메소드

public CreateInstanceFromVirtualPath ( string path, Type baseType ) : object
path string
baseType System.Type
리턴 object

FileExists() 공개 메소드

public FileExists ( string virtualPath ) : bool
virtualPath string
리턴 bool

GetCompiledType() 공개 메소드

public GetCompiledType ( string virtualPath ) : Type
virtualPath string
리턴 System.Type