WebServiceParser.GetCompiledType(String, HttpContext) Yöntem

Tanım

Belirli bir giriş dosyası için derlenmiş türü döndürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

inputFile
String

Derlenecek dosya.

context
HttpContext

HttpContext Geçerli isteğin nesnesi.

Döndürülenler

Type tarafından belirtilen AHttpContext.

Şunlara uygulanır