C# Class Castle.MonoRail.Hosting.Mvc.Internal.BuildManagerWrap

Inheritance: IHostingBridge, IWebFormFactory
Mostra file Open project: johnsimons/MonoRail3

Public Methods

Method Description
CreateInstanceFromVirtualPath ( string path, Type baseType ) : object
FileExists ( string virtualPath ) : bool
GetCompiledType ( string virtualPath ) : Type

Method Details

CreateInstanceFromVirtualPath() public method

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

FileExists() public method

public FileExists ( string virtualPath ) : bool
virtualPath string
return bool

GetCompiledType() public method

public GetCompiledType ( string virtualPath ) : Type
virtualPath string
return System.Type