資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows;
using?System.Windows.Navigation;
using?System.Diagnostics;
using?System.Reflection;
namespace?SampleApp
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????????public?App()
????????{
????????????//?設置跟蹤日志文件
????????????DefaultTraceListener?listener?=?Trace.Listeners[0]?as?DefaultTraceListener;
????????????if?(listener?==?null)
????????????{
????????????????listener?=?new?DefaultTraceListener();
????????????????Trace.Listeners.Add(listener);
????????????}
????????????listener.LogFileName?=?“trace.log“;
????????}
????????///?
????????///?程序標題
????????///?
????????public?static?string?Apptitle
????????{
????????????get
????????????{
????????????????Assembly?currass?=?Assembly.GetExecutingAssembly();
??????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????33280??2019-07-03?08:12??照片面積計算器\.vs\照片面積計算器\v14\.suo
????..A..H.?????32768??2019-07-01?15:16??照片面積計算器\.vs\照片面積計算器\v16\.suo
?????文件??????????0??2019-07-01?15:16??照片面積計算器\.vs\照片面積計算器\v16\Server\sqlite3\db.lock
?????文件???????4096??2019-07-01?15:16??照片面積計算器\.vs\照片面積計算器\v16\Server\sqlite3\storage.ide
?????文件??????32768??2019-07-01?15:16??照片面積計算器\.vs\照片面積計算器\v16\Server\sqlite3\storage.ide-shm
?????文件?????791072??2019-07-01?15:16??照片面積計算器\.vs\照片面積計算器\v16\Server\sqlite3\storage.ide-wal
?????文件????????189??2015-12-23?09:57??照片面積計算器\SampleApp\App.config
?????文件????????372??2015-12-23?09:57??照片面積計算器\SampleApp\App.xaml
?????文件???????2428??2015-12-26?11:15??照片面積計算器\SampleApp\App.xaml.cs
?????文件??????17408??2019-07-02?10:14??照片面積計算器\SampleApp\bin\Debug\SampleApp.exe
?????文件????????189??2015-12-23?09:57??照片面積計算器\SampleApp\bin\Debug\SampleApp.exe.config
?????文件??????34304??2019-07-02?10:14??照片面積計算器\SampleApp\bin\Debug\SampleApp.pdb
?????文件??????22696??2019-07-02?10:14??照片面積計算器\SampleApp\bin\Debug\SampleApp.vshost.exe
?????文件????????189??2015-12-23?09:57??照片面積計算器\SampleApp\bin\Debug\SampleApp.vshost.exe.config
?????文件????????490??2015-06-04?12:48??照片面積計算器\SampleApp\bin\Debug\SampleApp.vshost.exe.manifest
?????文件????????134??2019-07-01?15:17??照片面積計算器\SampleApp\bin\Debug\trace.log
?????文件???????4644??2015-12-26?11:33??照片面積計算器\SampleApp\MainWindow.xaml
?????文件???????3625??2015-12-26?11:34??照片面積計算器\SampleApp\MainWindow.xaml.cs
?????文件???????2357??2019-07-01?15:16??照片面積計算器\SampleApp\obj\Debug\App.g.cs
?????文件???????2333??2019-07-02?10:07??照片面積計算器\SampleApp\obj\Debug\App.g.i.cs
?????文件???????7459??2019-07-02?10:07??照片面積計算器\SampleApp\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????3595??2019-07-01?15:16??照片面積計算器\SampleApp\obj\Debug\MainWindow.baml
?????文件???????4662??2019-07-01?15:16??照片面積計算器\SampleApp\obj\Debug\MainWindow.g.cs
?????文件???????4638??2019-07-02?10:07??照片面積計算器\SampleApp\obj\Debug\MainWindow.g.i.cs
?????文件???????1363??2019-07-02?10:14??照片面積計算器\SampleApp\obj\Debug\SampleApp.csproj.FileListAbsolute.txt
?????文件????????954??2019-07-02?10:14??照片面積計算器\SampleApp\obj\Debug\SampleApp.csproj.GenerateResource.Cache
?????文件???????2679??2019-07-02?10:14??照片面積計算器\SampleApp\obj\Debug\SampleApp.csprojResolveAssemblyReference.cache
?????文件??????17408??2019-07-02?10:14??照片面積計算器\SampleApp\obj\Debug\SampleApp.exe
?????文件???????3823??2019-07-01?15:16??照片面積計算器\SampleApp\obj\Debug\SampleApp.g.resources
?????文件??????34304??2019-07-02?10:14??照片面積計算器\SampleApp\obj\Debug\SampleApp.pdb
............此處省略33個文件信息
評論
共有 條評論