Share via


IBuildManager.GetCompiledType Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Compiles a file, given its virtual path, and returns the compiled type.

Namespace:  System.Web.Http.Dispatcher
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Function GetCompiledType ( _
    virtualPath As String _
) As Type
Type GetCompiledType(
    string virtualPath
)
Type^ GetCompiledType(
    String^ virtualPath
)
abstract GetCompiledType : 
        virtualPath:string -> Type 
function GetCompiledType(
    virtualPath : String
) : Type

Parameters

Return Value

Type: System.Type
The compiled Type.

See Also

Reference

IBuildManager Interface

System.Web.Http.Dispatcher Namespace