• 大小: 301KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-12
  • 语言: 其他
  • 标签: luainterface  

资源简介

lua与.net互调

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Security.Permissions;

//
// 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(“LuaInterface“)]
[assembly: AssemblyDescription(“Bridge between the Lua runtime and the CLR“)]
[assembly: AssemblyCopyright(“Copyright 2003-2006 Fabio Mascarenhas Kevin Hester“)]

//
// 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.5.3“)]

//
// 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.
//

// We call native DLLs (lua50) and we don‘t want to be fucked with or validated
// [assembly: SecurityPermission(RequestMinimum UnmanagedCode = true)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         172  2002-11-07 07:27  Built\test.lua
     文件      188416  2006-12-29 19:06  Built\lua51.dll
     文件       24842  2006-12-29 19:06  Built\lua51.lib
     文件       73728  2006-12-29 18:54  Built\LuaInterface.dll
     文件        9728  2006-12-29 19:06  Built\luanet.dll
     文件       16384  2006-12-29 18:54  Built\LuaRunner.exe
     文件       32768  2006-12-29 19:06  Built\TestLua.exe
     文件        1541  2006-07-27 17:08  luainterface\COPYRIGHT
     文件       77873  2006-07-27 17:08  luainterface\doc\guide.pdf
     文件       38574  2006-07-27 17:08  luainterface\doc\luainterface.pdf
     文件          88  2006-07-27 17:08  luainterface\doc\LuaRunner.txt
     文件        7185  2006-12-29 19:06  luainterface\LuaInterface.sln
     文件        7070  2006-12-29 19:19  luainterface\README.txt
     文件         996  2006-09-27 16:04  luainterface\samples\CLRPackage.lua
     文件        1028  2006-10-19 00:04  luainterface\samples\form.lua
     文件         824  2006-10-19 01:22  luainterface\samples\form_alt.lua
     文件         291  2006-11-16 21:41  luainterface\samples\README.txt
     文件         436  2006-10-19 00:48  luainterface\samples\socket.lua
     文件         360  2006-10-19 01:22  luainterface\samples\socket_alt.lua
     文件        2913  2006-12-08 22:40  luainterface\samples\testluaform.lua
     文件        2767  2006-10-19 20:29  luainterface\samples\testluaform_alt.lua
     文件        2445  2006-12-14 22:24  luainterface\src\LuaInterface\AssemblyInfo.cs
     文件       13004  2006-12-14 22:16  luainterface\src\LuaInterface\CheckType.cs
     文件       24032  2006-11-15 21:37  luainterface\src\LuaInterface\GenerateEventAssembly.cs
     文件       24401  2006-12-29 18:53  luainterface\src\LuaInterface\Lua.cs
     文件       21711  2006-12-20 23:24  luainterface\src\LuaInterface\LuaDLL.cs
     文件         360  2006-07-27 17:08  luainterface\src\LuaInterface\LuaException.cs
     文件        2753  2006-10-23 05:52  luainterface\src\LuaInterface\LuaInterface.csproj
     文件         257  2006-07-27 17:08  luainterface\src\LuaInterface\LuaInterface.csproj.vspscc
     文件         596  2006-07-27 17:08  luainterface\src\LuaInterface\luainterface.snk
     文件       30085  2006-12-20 20:50  luainterface\src\LuaInterface\metatables.cs
............此处省略17个文件信息

评论

共有 条评论

相关资源