Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use libraries of an installed program, like if google chrome is installed in the system then I want to access it's kernels like webkit etc?

It is possible? Please somebody help me with this.
Posted

1 solution

"It is possible?"

It may be. With a .net assembly (DLL or EXE) you need only add a reference, with managed code you will likely need to use P/Invoke.

In either case, I expect you will get access to only the public items.

Try it.
 
Share this answer
 
Comments
z3m 28-Jul-14 12:33pm    
Thanks a lot. You delivered the main idea :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900