WebServiceParser.GetCompiledType(String, HttpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.