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

Coldfusion Interoperability with .Net dlls

Guest
Jun 25, 2015 Jun 25, 2015

Copy link to clipboard

Copied

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

Views

153

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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
Documentation