Tagged Questions

0
votes
2answers
577 views

C# Implement Late Binding for Native Code

We are working with an existing native application (most likely written in VB) that loads assemblies and calls methods with "Late Binding." We do NOT have access to its source code. We want to ...