1. 程式人生 > >winform(C#)呼叫dll

winform(C#)呼叫dll

引用名稱空間using System.Runtime.InteropServices; 

 [DllImport("test.dll", EntryPoint = "TestFunction1")]  應用dll ,定義入口。
  public static extern int TestFunction1(ref string eOut);//繼承函式。