1 '-----------------------------------------------------------------------
2 ' This file is part of the Microsoft .NET Framework SDK Code Samples.
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
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.
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
14 '-----------------------------------------------------------------------
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)>