added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / CLR / Reflection / ReflectionEmit / vb / reflectionemit / assemblyinfo.vb
blobabd06e73650c4428c57222384e464838092a9ddc
1 '-----------------------------------------------------------------------
2 ' This file is part of the Microsoft .NET Framework SDK Code Samples.
3 '
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
5 '
6 'This source code is intended only as a supplement to Microsoft
7 'Development Tools and/or on-line documentation. See these other
8 'materials for detailed information regarding Microsoft code samples.
9 '
10 'THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 'KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 'IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 'PARTICULAR PURPOSE.
14 '-----------------------------------------------------------------------
16 Imports System
17 Imports System.Reflection
18 Imports System.Security.Permissions
19 Imports System.Runtime.InteropServices
21 <Assembly: AssemblyTitle("")>
22 <Assembly: AssemblyDescription("A .NET SDK Technology Sample Assembly")>
23 <Assembly: AssemblyConfiguration("")>
24 <Assembly: AssemblyCompany("Microsoft Corporation")>
25 <Assembly: AssemblyProduct("Microsoft .NET Framework Technology Samples")>
26 <Assembly: AssemblyCopyright("Microsoft Corporation. All rights reserved.")>
27 <Assembly: AssemblyTrademark("")>
28 <Assembly: AssemblyCulture("")>
29 <Assembly: AssemblyVersion("2.0.0.0")>
30 <Assembly: ComVisible(False)>
31 <Assembly: CLSCompliant(True)>
32 <Assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum, Execution:=True)>