...
Since the methods to be refactored are in a module, these rules will be needed for each VBP that uses the module – unless you moved the module to an IDF using the SharedFile
command.
Another option that is has some appeal is to keep your original application interface calls as is, but to fine tune the implementation to use .NET by hand. Then, use author/replacefile
to drop in your fine-tuned file. It really depends on what you are doing … and if you want to preserve the interface or not.
...