Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
We are in the process of building a project that would validate if a specified package name or file name actually exists in the Harvest source control. Is any one aware of a wrapper to utilize the COM objects available with Harvest to access Harvest through C#.
Posted
Updated 3-Mar-11 2:45am
v2

1 solution

I don't know if this will help in this case or not but if you add a reference to the COM object in your project, VS will build a wrapper automatically.

You can then investigate it in the Object Explorer Window to find the methods etc. that you need.
 
Share this answer
 

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