目前分類:[C#] (4)

瀏覽方式: 標題列表 簡短摘要
引用
using System.IO;

神風地球喵 發表在 痞客邦 留言(0) 人氣()

引用與宣告部分
using System.Runtime.InteropServices;  //命名空間引用 DllImport

神風地球喵 發表在 痞客邦 留言(0) 人氣()

API定義
using System.Runtime.InteropServices;  //引用 DllImport

神風地球喵 發表在 痞客邦 留言(0) 人氣()

一定要加入引用:
using System.Runtime.InteropServices;

神風地球喵 發表在 痞客邦 留言(1) 人氣()