WebServiceParser.GetCompiledType Method (String, HttpContext)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the compiled type for a given input file.
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)] public static Type GetCompiledType( string inputFile, HttpContext context )
Parameters
- inputFile
-
Type:
System.String
The file to be compiled.
- context
-
Type:
System.Web.HttpContext
The HttpContext object for the current request.
.NET Framework
Available since 1.1
Available since 1.1
Show: