⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 assemblyinfo.vb

📁 vs 2005 中 用的 vb 示例 程序,测试运行良好,对初学者有一定参考价值
💻 VB
字号:
'-----------------------------------------------------------------------
'  This file is part of the Microsoft .NET Framework SDK Code Samples.
' 
'  Copyright (C) Microsoft Corporation.  All rights reserved.
' 
'This source code is intended only as a supplement to Microsoft
'Development Tools and/or on-line documentation.  See these other
'materials for detailed information regarding Microsoft code samples.
' 
'THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
'KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
'IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
'PARTICULAR PURPOSE.
'-----------------------------------------------------------------------

Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports 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.

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("")> 
<Assembly: AssemblyDescription("A .NET SDK Technology Sample Assembly")> 
<Assembly: AssemblyConfiguration("")> 
<Assembly: AssemblyCompany("Microsoft Corporation")> 
<Assembly: AssemblyProduct("Microsoft .NET Framework Technology Samples")> 
<Assembly: AssemblyCopyright("Microsoft Corporation.  All rights reserved.")> 
<Assembly: AssemblyTrademark("")> 
<Assembly: AssemblyCulture("")> 

<Assembly: CLSCompliant(True)> 
<Assembly: ComVisible(False)>

'The following GUID is for the ID of the typelib if this project is exposed to COM
'<Assembly: Guid("3924f8bb-0b88-4f21-b3be-10f5027ed8a6")> 

' 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 Build and Revision Numbers 
' by using the '*' as shown below:
<Assembly: AssemblyVersion("2.0.0.0")> 
<Assembly: AssemblyFileVersion("2.0.0.0")> 

<Assembly: PermissionSetAttribute(SecurityAction.RequestMinimum, Name:="FullTrust")>  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -