• 大小: 767KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-02
  • 语言: C#
  • 标签: 视频会议  

资源简介

视频会议代码,开发语言C# , 应用工具 VS

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(“SampleGrabberNET“)]
[assembly: AssemblyDescription(“Sample Grabber for .NET“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(“netmaster@swissonline.ch“)]
[assembly: AssemblyProduct(“DirectShow.NET“)]
[assembly: AssemblyCopyright(“everybody“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:

[assembly: AssemblyVersion(“1.0.0.1“)]

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified the assembly is not signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
//       a key.
//   (*) If the KeyFile and the KeyName values are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the KeyFile is installed into the CSP and used.
//   (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
//       When specifying the KeyFile the location of the KeyFile should be
//       relative to the project output directory which is
//       %Project Directory%\obj\. For example if your KeyFile is
//       located in the project directory you would specify the AssemblyKeyFile 
//       attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      91759  2006-01-12 04:53  Conference System\About.jpg

     文件       1078  2002-07-22 12:00  Conference System\App.ico

     文件       2514  2002-07-22 12:00  Conference System\AssemblyInfo.cs

     文件       1078  2002-07-22 12:00  Conference System\Backup\App.ico

     文件       2514  2002-07-22 12:00  Conference System\Backup\AssemblyInfo.cs

     文件       2548  2006-01-12 05:52  Conference System\Backup\CaptureScreen.cs

     文件       7908  2006-06-25 13:56  Conference System\Backup\Conference System.csproj

     文件       2531  2006-06-29 02:44  Conference System\Backup\Conference System.csproj.user

     文件       1428  2006-01-12 05:35  Conference System\Backup\Conference System.sln

    ..A..H.      8192  2006-06-29 02:44  Conference System\Backup\Conference System.suo

     文件       9975  2006-06-25 14:01  Conference System\Backup\Desktop.cs

     文件     163302  2006-06-25 14:01  Conference System\Backup\Desktop.resx

     文件       5145  2002-07-22 12:00  Conference System\Backup\DeviceSelector.cs

     文件       5324  2002-07-22 12:00  Conference System\Backup\DeviceSelector.resx

     文件       2502  2002-07-22 12:00  Conference System\Backup\DShowNET\AssemblyInfo.cs

     文件       1481  2002-07-22 12:00  Conference System\Backup\DShowNET\DsBugWO.cs

     文件      13005  2002-07-22 12:00  Conference System\Backup\DShowNET\DsControl.cs

     文件      12393  2002-07-22 12:00  Conference System\Backup\DShowNET\DsCore.cs

     文件       3932  2002-07-22 12:00  Conference System\Backup\DShowNET\DsDevice.cs

     文件      20816  2002-07-22 12:00  Conference System\Backup\DShowNET\DsDVD.cs

     文件      12430  2002-07-22 12:00  Conference System\Backup\DShowNET\DsExtend.cs

     文件       5251  2006-01-13 01:51  Conference System\Backup\DShowNET\DShowNET.csproj

     文件       1805  2006-06-29 02:44  Conference System\Backup\DShowNET\DShowNET.csproj.user

     文件       8365  2002-07-22 12:00  Conference System\Backup\DShowNET\DsUtils.cs

     文件       6892  2002-07-22 12:00  Conference System\Backup\DShowNET\DsUuids.cs

     文件       1841  2002-07-22 12:00  Conference System\Backup\DShowNET\QEdit.cs

     文件       8231  2006-06-25 14:07  Conference System\Backup\Form1.cs

     文件      39261  2006-06-25 14:07  Conference System\Backup\Form1.resx

     文件      28085  2006-06-25 14:02  Conference System\Backup\MainForm.cs

     文件     150361  2006-06-25 14:02  Conference System\Backup\MainForm.resx

............此处省略58个文件信息

评论

共有 条评论