The Artima Developer Community
Sponsored Link •

C# Answers Forum
using invoked method from exterior dll

1 reply on 1 page. Most recent reply: Aug 11, 2004 10:07 AM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Jan Lang

Posts: 1
Nickname: langhonza
Registered: Aug, 2004

using invoked method from exterior dll Posted: Aug 9, 2004 2:29 AM
Reply to this message Reply
Advertisement
Does anybody know how to do it?


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: using invoked method from exterior dll Posted: Aug 11, 2004 10:07 AM
Reply to this message Reply
Well maybe not anybody, but somebody does.

What are you trying to do, exactly? Do you want to use refection to create objects from another assembly at runtime or are you simply trying to call functions in a regular (not a .NET assembly) DLL? I think you can find examples of both in this forum. Look for "refletion" for the former and "DllImport" for the latter.

Flat View: This topic has 1 reply on 1 page
Topic: Why ReSharper Rocks Previous Topic   Next Topic Topic: WSE 2.0 settings tool unavailable

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use