WebServiceParser.GetCompiledType(String, HttpContext) Metod

Definition

Returnerar den kompilerade typen för en angiven indatafil.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

inputFile
String

Filen som ska kompileras.

context
HttpContext

Objektet HttpContext för den aktuella begäran.

Returer

A Type som anges av HttpContext.

Gäller för