export

  • Thread starter Thread starter KM
  • Start date Start date
K

KM

Hi group

Is there any way to export functions from CSharp DLL´s like it can be
done with C++ DLL`s?

TIA
Kaare
 
hi
you can always use the DllImport attribute with any kind of dll ( including
managed) so you can use that dll functions
 
Mohamoss said:
hi
you can always use the DllImport attribute with any kind of dll ( including
managed) so you can use that dll functions
I´m sorry for not being clear enough in my post, but what I wan´t to do,
is to export function from my CSharp DLL, so they are available to other
programs (ie. VB, C++ or other CSharp programs)

Is that possible

TIA
Kaare
 
Back
Top