c# - (How) can I export a function from a .NET assembly without using C++/CLI? -


i'm working on c# component consists of 2 dlls:

  1. a .dll written in c++/cli exporting symbol; unfortunately, dll dynamically links against crt , there doesn't seem way around that.
  2. a c# assembly.

the c++/cli dll gets loaded , loads c# assembly (and forwards calls it). possibly simplify scenario export symbol c# assembly right away?

you can export functionallity c# com server way should pretty easy call c++ other non-c# com object.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -