extern外部方法使用C#简单例子
2018-06-23 22:43:38来源:未知 阅读 ()
外部方法使用C#简单例子
1、增加引用using System.Runtime.InteropServices;
2、声明和实现的连接[DllImport("kernel32", SetLastError = true)]
3、声明外部方法public static extern int GetCurrentDirectory(int a, StringBuilder b);
4、对外部方法操作 GetCurrentDirectory(300, pathstring);
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; //引用外部 namespace extern { public partial class DllImportForm : Form { public DllImportForm() { InitializeComponent(); } [DllImport( "kernel32" , SetLastError = true )] //声明和实现的连接 public static extern int GetCurrentDirectory( int a, StringBuilder b); //外部方法 private void btnDisplay_Click(object sender, EventArgs e) { StringBuilder pathstring= new StringBuilder (); //返回路径 GetCurrentDirectory( 300 , pathstring); this .listBox1.Items.Add (pathstring ); } } } |
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:怎么在一个list集合里面筛选重复的数据,在重复的数据中取最后添
下一篇:博文测试
- DIV居中的经典方法 2020-06-13
- 网页搜索框里显示字段鼠标点击后就隐藏的方法 2020-05-29
- 学习web前端方法心得,从基础到深度,才能学的扎实 2020-05-19
- 【Vue】基础(数据 & 计算属性 & 方法) 2020-04-22
- CSS的3种使用方法 2020-04-17
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash