Search results for query: *

  1. V

    A function to build and call a function

    [resolved] That is exactly what I was looking for Thanks Tg. Thanks to all who responded as well.
  2. V

    A function to build and call a function

    That's correct Tg. Concat strings then somehow compile in mem. I think the codedom functionality may have to be used. I'd love to see an example if you come across one. Thanks for the response Juggalo. I could have been more clear in my question.
  3. V

    A function to build and call a function

    Does anyone have an idea how to begin on this. I want to programmatically build a function and then call it during run time. Is it possible?
  4. V

    Dynamically Mapping/Wrapping a DLL Function

    Is it possible to dynamically wrap/map a dll function programmatically? I am wanting to create a component to allow users to specify the namespace, name, params, param types and return value of a dll function, give the function an alias, then call the function through the component. Thanks?
Back
Top