CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    104

    Create classes and functions dynamically?

    Create classes and functions dynamically?

    Hi. I would like to know if it's possible to create classes or functions dynamically?
    If so, how? Thanks in advance.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    yes, there is a way. how ever look in MSDN for Assembley load and Reflection classes. if you need further help let us know.

    Paresh
    - Software Architect

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured