Tagged Questions
1
vote
2answers
171 views
.NET 4.0 Late Binding: Ensure Assembly Authenticity?
I have to develop a .NET C# application that supports plugins. I’ve found a lot of information on the internet and it doesn’t seem to be so hard.
I just have a specification that the Assemblies of ...
1
vote
4answers
1k views
Can I late bind to event handlers in C#?
I'm creating objects dynamically and inserting them into an html table, the objects are either labels or linkbuttons, if they are linkbuttons i need to subscribe an eventhandler to the click event, ...
0
votes
2answers
193 views
How do I get members of a dynamically typed array in C#?
I'm dynamically calling web services in my program using the WSProxy class here, and I need to parse the returned object to XML, or at least access the members inside the returned web service result.
...