Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Coldfusion Interoperability with .Net dlls

Guest
Jun 25, 2015 Jun 25, 2015

Hello all,

ColdFusion platform related to java. in java there is no concept of pass by reference concept.

I have a requirement where my business logic present in VB .Net dll and UI built by cold fusion.

in my VB .Net dll there are so many public functions having parameters of type ByRef. (pass by reference).

These functions are not visible cold fusion.

does coldfusion supports to run .Net dll having Call by reference methods?

if so, could you please suggest me

191
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jun 25, 2015 Jun 25, 2015
LATEST

Have a look at the section "Passing data by reference and value" on the page https://wikidocs.adobe.com/wiki/display/coldfusionen/Advanced+tools

It goes into a lot of detail about how to accomplish what you are trying to do.

Cheers

Eddie

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources