In the local (native) Visual C ++, how does one call the. NET assembly?

Source: Internet
Author: User

Local visual c ++ there are basically four methods to call . net Program set. Microsoft All-in-One
code framework there are some examples to illustrate this problem.

1. Local VC ++ model call CLR
hosting APIs managed by CLR , download and call . net assembly. ( All-in-One
code framework Sample Code : cpphostclr )

2. If . net An assembly can be represented as one com component, local
VC ++ the model can pass through the interoperability layer ( com InterOP ) Call . net assembly. ( All-in-One
code framework Sample Code : cppcomclient )

3.Reverse call: hostingCodeAs a callback function in the local code.(All-in-One code framework sample code: cspinvokedll)

4.If localVC ++The code model allows Enable
CLR , local VC ++ " it just works ", or " ijw " direct calling . net assembly. ( All-in-One
code framework Sample Code : cppcliwraplib )

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.