00001 /** 00002 * @file declares.vb 00003 * <summary>example file demonstrating Windows API Declares</summary> 00004 * <remarks>The original unfiltered source of this file: <A HREF="http://trac.sevo.org/projects/doxyvb/browser/trunk/samples/DotNET/declares.vb">declares.vb</A></remarks> 00005 */ 00006 using System.IO; 00007 using System.Threading; 00008 using System.Runtime.Serialization; 00009 namespace Test_Doxygen { 00010 /** 00011 * <summary> 00012 * simple class with Windows API functions 00013 * </summary> 00014 * <remarks>implements some windows api functions</remarks> 00015 */ 00016 public class WinAPIClass 00017 { 00018
1.7.1