Allows the source code text for procedures to be added to the script. For interpreted scripting languages that do not have an independent authoring environment, such as VBScript, this provides an alternative mechanism (other than IActiveScriptParse or IPersist*) to add script procedures to the name space.
Note |
---|
This interface is deprecated in favor of the IActiveScriptParseProcedure interface. |
In addition to the methods inherited from IUnknown, the IActiveScriptParseProcedureOld interface exposes the following methods.
Method | Description |
---|---|
Parses the given code procedure and adds the procedure to the name space. |