NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SimpleWebHandlerParser.GetCompiledWebHandlerType

[To be supplied.]

[Visual Basic]
Public Shared Function GetCompiledWebHandlerType( _
   ByVal inputFile As String, _
   ByVal context As HttpContext _
) As Type
[C#]
public static Type GetCompiledWebHandlerType(
   string inputFile,
   HttpContext context
);
[C++]
public: static Type* GetCompiledWebHandlerType(
   String* inputFile,
   HttpContext* context
);
[JScript]
public static function GetCompiledWebHandlerType(
   inputFile : String,
   context : HttpContext
) : Type;

Parameters

inputFile
[To be supplied.]
context
[To be supplied.]

See Also

SimpleWebHandlerParser Class | SimpleWebHandlerParser Members | System.Web.UI Namespace