<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by VSdocman. Please visit http://www.helixoft.com -->

<doc>
    <vsdocman_path>C:\Program Files\VSdocman</vsdocman_path>
    <output_path>C:\TestDLL\VSdoc</output_path>
    <template_path>C:\Program Files\VSdocman\Templates</template_path>

    
    <project>
        <name>TestDLL</name>
        <default-topic>topic_000000000000000E</default-topic>
				<custom-topics>
    <topic type="custom-topic" href="topic_000000000000000E">
 
		<label>Overview</label>
 
  </topic>



  
  <topic type="custom-topic">
 
		<label>TestDLL Usage</label>
       <topic type="custom-topic" href="topic_0000000000000010">
 
		<label>Basic Functionality</label>
 
  </topic>



      <topic type="custom-topic" href="topic_0000000000000011">
 
		<label>Advanced</label>
 
  </topic>



 
 
  </topic>



    <topic type="custom-topic" href="topic_0000000000000012">
 
		<label>TestDLL Reference</label>
    

  	<topic type="namespace" href="topic_0000000000000014">
 		<label>TestDLL Namespace</label>
 	</topic>
 

 
 
  </topic>



    <topic type="custom-topic" href="topic_0000000000000015">
 
		<label>License Agreement</label>
 
  </topic>



    <topic type="custom-topic" href="topic_0000000000000016">
 
		<label>About</label>
 
  </topic>





				</custom-topics>
        <members>
        
<member type="custom-topic">
		<name>Overview</name>
		<purename>Overview</purename>
		<fullname>Overview</fullname>

		<link>topic_000000000000000E</link>
		<parent cref="MEMBER-PARENT" />
		<summary>This is documentation for our sample TestDLL class library. It was generated
with VSdocman to show its capabilities. With <see cref="http://www.helixoft.com/vsdocman/overview.html">VSdocman</see> you can
comment and generate documentation for your .NET code. 
<para><img src="logo-VSdocman.gif"/></para>
<para>This topic and other topics and chapters were created as custom topics.
The API topics in <see cref="topic_0000000000000012.xml">TestDLL Reference
chapter</see> were generated from the source code and XML comments.</para>
<para>See the API documentation for the main <see cref="topic_0000000000000000.xml">DllClass1 class</see>.</para></summary>
		
		
		
		
		
		
 
 
 
 
 
 

		
</member>

<member type="custom-topic">
		<name>TestDLL Usage</name>
		<purename>TestDLL Usage</purename>
		<fullname>TestDLL Usage</fullname>

		<link>topic_000000000000000F</link>
		<parent cref="MEMBER-PARENT" />
		<summary></summary>
		
		
		
		
		
		
 
 
 
 
 
 

		
</member>

<member type="custom-topic">
		<name>Basic Functionality</name>
		<purename>Basic Functionality</purename>
		<fullname>Basic Functionality</fullname>

		<link>topic_0000000000000010</link>
		<parent cref="MEMBER-PARENT" />
		<summary>Here we describe basic functionality of TestDLL library.</summary>
		
		
		
		
		
		
 
 
 
 
 
 

				<seealso cref="Advanced Usage">Advanced Usage</seealso>


</member>

<member type="custom-topic">
		<name>Advanced</name>
		<purename>Advanced</purename>
		<fullname>Advanced</fullname>

		<link>topic_0000000000000011</link>
		<parent cref="MEMBER-PARENT" />
		<summary>To fully use the TestDLL, you need to understand some additional concepts. They
are described below.</summary>
		<remarks>Our remarks here.</remarks>

		
		
		
		
		
 
 
 
 
 
 

				<seealso cref="Basic Functionality">Basic Functionality</seealso>


</member>

<member type="custom-topic">
		<name>TestDLL Reference</name>
		<purename>TestDLL Reference</purename>
		<fullname>TestDLL Reference</fullname>

		<link>topic_0000000000000012</link>
		<parent cref="MEMBER-PARENT" />
		<summary>Here you can find class reference for TestDLL.
