[C#.NET] 智慧型裝置取得執行檔路徑

在PC上只要使用Application.StartupPath即可取得執行檔所在路徑,
但是在智慧型裝置(Windows CE.Pocket PC.SmartPhone)取得方式就不同了....

在PC上只要使用Application.StartupPath即可取得執行檔所在路徑

但是在智慧型裝置(Windows CE.Pocket PC.SmartPhone)取得方式就不同了
所使用的函式為Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase)
Reference System.IO and System.Reflection first .

不常開發智慧型裝置~常常忘記~記錄起來防呆~@@~