What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » C# Dlls in scripts

C# Dlls in scripts
Author: Message:
Hilikus
Junior Member
**


Posts: 27
42 / Male / –
Joined: Apr 2005
O.P. C# Dlls in scripts
How do i call a function from a dll that was written in C#? interop.Call requires the name of the function, but in C# you have namespaces and everything is object oriented. Functions are not in a global or standard namespace as you could have in c++ so the second parameter of Call() should be what??
any help would be appreciated

I saw another C# program using the dll i want to use but of course, what they did was a "using" directive and then created an instance of the class that's in the dll

i would like to do that, create an object of the class OR (since i have the source code of the dll) i can add a function that creates a local instance and gives me all i need, but again, with interop.Call i cant do that because the function is not in a global namespace so i cant call it directly

Thanks a lot
07-31-2006 04:21 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
C# Dlls in scripts - by Hilikus on 07-31-2006 at 04:21 AM
RE: C# Dlls in scripts - by Mnjul on 07-31-2006 at 10:55 AM
RE: C# Dlls in scripts - by Hilikus on 08-01-2006 at 02:00 AM
RE: C# Dlls in scripts - by Adeptus on 08-01-2006 at 02:58 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On