<para>See the API documentation for its main <see cref="topic_0000000000000014.xml">TestDLL
namespace</see>. </para></summary>
		
		
		
		
		
		
 
 
 
 
 
 

		
</member>
	<member type="namespace"  accessibility="Public">

		<name>TestDLL</name>
		<purename>TestDLL</purename>
		<fullname>TestDLL</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000014</link>
		<parent cref="" />


		<summary>This is main namespace.</summary>
		
		
		
		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 <user index="3" heading="Diagram">You can navigate to code elements using clickable class diagram below. The diagram can be placed anywhere, e.g. in summary or Remarks section or in its own section as shown here.
 <img src="cdiag_36965d412432c902cefd79dd43d9fc90.png"/> </user>
 
 

		
		
		
		




        
        
        
        
        
        
        

        

















		<submember type="class" cref="TestDLL.DllClass1">DllClass1</submember>



		<submember type="module" cref="TestDLL.DllModule1">DllModule1</submember>






	</member>
	<member type="class"  accessibility="Public">

		<name>DllClass1</name>
		<purename>DllClass1</purename>
		<fullname>TestDLL.DllClass1</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000000</link>
		<parent cref="TestDLL" />


		<summary>The main class of TestDll.</summary>
		<remarks>Here we show how to use XML comments.</remarks>

		
		
		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
		
		
		




        <vb-declaration><code>Public Class DllClass1<para></para>    Implements <msdnlink keywords="frlrfSystemCollectionsGenericIEnumerableClassTopic">IEnumerable</msdnlink>(Of <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink>)</code></vb-declaration>
<csharp-declaration><code>public class DllClass1 : <msdnlink keywords="frlrfSystemCollectionsGenericIEnumerableClassTopic">IEnumerable</msdnlink>&lt;<msdnlink keywords="frlrfSystemStringClassTopic">string</msdnlink>&gt;</code></csharp-declaration>
<cpp-declaration><code><para></para>public __gc class DllClass1 : public <msdnlink keywords="frlrfSystemCollectionsGenericIEnumerableClassTopic">IEnumerable</msdnlink>&lt;<msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink>&gt;</code></cpp-declaration>
<jscript-declaration><code>JScript does not support generic types and methods.</code></jscript-declaration>

        
        
        
        
        
        



        

		<submember type="method" cref="TestDLL.DllClass1.GetEnumerator">GetEnumerator</submember>

		<submember type="method" cref="TestDLL.DllClass1.GetEnumerator1">GetEnumerator1</submember>






		<submember type="method" cref="TestDLL.DllClass1.method1">method1</submember>

		<submember type="method" cref="TestDLL.DllClass1.method1(Of T)">method1(Of T)</submember>



		<submember type="property" cref="TestDLL.DllClass1.prop1">prop1</submember>

		<submember type="property" cref="TestDLL.DllClass1.prop2">prop2</submember>

















		<submember type="class" cref="TestDLL.DllClass1.nestedException">nestedException</submember>








	</member>
	<member type="property"  accessibility="Public">

		<name>DllClass1.prop1</name>
		<purename>prop1</purename>
		<fullname>TestDLL.DllClass1.prop1</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000007</link>
		<parent cref="TestDLL.DllClass1" />
		<summary>Our sample property.</summary>
		<remarks>This property is really interesting. We can use:
<list type="number"><item><description><b><i><u><font color="#FF0000">font formatting</font></u></i></b> or <c>code</c></description></item><item><description>bulleted or numbered lists</description></item><item><description>tables, pictures, <see cref="topic_0000000000000008.xml">links</see></description></item></list>
<para></para>
<para>Here is the table:</para>
<list type="table"><listheader><term>Column1</term><description>Column2</description></listheader><item><term>abc</term><description>
<para></para></description></item><item><term>def</term><description>
<para></para></description></item></list></remarks>

		<example>This is an example how to use prop1 and prop2 properties:
