|
-
May 13th, 2010, 11:03 AM
#1
How to Call COM unmanaged code at Runtime from C#.NET using ITypeLib and ITypeInfo ?
Hello,
I need to call unmanaged COM code from C#.NET. By Loading unmanaged COM Type libraries from (LoadTypeLibEx), I am able to iterate over all exposed types by COM TLB. Now I need to call those exposed methods at run time by knowing their addresses or by accessing some how COM vtable's starting address and by applying indexing for getting addresses of those exposed methods under interfaces.
How this can be acheived..?
Regards Usman
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|