WebServiceParser.GetCompiledType(String, HttpContext) Method

Definition

Returns the compiled type for a given input file.

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

public:
 static Type ^ GetCompiledType(System::String ^ inputFile, System::Web::HttpContext ^ context);
public static Type GetCompiledType (string inputFile, System.Web.HttpContext context);
static member GetCompiledType : string * System.Web.HttpContext -> Type
Public Shared Function GetCompiledType (inputFile As String, context As HttpContext) As Type

Parameters

inputFile
String

The file to be compiled.

context
HttpContext

The HttpContext object for the current request.

Returns

A Type as specified by the HttpContext.

Applies to