B
Brian K. Maher
Guest
Sean, The Proxy Generator tool takes .r code, looks at the signatures (parameter lists) for the .r itself and for any exposed internal procedures or functions and generates C# code which is compiled down to a DLL. The resulting DLL can be included (along with two runtime DLL’s) into a Visual Studio project and from there you can instantiate your proxy, connect to the AppServer and execute the different .r programs and their available internal procedures or functions on the AppServer. Basically it makes .r code into method calls on an object. Brian
Continue reading...
Continue reading...