WebServiceParser.GetCompiledType(String, HttpContext) Método
Definição
Retorna o tipo compilado para determinado arquivo de entrada.Returns the compiled type for a given input file.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
Parâmetros
- inputFile
- String
O arquivo a ser compilado.The file to be compiled.
- context
- HttpContext
O objeto HttpContext para a solicitação atual.The HttpContext object for the current request.
Retornos
Um Type conforme especificado pelo HttpContext.A Type as specified by the HttpContext.