Assembly and C#?

A

Andre

Just wondering.. since we can have C modules being called in from C#...
can we then make assembly (x86 assembly) calls from C#? If so, can
someone please give me an example of how that's possible? Thanks

-Andre
 
C

Chris Capel

As long as your assembly functions use the C calling convention, you can use
assembly dll's just as you use windows API calls, with the DllImport. But if
the assembly functions use different calling conventions, I wouldn't think
this would be possible.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top