<para></para>
<code>  Try<para></para>     If Me.prop1 &lt;&gt; &quot;hello&quot; Then<para></para>         prop2 = DllModule1.sampleEnum.value2<para></para>     End If<para></para> Catch ex As nestedException<para></para>     prop2 = DllModule1.sampleEnum.value1<para></para> End Try</code></example>

		<returns>Some nice text.</returns>
		<value>Some nice text.</value>

		
		<needs_parent value="no" />

		<author>Peter Macej</author>

		<revision>27</revision>

		<version>2.0</version>

		
 <user index="1" heading="Copyright">(c) 2008 Helixoft</user>
 
 
 <user index="2" heading="To Do">Improve exception handling</user>
 
 
 
 

		
		
		




        <vb-declaration><code>Public Property prop1() As <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink></code></vb-declaration>
<csharp-declaration><code>public <msdnlink keywords="frlrfSystemStringClassTopic">string</msdnlink> prop1 {get; set;}</code></csharp-declaration>
<cpp-declaration><code>public: <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink> __gc* get_prop1()<para></para>public: void set_prop1(<para></para>   <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink> __gc*<para></para>)</code></cpp-declaration>
<jscript-declaration><code>public function get prop1() : <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink>;<para></para>public function set prop1(value : <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink>);</code></jscript-declaration>

        <source_code><code>    Property prop1() As String<para></para>        Get<para></para>            Return &quot;Hello&quot;<para></para>        End Get<para></para>        Set(ByVal Value As String)<para></para><para></para>        End Set<para></para>    End Property</code></source_code>

        		<seealso cref="TestDLL.DllClass1.prop2">Another interesting property</seealso>


        
        
        
        

        
























	</member>
		<member type="property"  accessibility="Friend">

		<name>DllClass1.prop2</name>
		<purename>prop2</purename>
		<fullname>TestDLL.DllClass1.prop2</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000008</link>
		<parent cref="TestDLL.DllClass1" />
		<summary>Our second sample property.</summary>
		
		
		<returns>Only allowed values.</returns>
		<value>Only allowed values.</value>

		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
		
		




        <vb-declaration><code>Friend Property prop2() As <see cref="topic_000000000000000A.xml">sampleEnum</see></code></vb-declaration>
<csharp-declaration><code>internal <see cref="topic_000000000000000A.xml">sampleEnum</see> prop2 {get; set;}</code></csharp-declaration>
<cpp-declaration><code>public private: <see cref="topic_000000000000000A.xml">sampleEnum</see> get_prop2()<para></para>public private: void set_prop2(<para></para>   <see cref="topic_000000000000000A.xml">sampleEnum</see><para></para>)</code></cpp-declaration>
<jscript-declaration><code>internal function get prop2() : <see cref="topic_000000000000000A.xml">sampleEnum</see>;<para></para>internal function set prop2(value : <see cref="topic_000000000000000A.xml">sampleEnum</see>);</code></jscript-declaration>

        
        		<seealso cref="TestDLL.DllClass1.prop1">Our Property 1</seealso>

		<seealso cref="TestDLL.DllModule1.sampleEnum">TestDLL.DllModule1.sampleEnum</seealso>


        
        
        
        

        
























	</member>
		<member type="method"  accessibility="Public">

		<name>DllClass1.GetEnumerator</name>
		<purename>GetEnumerator</purename>
		<fullname>TestDLL.DllClass1.GetEnumerator</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000001</link>
		<parent cref="TestDLL.DllClass1" />


		<summary>Returns an enumerator that iterates through the collection.</summary>
		
		
				<returns>A <msdnlink keywords="frlrfSystemCollectionsGenericIEnumeratorClassTopic">IEnumerator&lt;T&gt;</msdnlink>
that can be used to iterate through the collection.</returns>

		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
		
		
		




        <vb-declaration><code>Public Function GetEnumerator() As <msdnlink keywords="frlrfSystemCollectionsGenericIEnumeratorClassTopic">IEnumerator</msdnlink>(Of <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink>)</code></vb-declaration>
