Project Description
Creates .Net proxy components from COM Type Libraries.
The components will be created as C# or VB.Net Source Code in a generated Visual Studio Solution.
The classes in the generated solution are accessing the COM Server with late binding reflection technique.
Creates .Net proxy components from COM Type Libraries.
The components will be created as C# or VB.Net Source Code in a generated Visual Studio Solution.
The classes in the generated solution are accessing the COM Server with late binding reflection technique.
- You can generate a COM TypeLibrary in multiple versions to a single .Net proxy component.
The generated classes, methods and properties are marked with attributes whitch COM Type Library version support the entities.
- Easy mechanism to handle COM References and unkown variant types are integrated.
- Events are also supported.
Read more: Codeplex