Skip to main content
June 25, 2015
Question

Coldfusion Interoperability with .Net dlls

  • June 25, 2015
  • 1 reply
  • 225 views

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

    This topic has been closed for replies.

    1 reply

    EddieLotter
    Inspiring
    June 25, 2015

    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