資源簡介
使用異步通訊模式,完全不用擔心通訊阻塞和線程問題,無須考慮通訊的細節
代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?有關程序集的常規信息是通過下列
//?屬性集控制的。更改這些屬性值可修改與程序集
//?關聯的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?程序集的版本信息由下列?4?個值組成:
//
//??????主版本
//??????次版本?
//??????內部版本號
//??????修訂號
//
//?您可以指定所有這些值,也可以使用“修訂號”和“內部版本號”的默認值,方法是按
//?如下所示使用?‘*‘:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?要對程序集進行簽名,必須指定要使用的密鑰。有關程序集簽名的更多信息,請參考?
//?Microsoft?.NET?framework?文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會被簽名。
//???(*)?KeyName?是指已經安裝在計算機上的
//??????加密服務提供程序(CSP)中的密鑰。KeyFile?是指包含
//???????密鑰的文件。
//???(*)?如果?KeyFile?和?KeyName?值都已指定,則?
//???????發生下列處理:
//???????(1)?如果在?CSP?中可以找到?KeyName,則使用該密鑰。
//???????(2)?如果?KeyName?不存在而?KeyFile?存在,則?
//???????????KeyFile?中的密鑰安裝到?CSP?中并且使用該密鑰。
//???(*)?要創建?KeyFile,可以使用?sn.exe(強名稱)實用工具。
//???????在指定?KeyFile?時,KeyFile?的位置應該相對于
//???????項目輸出目錄,即
//???????%Project?Directory%\obj\。例如,如果?KeyFile?位于
//???????該項目目錄,應將?AssemblyKeyFile?
//???????屬性指定為?[assembly:?AssemblyKeyFile(“..\\..\\mykey.snk“)]
//???(*)?“延遲簽名”是一個高級選項?-?有關它的更多信息,請參閱?Microsoft?.NET?framework
//???????文檔。
//
[assembly:?AssemblyDelaySign(false)]
[assembly:?AssemblyKeyFile(““)]
[assembly:?AssemblyKeyName(““)]
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1859??2007-04-20?10:03??TCPIPDemo\FlyTcpfr
?????文件??????28672??2007-05-30?09:48??TCPIPDemo\FlyTcpfr
?????文件??????69120??2007-05-30?09:48??TCPIPDemo\FlyTcpfr
?????目錄??????????0??2007-05-30?09:48??TCPIPDemo\FlyTcpfr
?????目錄??????????0??2007-05-30?09:29??TCPIPDemo\FlyTcpfr
?????文件???????5041??2007-05-21?14:37??TCPIPDemo\FlyTcpfr
?????文件???????3270??2007-04-20?08:57??TCPIPDemo\FlyTcpfr
?????文件???????4734??2007-04-20?10:04??TCPIPDemo\FlyTcpfr
?????文件???????1805??2007-05-30?09:50??TCPIPDemo\FlyTcpfr
?????文件???????1495??2007-04-20?08:57??TCPIPDemo\FlyTcpfr
????.......?????28672??2007-05-30?09:48??TCPIPDemo\FlyTcpfr
????.......?????69120??2007-05-30?09:48??TCPIPDemo\FlyTcpfr
????..A..H.?????68872??2007-05-30?13:51??TCPIPDemo\FlyTcpfr
????..A..H.?????23432??2007-05-30?09:50??TCPIPDemo\FlyTcpfr
?????目錄??????????0??2007-05-21?15:25??TCPIPDemo\FlyTcpfr
?????目錄??????????0??2007-05-21?15:25??TCPIPDemo\FlyTcpfr
?????目錄??????????0??2007-05-30?09:48??TCPIPDemo\FlyTcpfr
?????目錄??????????0??2007-05-21?15:25??TCPIPDemo\FlyTcpfr
?????文件???????6257??2007-04-20?08:57??TCPIPDemo\FlyTcpfr
?????文件??????12182??2007-05-30?09:47??TCPIPDemo\FlyTcpfr
?????文件??????19056??2007-05-30?09:47??TCPIPDemo\FlyTcpfr
?????目錄??????????0??2007-05-30?16:04??TCPIPDemo\FlyTcpfr
?????文件???????1493??2007-04-06?10:11??TCPIPDemo\PP2002Client\AssemblyInfo.cs
?????文件??????28672??2007-05-30?09:48??TCPIPDemo\PP2002Client\bin\Debug\FlyTcpfr
?????文件??????69120??2007-05-30?09:48??TCPIPDemo\PP2002Client\bin\Debug\FlyTcpfr
?????文件??????16384??2007-05-30?09:48??TCPIPDemo\PP2002Client\bin\Debug\PPClient2002.exe
?????文件??????54784??2007-05-30?09:48??TCPIPDemo\PP2002Client\bin\Debug\PPClient2002.pdb
?????目錄??????????0??2007-05-30?09:48??TCPIPDemo\PP2002Client\bin\Debug
?????目錄??????????0??2007-05-30?09:29??TCPIPDemo\PP2002Client\bin
?????文件??????10297??2007-04-28?14:50??TCPIPDemo\PP2002Client\Form1.cs
............此處省略67個文件信息
評論
共有 條評論