Click or drag to resize
ScriptMapping Properties

The ScriptMapping type exposes the following members.

Properties
  NameDescription
Public propertyPreLoadedAssembly
Public propertyScriptAssmebly
The name of the assembly to load, that contains the ScriptClass. Optional, if not specified, the class will be loaded from the current assembly
Public propertyScriptClass
The class containing the AGIScript to be run
Public propertyScriptName
The name of the script as called by FastAGI
Top
See Also