PrototypeImp Class

HttpServer.dll

PrototypeJS implementation of the javascript functions.

Namespace:  HttpServer.Helpers.Implementations
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class PrototypeImp : JavascriptHelperImplementation
Visual Basic (Declaration)
Public Class PrototypeImp _
	Inherits JavascriptHelperImplementation
Visual C++
public ref class PrototypeImp : public JavascriptHelperImplementation

Inheritance Hierarchy

System..::.Object
  HttpServer.Helpers..::.JavascriptHelperImplementation
    HttpServer.Helpers.Implementations..::.PrototypeImp

See Also