<csharp-declaration><code>public <msdnlink keywords="frlrfSystemCollectionsGenericIEnumeratorClassTopic">IEnumerator</msdnlink>&lt;<msdnlink keywords="frlrfSystemStringClassTopic">string</msdnlink>&gt; GetEnumerator();</code></csharp-declaration>
<cpp-declaration><code><para></para>public: <msdnlink keywords="frlrfSystemCollectionsGenericIEnumeratorClassTopic">IEnumerator</msdnlink>&lt;<msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink>&gt; __gc* GetEnumerator();</code></cpp-declaration>
<jscript-declaration><code>JScript does not support generic types and methods.</code></jscript-declaration>

        
        
        
        
        
        

        
























	</member>
	<member type="method"  accessibility="Public">

		<name>DllClass1.GetEnumerator1</name>
		<purename>GetEnumerator1</purename>
		<fullname>TestDLL.DllClass1.GetEnumerator1</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000002</link>
		<parent cref="TestDLL.DllClass1" />


		<summary>Returns an enumerator that iterates through a collection.</summary>
		
		
				<returns>An <msdnlink keywords="frlrfSystemCollectionsIEnumeratorClassTopic">IEnumerator</msdnlink>
object that can be used to iterate through the collection.</returns>

		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
		
		
		




        <vb-declaration><code>Public Function GetEnumerator1() As <msdnlink keywords="frlrfSystemCollectionsIEnumeratorClassTopic">IEnumerator</msdnlink> Implements  _<para></para>   <msdnlink keywords="frlrfSystemCollectionsIEnumerableClassGetEnumeratorTopic">System.Collections.IEnumerable.GetEnumerator</msdnlink></code></vb-declaration>
<csharp-declaration><code>public <msdnlink keywords="frlrfSystemCollectionsIEnumeratorClassTopic">IEnumerator</msdnlink> GetEnumerator1();</code></csharp-declaration>
<cpp-declaration><code><para></para>public: <msdnlink keywords="frlrfSystemCollectionsIEnumeratorClassTopic">IEnumerator</msdnlink> __gc* GetEnumerator1();</code></cpp-declaration>
<jscript-declaration><code>public function GetEnumerator1() : <msdnlink keywords="frlrfSystemCollectionsIEnumeratorClassTopic">IEnumerator</msdnlink>;</code></jscript-declaration>

        
        
        
        
        
        

        
























	</member>
	<member type="method"  accessibility="Public">

		<name>DllClass1.method1 (System.String)</name>
		<purename>method1</purename>
		<fullname>TestDLL.DllClass1.method1</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000004</link>
		<parent cref="TestDLL.DllClass1" />


		<summary>Sample method with one String argument.</summary>
		<remarks>This remarks section was included from external XML file
        using &lt;include&gt; comment tag.</remarks>

		
				<returns>True if no error occurs.</returns>

		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
				<param name="x">The first parameter.</param>

		
		




        <vb-declaration><code>Public Function method1( _<para></para>   ByVal <i>x</i> As <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink> _<para></para>) As <msdnlink keywords="frlrfSystemBooleanClassTopic">Boolean</msdnlink></code></vb-declaration>
<csharp-declaration><code>public <msdnlink keywords="frlrfSystemBooleanClassTopic">bool</msdnlink> method1(<para></para>   <msdnlink keywords="frlrfSystemStringClassTopic">string</msdnlink> <i>x</i><para></para>);</code></csharp-declaration>
<cpp-declaration><code><para></para>public: <msdnlink keywords="frlrfSystemBooleanClassTopic">bool</msdnlink> method1(<para></para>   <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink> __gc* <i>x</i><para></para>);</code></cpp-declaration>
<jscript-declaration><code>public function method1(<para></para>    <i>x</i> : <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink><para></para>) : <msdnlink keywords="frlrfSystemBooleanClassTopic">boolean</msdnlink>;</code></jscript-declaration>

        
        
        
        
        
        

        
























	</member>
	<member type="method"  accessibility="Public">

		<name>DllClass1.method1 (System.Int32)</name>
		<purename>method1</purename>
		<fullname>TestDLL.DllClass1.method1</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000003</link>
		<parent cref="TestDLL.DllClass1" />


		<summary>Our sample method.</summary>
		
		
				<returns>True if no error occurs.</returns>

		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
				<param name="x">The first parameter.</param>

		
		




        <vb-declaration><code>Public Function method1( _<para></para>   ByVal <i>x</i> As <msdnlink keywords="frlrfSystemInt32ClassTopic">Integer</msdnlink> _<para></para>) As <msdnlink keywords="frlrfSystemBooleanClassTopic">Boolean</msdnlink></code></vb-declaration>
