摘要: 首先创建DLL库,代码如下:using System;using System.Runtime.InteropServices;namespace ANamespace { // 定义COM组件的接口 public interface ASignatures { string FName(); string SName(); int Age { get;} } // 表... 阅读全文
posted @ 2007-05-08 18:02 margiex 阅读(1102) 评论(2) 推荐(0)