开发者

Can we call System registered COM DLL in Quartz.Net

开发者 https://www.devze.com 2023-03-09 23:23 出处:网络
Suppose we have COM DLL registered in system registry. Now the requirement is to call that com dll functions in quartz.net.

Suppose we have COM DLL registered in system registry. Now the requirement is to call that com dll functions in quartz.net.

I am thinking to make an auxiliary class that will contain implemented Execute method and using job data map I will call appropriate function in registered COM DLL. This is the way i am thinking to proceed.

Is there any other 开发者_如何学Goway that is easy and provide more flexibility.

0

精彩评论

暂无评论...
验证码 换一张
取 消