<csharp-declaration><code>public <msdnlink keywords="frlrfSystemBooleanClassTopic">bool</msdnlink> method1(<para></para>   <msdnlink keywords="frlrfSystemInt32ClassTopic">int</msdnlink> <i>x</i><para></para>);</code></csharp-declaration>
<cpp-declaration><code><para></para>public: <msdnlink keywords="frlrfSystemBooleanClassTopic">bool</msdnlink> method1(<para></para>   <msdnlink keywords="frlrfSystemInt32ClassTopic">int</msdnlink> <i>x</i><para></para>);</code></cpp-declaration>
<jscript-declaration><code>public function method1(<para></para>    <i>x</i> : <msdnlink keywords="frlrfSystemInt32ClassTopic">int</msdnlink><para></para>) : <msdnlink keywords="frlrfSystemBooleanClassTopic">boolean</msdnlink>;</code></jscript-declaration>

        
        
        
        
        
        

        
























	</member>
	<member type="method"  accessibility="Public">

		<name>DllClass1.method1(Of T)</name>
		<purename>method1(Of T)</purename>
		<fullname>TestDLL.DllClass1.method1(Of T)</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000005</link>
		<parent cref="TestDLL.DllClass1" />


		<summary>Sample method with two arguments.</summary>
		
		
				<returns>True if no error occurs.</returns>

		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

				<typeparam name="T">The type used in this generic method.</typeparam>

				<param name="x">The first parameter.</param>
		<param name="y">The second parameter.</param>

				<exception cref="TestDLL.DllClass1.nestedException">If something horrible
happens.</exception>


		




        <vb-declaration><code>Public Function method1(Of  _<para></para>   <i>T</i>)( _<para></para>   ByVal <i>x</i> As <msdnlink keywords="frlrfSystemInt32ClassTopic">Integer</msdnlink>(), _<para></para>   ByVal <i>y</i> As <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink> _<para></para>) As <msdnlink keywords="frlrfSystemBooleanClassTopic">Boolean</msdnlink></code></vb-declaration>
<csharp-declaration><code>public <msdnlink keywords="frlrfSystemBooleanClassTopic">bool</msdnlink> method1&lt;T&gt;(<para></para>   <msdnlink keywords="frlrfSystemInt32ClassTopic">int</msdnlink>[] <i>x</i>,<para></para>   <msdnlink keywords="frlrfSystemStringClassTopic">string</msdnlink> <i>y</i><para></para>);</code></csharp-declaration>
<cpp-declaration><code>generic&lt;typename T&gt;<para></para>public: <msdnlink keywords="frlrfSystemBooleanClassTopic">bool</msdnlink> method1(<para></para>   <msdnlink keywords="frlrfSystemInt32ClassTopic">int</msdnlink> <i>x</i> __gc[],<para></para>   <msdnlink keywords="frlrfSystemStringClassTopic">String</msdnlink> __gc* <i>y</i><para></para>);</code></cpp-declaration>
<jscript-declaration><code>JScript does not support generic types and methods.</code></jscript-declaration>

        
        
        
        
        
        

        
























	</member>
	<member type="class"  accessibility="Public">

		<name>nestedException</name>
		<purename>nestedException</purename>
		<fullname>TestDLL.DllClass1.nestedException</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000006</link>
		<parent cref="TestDLL.DllClass1" />


		<summary>This is our custom exception.</summary>
		<remarks>This is also an example of nested class.</remarks>

		
		
		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
		
		
		




        <vb-declaration><code>&lt;AttributeUsage(AttributeTargets.Class, AllowMultiple:=True)&gt; _<para></para>Public Class nestedException<para></para>    Inherits <msdnlink keywords="frlrfSystemExceptionClassTopic">Exception</msdnlink></code></vb-declaration>
