WebServiceParser.GetCompiledType Method (String, HttpContext)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the compiled type for a given input file.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

[SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)]
public static Type GetCompiledType(
	string inputFile,
	HttpContext context
)

Parameters

inputFile
Type: System.String

The file to be compiled.

context
Type: System.Web.HttpContext

The HttpContext object for the current request.

Return Value

Type: System.Type

A Type as specified by the HttpContext.

.NET Framework
Available since 1.1
Return to top
Show: