Freigeben über


WebServiceParser.GetCompiledType-Methode

Diese Methode unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Gibt den kompilierten Typ für eine angegebene Eingabedatei zurück.

Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)

Syntax

'Declaration
Public Shared Function GetCompiledType ( _
    inputFile As String, _
    context As HttpContext _
) As Type
'Usage
Dim inputFile As String
Dim context As HttpContext
Dim returnValue As Type

returnValue = WebServiceParser.GetCompiledType(inputFile, context)
public static Type GetCompiledType (
    string inputFile,
    HttpContext context
)
public:
static Type^ GetCompiledType (
    String^ inputFile, 
    HttpContext^ context
)
public static Type GetCompiledType (
    String inputFile, 
    HttpContext context
)
public static function GetCompiledType (
    inputFile : String, 
    context : HttpContext
) : Type

Parameter

  • inputFile
    Die zu kopierende Datei.
  • context
    Das HttpContext-Objekt für die aktuelle HTTP-Anforderung.

Rückgabewert

Ein von HttpContext angegebener Type.

Plattformen

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

WebServiceParser-Klasse
WebServiceParser-Member
System.Web.UI-Namespace