<csharp-declaration><code>[AttributeUsage(AttributeTargets.Class, AllowMultiple:=True)]<para></para>public class nestedException : <msdnlink keywords="frlrfSystemExceptionClassTopic">Exception</msdnlink></code></csharp-declaration>
<cpp-declaration><code>[AttributeUsage(AttributeTargets.Class, AllowMultiple:=True)]<para></para><para></para>public __gc class nestedException : public <msdnlink keywords="frlrfSystemExceptionClassTopic">Exception</msdnlink></code></cpp-declaration>
<jscript-declaration><code>public <para></para>   AttributeUsage(AttributeTargets.Class, AllowMultiple:=True)<para></para>class nestedException<para></para>   extends <msdnlink keywords="frlrfSystemExceptionClassTopic">Exception</msdnlink></code></jscript-declaration>

        
        
        
        
        
        





        




































	</member>
	<member type="module"  accessibility="Friend">

		<name>DllModule1</name>
		<purename>DllModule1</purename>
		<fullname>TestDLL.DllModule1</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_0000000000000009</link>
		<parent cref="TestDLL" />


		<summary></summary>
		
		
		
		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
		
		
		




        <vb-declaration><code>Friend Module DllModule1</code></vb-declaration>
<csharp-declaration><code>internal sealed class DllModule1</code></csharp-declaration>
<cpp-declaration><code>private __sealed __gc class DllModule1</code></cpp-declaration>
<jscript-declaration><code>internal final class DllModule1</code></jscript-declaration>

        
        
        
        
        
        

        




















		<submember type="enumeration" cref="TestDLL.DllModule1.sampleEnum">sampleEnum</submember>












	</member>
	<member type="enumeration"  accessibility="Public">

		<name>sampleEnum</name>
		<purename>sampleEnum</purename>
		<fullname>TestDLL.DllModule1.sampleEnum</fullname>

		
		
		<assembly>TestDLL (in TestDLL.dll)</assembly>
		<link>topic_000000000000000A</link>
		<parent cref="TestDLL.DllModule1" />


		<summary>Sample enumeration.</summary>
		<remarks>To see the values of enumerations in documentation  you must check to
compile also constants in VSdocman options.</remarks>

		
		
		
		<needs_parent value="no" />

		
		
		
		
 
 
 
 
 
 

		
		
		
		




        
        
        
        
        
        
        

        























		<submember type="constant" cref="TestDLL.DllModule1.sampleEnum.value1">First value.</submember>

		<submember type="constant" cref="TestDLL.DllModule1.sampleEnum.value2">Second value</submember>

		<submember type="constant" cref="TestDLL.DllModule1.sampleEnum.value3">Third value.</submember>


	</member>

<member type="custom-topic">
		<name>License Agreement</name>
		<purename>License Agreement</purename>
		<fullname>License Agreement</fullname>

		<link>topic_0000000000000015</link>
		<parent cref="TestDLL.DllModule1" />
		<summary>The license agreement.</summary>
		
		
		
		
		
		
 
 
 
 
 
 

		
</member>

<member type="custom-topic">
		<name>About</name>
		<purename>About</purename>
		<fullname>About</fullname>

		<link>topic_0000000000000016</link>
		<parent cref="TestDLL.DllModule1" />
		<summary><b>TestDLL version 1.0</b>
<para></para>
<para><img src="helix80.gif"/></para>
<para>Copyright © Helixoft</para>
<para></para>
<para>Home page and registration info: <see cref="http://www.helixoft.com/">http://www.helixoft.com/</see></para></summary>
		
		
		
		
		
		
 
 
 
 
 
 

		
</member>
        </members>
    </project>
</doc>