开发者

Compile C#.net dll for VB6

开发者_运维百科

I create a simple class like the one below:

using System;
using System.Text;

namespace Seed
{
    class Plant
    {
       public string Planting () 
       {
        ....
       }
    }
 }

Can I call this function from VB6 code?


Yes, if you expose your DLL as a COM component.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