Is there any way to pass a C# object( in this case I'm using ADODB.Recordset) to vbscript? Or is their a way to call a vbscript function from C# and pass in this object?
E.x. In C# I have a object called ADODB.Connection rs
is there a way to call my vbscript function DisplayDrillThrough(rs)
like so?