How connect dll to C# - project?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jurnero
    New Member
    • Aug 2012
    • 32

    #1

    How connect dll to C# - project?

    How I can connect BoxedApp.dll for my C# - project?Is it real?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You can add a reference to the BoxedApp.dll in your C# project to use any exposed classes and methods in your application.

    You do this through Visual Studio. Once you have added the reference, you can use using to use the exposed classes and methods in your C# application.

    -Frinny

    Comment

    • Jurnero
      New Member
      • Aug 2012
      • 32

      #3
      Thanks! It works fine! :)))

      Comment

      • Jurnero
        New Member
        • Aug 2012
        • 32

        #4
        Mmmm... Is it works for java also?

        Comment

        • OldStory
          New Member
          • Aug 2012
          • 23

          #5
          I think that it must work for Java also. :)

          Comment

          Working...