DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Windows/Microsoft.NET/Framework/v2.0.50727/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Windows/Microsoft.NET/Framework/v2.0.50727/en/Microsoft.VisualBasic.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.VisualBasic</name>
  </assembly>
  <members>
    <member name="T:Microsoft.VisualBasic.AppWinStyle">
      <summary>
                    Indicates the window style to use for the invoked program when calling the Shell function.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.AppWinStyle.Hide">
      <summary>
                    Window is hidden and focus is passed to the hidden window. This member is equivalent to the Visual Basic constant vbHide.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.AppWinStyle.NormalFocus">
      <summary>
                    Window has focus and is restored to its original size and position. This member is equivalent to the Visual Basic constant vbNormalFocus.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.AppWinStyle.MinimizedFocus">
      <summary>
                    Window is displayed as an icon with focus. This member is equivalent to the Visual Basic constant vbMinimizedFocus.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.AppWinStyle.MaximizedFocus">
      <summary>
                    Window is maximized with focus. This member is equivalent to the Visual Basic constant vbMaximizedFocus.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.AppWinStyle.NormalNoFocus">
      <summary>
                    Window is restored to its most recent size and position. The currently active window remains active. This member is equivalent to the Visual Basic constant vbNormalNoFocus.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.AppWinStyle.MinimizedNoFocus">
      <summary>
                    Window is displayed as an icon. The currently active window remains active. This member is equivalent to the Visual Basic constant vbMinimizedNoFocus.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.AudioPlayMode">
      <summary>
                    Indicates how to play sounds when calling audio methods.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.AudioPlayMode.WaitToComplete">
      <summary>
                    Causes the My.Computer.Audio.Play method to play the sound, and waits until it completes before calling code continues.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.AudioPlayMode.Background">
      <summary>
                    Causes the My.Computer.Audio.Play method to play the sound in the background. The calling code continues to execute.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.AudioPlayMode.BackgroundLoop">
      <summary>
                    Causes the My.Computer.Audio.Play method to play the sound in the background until the My.Computer.Audio.Stop Method is called. The calling code continues to execute.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.CallType">
      <summary>
                    Indicates the type of procedure being invoked when calling the CallByName function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.CallType.Method">
      <summary>
                    A method is being invoked.  This member is equivalent to the Visual Basic constant vbMethod.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.CallType.Get">
      <summary>
                    A property value is being retrieved.  This member is equivalent to the Visual Basic constant vbGet.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.CallType.Let">
      <summary>
                    An Object property value is being determined. This member is equivalent to the Visual Basic constant vbLet.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.CallType.Set">
      <summary>
                    A property value is being determined.  This member is equivalent to the Visual Basic constant vbSet.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.Collection">
      <summary>
                    A Visual Basic Collection is an ordered set of items that can be referred to as a unit.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.#ctor">
      <summary>
                    Creates and returns a new Visual Basic Collection Object (Visual Basic).
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.Add(System.Object,System.String,System.Object,System.Object)">
      <summary>
                    Adds an element to a Collection object.
                </summary>
      <param name="Item">
                    Required. An object of any type that specifies the element to add to the collection.
                </param>
      <param name="Key">
                    Optional. A unique String expression that specifies a key string that can be used instead of a positional index to access this new element in the collection.
                </param>
      <param name="Before">
                    Optional. An expression that specifies a relative position in the collection. The element to be added is placed in the collection before the element identified by the <paramref name="Before" /> argument. If <paramref name="Before" /> is a numeric expression, it must be a number from 1 through the value of the collection's Count Property (Collection Object). If <paramref name="Before" /> is a String expression, it must correspond to the key string specified when the element being referred to was added to the collection. You cannot specify both <paramref name="Before" /> and <paramref name="After" />.
                </param>
      <param name="After">
                    Optional. An expression that specifies a relative position in the collection. The element to be added is placed in the collection after the element identified by the <paramref name="After" /> argument. If <paramref name="After" /> is a numeric expression, it must be a number from 1 through the value of the collection's Count property. If <paramref name="After" /> is a String expression, it must correspond to the key string specified when the element referred to was added to the collection. You cannot specify both <paramref name="Before" /> and <paramref name="After" />.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.Clear">
      <summary>
                    Deletes all elements of a Visual Basic Collection object.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.Contains(System.String)">
      <summary>
                    Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
                </returns>
      <param name="Key">
                    Required. A String expression that specifies the key for which to search the elements of the collection.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.Count">
      <summary>
                    Returns an Integer containing the number of elements in a collection. Read-only.
                </summary>
      <returns>
                    Returns an Integer containing the number of elements in a collection. Read-only.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.GetEnumerator">
      <summary>
                    Returns a reference to an enumerator object, which is used to iterate over a Collection Object (Visual Basic).
                </summary>
      <returns>
                    Returns a reference to an enumerator object, which is used to iterate over a Collection Object (Visual Basic).
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
                    Returns the data needed to serialize the <see cref="T:Microsoft.VisualBasic.Collection" /> object. Implements the <see cref="T:System.Runtime.Serialization.ISerializable" /> interface.
                </summary>
      <param name="info">
                    A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object containing the information required to serialize the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </param>
      <param name="context">
                    A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object containing the source and destination of the serialized stream associated with the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
      <summary>
                    Copies the elements of the <see cref="T:Microsoft.VisualBasic.Collection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index. Implements the <see cref="T:System.Collections.ICollection" /> interface.
                </summary>
      <param name="array">
                    The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:Microsoft.VisualBasic.Collection" /> object. The <see cref="T:System.Array" /> must have zero-based indexing. 
                </param>
      <param name="index">
                    The zero-based index in <paramref name="array" /> at which copying begins. 
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="array" /> is null. 
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index" /> is less than zero. 
                </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="array" /> is multidimensional.
                
                    -or- 
                <paramref name="index" /> is equal to or greater than the length of <paramref name="array" />.
                
                    -or- 
                
                    The number of elements in the source <see cref="T:Microsoft.VisualBasic.Collection" /> object is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.
                </exception>
      <exception cref="T:System.InvalidCastException">
                    The type of the source <see cref="T:Microsoft.VisualBasic.Collection" /> object cannot be cast automatically to the type of the destination <paramref name="array" />. 
                </exception>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.System#Collections#ICollection#Count">
      <summary>
                    Gets the number of items in this collection. Implements the <see cref="T:System.Collections.ICollection" /> interface.
                </summary>
      <returns>
                    The number of items in this collection.
                </returns>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#IEnumerable#GetEnumerator">
      <summary>
                    Returns an enumerator that iterates through the collection. Implements the <see cref="T:System.Collections.ICollection" /> interface.
                </summary>
      <returns>
                    An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.System#Collections#ICollection#IsSynchronized">
      <summary>
                    Gets a value indicating whether access to the <see cref="T:Microsoft.VisualBasic.Collection" /> object is synchronized (thread safe). Implements the <see cref="T:System.Collections.ICollection" /> interface.
                </summary>
      <returns>
                    Returns True if access to the <see cref="T:Microsoft.VisualBasic.Collection" /> object is synchronized (thread safe); otherwise, False.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.System#Collections#ICollection#SyncRoot">
      <summary>
                    Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.VisualBasic.Collection" /> object. Implements the <see cref="T:System.Collections.ICollection" /> interface.
                </summary>
      <returns>
                    An object that can be used to synchronize access to the <see cref="T:Microsoft.VisualBasic.Collection" /> object.
                </returns>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#IList#Add(System.Object)">
      <summary>
                    Adds an item to the <see cref="T:Microsoft.VisualBasic.Collection" /> object. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <returns>
                    The position into which the new element was inserted.
                </returns>
      <param name="value">
                    The <see cref="T:System.Object" /> to add to the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </param>
      <exception cref="T:System.NotSupportedException">
                    The <see cref="T:Microsoft.VisualBasic.Collection" /> object is read-only.
                
                    -or- 
                
                    The <see cref="T:Microsoft.VisualBasic.Collection" /> object has a fixed size. 
                </exception>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#IList#Clear">
      <summary>
                    Removes all items from the <see cref="T:Microsoft.VisualBasic.Collection" /> object. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <exception cref="T:System.NotSupportedException">
                    The <see cref="T:System.Collections.IList" /> is read-only. 
                </exception>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#IList#Contains(System.Object)">
      <summary>
                    Determines whether the <see cref="T:Microsoft.VisualBasic.Collection" /> object contains a specific value. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <returns>
                    Returns True if the <see cref="T:System.Object" /> is found in the <see cref="T:Microsoft.VisualBasic.Collection" /> object; otherwise, False.
                </returns>
      <param name="value">
                    The <see cref="T:System.Object" /> to locate in the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#IList#IndexOf(System.Object)">
      <summary>
                    Determines the index of a specific item in the <see cref="T:Microsoft.VisualBasic.Collection" /> object. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <returns>
                    The index of <paramref name="value" /> if found in the collection; otherwise, -1.
                </returns>
      <param name="value">
                    The <see cref="T:System.Object" /> to locate in the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#IList#Insert(System.Int32,System.Object)">
      <summary>
                    Inserts an item to the <see cref="T:Microsoft.VisualBasic.Collection" /> object at the specified index. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <param name="index">
                    The zero-based index at which <paramref name="value" /> should be inserted. 
                </param>
      <param name="value">
                    The <see cref="T:System.Object" /> to insert into the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index" /> is not a valid index in the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </exception>
      <exception cref="T:System.NotSupportedException">
                    The <see cref="T:Microsoft.VisualBasic.Collection" /> object is read-only.
                
                    -or- 
                
                    The <see cref="T:Microsoft.VisualBasic.Collection" /> object has a fixed size. 
                </exception>
      <exception cref="T:System.NullReferenceException">
        <paramref name="value" /> is null reference in the <see cref="T:Microsoft.VisualBasic.Collection" /> object.
                </exception>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.System#Collections#IList#IsFixedSize">
      <summary>
                    Gets a value indicating whether the <see cref="T:Microsoft.VisualBasic.Collection" /> object has a fixed size. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <returns>
                    Returns True if the <see cref="T:Microsoft.VisualBasic.Collection" /> object has a fixed size; otherwise, False.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.System#Collections#IList#IsReadOnly">
      <summary>
                    Gets a value indicating whether the <see cref="T:Microsoft.VisualBasic.Collection" /> object is read-only. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <returns>
                    Returns True if the <see cref="T:Microsoft.VisualBasic.Collection" /> object is read-only; otherwise, False.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.System#Collections#IList#Item(System.Int32)">
      <summary>
                    Gets or sets the element at the specified index. Implements the <see cref="T:System.Collections.IList" /> interface
                </summary>
      <returns>
                    The element at the specified index.
                </returns>
      <param name="index">
                    The zero-based index of the element to get or set. 
                </param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index" /> is not a valid index in the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </exception>
      <exception cref="T:System.NotSupportedException">
                    The property is set and the <see cref="T:Microsoft.VisualBasic.Collection" /> object is read-only. 
                </exception>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#IList#Remove(System.Object)">
      <summary>
                    Removes the first occurrence of a specific object from the <see cref="T:Microsoft.VisualBasic.Collection" /> object. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <param name="value">
                    The <see cref="T:System.Object" /> to remove from the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </param>
      <exception cref="T:System.NotSupportedException">
                    The <see cref="T:Microsoft.VisualBasic.Collection" /> object is read-only.
                
                    -or- 
                
                    The <see cref="T:Microsoft.VisualBasic.Collection" /> object has a fixed size. 
                </exception>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Collections#IList#RemoveAt(System.Int32)">
      <summary>
                    Removes the <see cref="T:Microsoft.VisualBasic.Collection" /> object item at the specified index. Implements the <see cref="T:System.Collections.IList" /> interface.
                </summary>
      <param name="index">
                    The zero-based index of the item to remove. 
                </param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index" /> is not a valid index in the <see cref="T:Microsoft.VisualBasic.Collection" /> object. 
                </exception>
      <exception cref="T:System.NotSupportedException">
                    The <see cref="T:Microsoft.VisualBasic.Collection" /> object is read-only.
                
                    -or- 
                
                    The <see cref="T:Microsoft.VisualBasic.Collection" /> object has a fixed size. 
                </exception>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.Item(System.Int32)">
      <summary>
                    Returns a specific element of a Collection object either by position or by key. Read-only.
                </summary>
      <returns>
                    Returns a specific element of a Collection object either by position or by key. Read-only.
                </returns>
      <param name="Index">
                    (A) A numeric expression that specifies the position of an element of the collection. <paramref name="Index" /> must be a number from 1 through the value of the collection's Count Property (Collection Object). Or (B) An Object expression that specifies the position or key string of an element of the collection.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.Item(System.Object)">
      <summary>
                    Returns a specific element of a Collection object either by position or by key. Read-only.
                </summary>
      <returns>
                    Returns a specific element of a Collection object either by position or by key. Read-only.
                </returns>
      <param name="Index">
                    (A) A numeric expression that specifies the position of an element of the collection. <paramref name="Index" /> must be a number from 1 through the value of the collection's Count Property (Collection Object). Or (B) An Object expression that specifies the position or key string of an element of the collection.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Collection.Item(System.String)">
      <summary>
                    Returns a specific element of a Collection object either by position or by key. Read-only.
                </summary>
      <returns>
                    Returns a specific element of a Collection object either by position or by key. Read-only.
                </returns>
      <param name="Key">
                    A unique String expression that specifies a key string that can be used, instead of a positional index, to access an element of the collection. <paramref name="Key" /> must correspond to the <paramref name="Key" /> argument specified when the element was added to the collection.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
      <summary>
                    Runs after the entire <see cref="T:Microsoft.VisualBasic.Collection" /> object graph has been deserialized. Implements the <see cref="T:System.Runtime.Serialization.IDeserializationCallback" /> interface.
                </summary>
      <param name="sender">
                    The object that initiated the callback. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.Remove(System.Int32)">
      <summary>
                    Removes an element from a Collection object.
                </summary>
      <param name="Index">
                    A numeric expression that specifies the position of an element of the collection. <paramref name="Index" /> must be a number from 1 through the value of the collection's Count Property (Collection Object).
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Collection.Remove(System.String)">
      <summary>
                    Removes an element from a Collection object.
                </summary>
      <param name="Key">
                    A unique String expression that specifies a key string that can be used, instead of a positional index, to access an element of the collection. <paramref name="Key" /> must correspond to the <paramref name="Key" /> argument specified when the element was added to the collection.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.ComClassAttribute">
      <summary>
                    The ComClassAttribute attribute instructs the compiler to add metadata that allows a class to be exposed as a COM object.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ComClassAttribute.#ctor">
      <summary>
                    Initializes a new instance of the ComClassAttribute class.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ComClassAttribute.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the ComClassAttribute class.
                </summary>
      <param name="_ClassID">
                    Initializes the value of the ClassID property that is used to uniquely identify a class.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ComClassAttribute.#ctor(System.String,System.String)">
      <summary>
                    Initializes a new instance of the ComClassAttribute class.
                </summary>
      <param name="_ClassID">
                    Initializes the value of the ClassID property that is used to uniquely identify a class.
                </param>
      <param name="_InterfaceID">
                    Initializes the value of the InterfaceID property that is used to uniquely identify an interface.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ComClassAttribute.#ctor(System.String,System.String,System.String)">
      <summary>
                    Initializes a new instance of the ComClassAttribute class.
                </summary>
      <param name="_ClassID">
                    Initializes the value of the ClassID property that is used to uniquely identify a class.
                </param>
      <param name="_InterfaceID">
                    Initializes the value of the InterfaceID property that is used to uniquely identify an interface.
                </param>
      <param name="_EventId">
                    Initializes the value of the EventID property that is used to uniquely identify an event.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.ComClassAttribute.ClassID">
      <summary>
                    Gets a class ID used to uniquely identify a class.
                </summary>
      <returns>
                    Read-only. A string that can be used by the compiler to uniquely identify the class when a COM object is created.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ComClassAttribute.EventID">
      <summary>
                    Gets an event ID used to uniquely identify an event.
                </summary>
      <returns>
                    Read only. A string that can be used by the compiler to uniquely identify an event for the class when a COM object is created.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ComClassAttribute.InterfaceID">
      <summary>
                    Gets an interface ID used to uniquely identify an interface.
                </summary>
      <returns>
                    Read-only. A string that can be used by the compiler to uniquely identify an interface for the class when a COM object is created.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ComClassAttribute.InterfaceShadows">
      <summary>
                    Indicates that the COM interface name shadows another member of the class or base class.
                </summary>
      <returns>
                    A Boolean value that indicates that the COM interface name shadows another member of the class or base class.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.CompareMethod">
      <summary>
                    Indicates how to compare strings when calling comparison functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.CompareMethod.Binary">
      <summary>
                    Performs a binary comparison. This member is equivalent to the Visual Basic constant vbBinaryCompare.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.CompareMethod.Text">
      <summary>
                    Performs a textual comparison. This member is equivalent to the Visual Basic constant vbTextCompare.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.Constants">
      <summary>
                    The Constants module contains miscellaneous constants. These constants can be used anywhere in your code.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbAbort">
      <summary>
                    Indicates which button was pressed on a message box, returned by the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbAbortRetryIgnore">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbApplicationModal">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbArchive">
      <summary>
                    Indicates the file attributes to use when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbArray">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbBack">
      <summary>
                    Represents a backspace character for print and display functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbBinaryCompare">
      <summary>
                    Indicates how to compare strings when calling comparison functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbBoolean">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbByte">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbCancel">
      <summary>
                    Indicates which button was pressed on a message box, returned by the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbCr">
      <summary>
                    Represents a carriage-return character for print and display functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbCritical">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbCrLf">
      <summary>
                    Represents a carriage-return character combined with a linefeed character for print and display functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbCurrency">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbDate">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbDecimal">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbDefaultButton1">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbDefaultButton2">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbDefaultButton3">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbDirectory">
      <summary>
                    Indicates the file attributes to use when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbDouble">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbEmpty">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbExclamation">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbFalse">
      <summary>
                    Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbFirstFourDays">
      <summary>
                    Indicates the first week of the year to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbFirstFullWeek">
      <summary>
                    Indicates the first week of the year to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbFirstJan1">
      <summary>
                    Indicates the first week of the year to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbFormFeed">
      <summary>
                    Represents a form-feed character for print functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbFriday">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbGeneralDate">
      <summary>
                    Indicates how to display dates when calling the FormatDateTime function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbGet">
      <summary>
                    Indicates the type of procedure being invoked when calling the CallByName function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbHidden">
      <summary>
                    Indicates the file attributes to use when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbHide">
      <summary>
                    Indicates the window style to use for the invoked program when calling the Shell function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbHiragana">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbIgnore">
      <summary>
                    Indicates which button was pressed on a message box, returned by the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbInformation">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbInteger">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbKatakana">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbLet">
      <summary>
                    Indicates the type of procedure being invoked when calling the CallByName function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbLf">
      <summary>
                    Represents a linefeed character for print and display functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbLinguisticCasing">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbLong">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbLongDate">
      <summary>
                    Indicates how to display dates when calling the FormatDateTime function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbLongTime">
      <summary>
                    Indicates how to display dates when calling the FormatDateTime function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbLowerCase">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMaximizedFocus">
      <summary>
                    Indicates the window style to use for the invoked program when calling the Shell function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMethod">
      <summary>
                    Indicates the type of procedure being invoked when calling the CallByName function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMinimizedFocus">
      <summary>
                    Indicates the window style to use for the invoked program when calling the Shell function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMinimizedNoFocus">
      <summary>
                    Indicates the window style to use for the invoked program when calling the Shell function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMonday">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMsgBoxHelp">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMsgBoxRight">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMsgBoxRtlReading">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbMsgBoxSetForeground">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNarrow">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNewLine">
      <summary>
                    Represents a newline character for print and display functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNo">
      <summary>
                    Indicates which button was pressed on a message box, returned by the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNormal">
      <summary>
                    Indicates the file attributes to use when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNormalFocus">
      <summary>
                    Indicates the window style to use for the invoked program when calling the Shell function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNormalNoFocus">
      <summary>
                    Indicates the window style to use for the invoked program when calling the Shell function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNull">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNullChar">
      <summary>
                    Represents a null character for print and display functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbNullString">
      <summary>
                    Represents a zero-length string for print and display functions, and for calling external procedures.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbObject">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbObjectError">
      <summary>
                    Represents the object error number. User-defined error numbers should be greater than this value.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbOK">
      <summary>
                    Indicates which button was pressed on a message box, returned by the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbOKCancel">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbOKOnly">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbProperCase">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbQuestion">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbReadOnly">
      <summary>
                    Indicates the file attributes to use when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbRetry">
      <summary>
                    Indicates which button was pressed on a message box, returned by the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbRetryCancel">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbSaturday">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbSet">
      <summary>
                    Indicates the type of procedure being invoked when calling the CallByName function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbShortDate">
      <summary>
                    Indicates how to display dates when calling the FormatDateTime function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbShortTime">
      <summary>
                    Indicates how to display dates when calling the FormatDateTime function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbSimplifiedChinese">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbSingle">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbString">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbSunday">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbSystem">
      <summary>
                    Indicates the file attributes to use when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbSystemModal">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbTab">
      <summary>
                    Represents a tab character for print and display functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbTextCompare">
      <summary>
                    Indicates how to compare strings when calling comparison functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbThursday">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbTraditionalChinese">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbTrue">
      <summary>
                    Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbTuesday">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbUpperCase">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbUseDefault">
      <summary>
                    Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbUserDefinedType">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbUseSystem">
      <summary>
                    Indicates the first week of the year to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbUseSystemDayOfWeek">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbVariant">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbVerticalTab">
      <summary>
                    Represents a carriage-return character for print functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbVolume">
      <summary>
                    Indicates the file attributes to use when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbWednesday">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbWide">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbYes">
      <summary>
                    Indicates which button was pressed on a message box, returned by the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbYesNo">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Constants.vbYesNoCancel">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.ControlChars">
      <summary>
                    The ControlChars module contains constants used as control characters. These constants can be used anywhere in your code.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ControlChars.#ctor">
      <summary>
                    Initializes a new instance of the T:Microsoft.VisualBasic.ControlChars class. 
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.Back">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.Cr">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.CrLf">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.FormFeed">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.Lf">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.NewLine">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.NullChar">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.Quote">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.Tab">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ControlChars.VerticalTab">
      <summary>
                    When you call print and display functions, you can use the following constants in your code in place of the actual values.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Conversion">
      <summary>
                    The Conversion module contains the procedures used to perform various conversion operations.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.ErrorToString">
      <summary>
                    Returns the error message that corresponds to a given error number.
                </summary>
      <returns>
                    Returns the error message that corresponds to a given error number.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.ErrorToString(System.Int32)">
      <summary>
                    Returns the error message that corresponds to a given error number.
                </summary>
      <returns>
                    Returns the error message that corresponds to a given error number.
                </returns>
      <param name="ErrorNumber">
                    Optional. Any valid error number.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Fix(System.Decimal)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Fix(System.Double)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Fix(System.Int16)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Fix(System.Int32)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Fix(System.Int64)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Fix(System.Object)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Fix(System.Single)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.Byte)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.Int16)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.Int32)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.Int64)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.Object)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.SByte)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.UInt16)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.UInt32)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Hex(System.UInt64)">
      <summary>
                    Returns a string representing the hexadecimal value of a number.
                </summary>
      <returns>
                    Returns a string representing the hexadecimal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Int(System.Decimal)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Int(System.Double)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Int(System.Int16)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Int(System.Int32)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Int(System.Int64)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Int(System.Object)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Int(System.Single)">
      <summary>
                    Return the integer portion of a number.
                </summary>
      <returns>
                    Return the integer portion of a number.
                </returns>
      <param name="Number">
                    Required. A number of type Double or any valid numeric expression. If <paramref name="Number" /> contains Nothing, Nothing is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.Byte)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.Int16)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.Int32)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.Int64)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.Object)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.SByte)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.UInt16)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.UInt32)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Oct(System.UInt64)">
      <summary>
                    Returns a string representing the octal value of a number.
                </summary>
      <returns>
                    Returns a string representing the octal value of a number.
                </returns>
      <param name="Number">
                    Required. Any valid numeric expression or String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Str(System.Object)">
      <summary>
                    Returns a String representation of a number.
                </summary>
      <returns>
                    Returns a String representation of a number.
                </returns>
      <param name="Number">
                    Required. An Object containing any valid numeric expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Val(System.Char)">
      <summary>
                    Returns the numbers contained in a string as a numeric value of appropriate type.
                </summary>
      <returns>
                    Returns the numbers contained in a string as a numeric value of appropriate type.
                </returns>
      <param name="Expression">
                    Required. Any valid String expression, Object variable, or Char value. If <paramref name="Expression" /> is of type Object, its value must be convertible to String or an <see cref="T:System.ArgumentException" /> error occurs.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Val(System.Object)">
      <summary>
                    Returns the numbers contained in a string as a numeric value of appropriate type.
                </summary>
      <returns>
                    Returns the numbers contained in a string as a numeric value of appropriate type.
                </returns>
      <param name="Expression">
                    Required. Any valid String expression, Object variable, or Char value. If <paramref name="Expression" /> is of type Object, its value must be convertible to String or an <see cref="T:System.ArgumentException" /> error occurs.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Conversion.Val(System.String)">
      <summary>
                    Returns the numbers contained in a string as a numeric value of appropriate type.
                </summary>
      <returns>
                    Returns the numbers contained in a string as a numeric value of appropriate type.
                </returns>
      <param name="InputStr">
                    Required. Any valid String expression, Object variable, or Char value. If <paramref name="Expression" /> is of type Object, its value must be convertible to String or an <see cref="T:System.ArgumentException" /> error occurs.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.DateAndTime">
      <summary>
                    The DateAndTime module contains the procedures and properties used in date and time operations. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.DateAdd(Microsoft.VisualBasic.DateInterval,System.Double,System.DateTime)">
      <summary>
                    Returns a Date value containing a date and time value to which a specified time interval has been added.
                </summary>
      <returns>
                    Returns a Date value containing a date and time value to which a specified time interval has been added.
                </returns>
      <param name="Interval">
                    Required. DateInterval enumeration value or String expression representing the time interval you want to add.
                </param>
      <param name="Number">
                    Required. Double. Floating-point expression representing the number of intervals you want to add. <paramref name="Number" /> can be positive (to get date/time values in the future) or negative (to get date/time values in the past). It can contain a fractional part when <paramref name="Interval" /> specifies hours, minutes, or seconds. For other values of <paramref name="Interval" />, any fractional part of <paramref name="Number" /> is ignored.
                </param>
      <param name="DateValue">
                    Required. Date. An expression representing the date and time to which the interval is to be added. <paramref name="DateValue" /> itself is not changed in the calling program.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.DateAdd(System.String,System.Double,System.Object)">
      <summary>
                    Returns a Date value containing a date and time value to which a specified time interval has been added.
                </summary>
      <returns>
                    Returns a Date value containing a date and time value to which a specified time interval has been added.
                </returns>
      <param name="Interval">
                    Required. DateInterval enumeration value or String expression representing the time interval you want to add.
                </param>
      <param name="Number">
                    Required. Double. Floating-point expression representing the number of intervals you want to add. <paramref name="Number" /> can be positive (to get date/time values in the future) or negative (to get date/time values in the past). It can contain a fractional part when <paramref name="Interval" /> specifies hours, minutes, or seconds. For other values of <paramref name="Interval" />, any fractional part of <paramref name="Number" /> is ignored.
                </param>
      <param name="DateValue">
                    Required. Date. An expression representing the date and time to which the interval is to be added. <paramref name="DateValue" /> itself is not changed in the calling program.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.DateDiff(Microsoft.VisualBasic.DateInterval,System.DateTime,System.DateTime,Microsoft.VisualBasic.FirstDayOfWeek,Microsoft.VisualBasic.FirstWeekOfYear)">
      <summary>
                    Returns a Long value specifying the number of time intervals between two Date values.
                </summary>
      <returns>
                    Returns a Long value specifying the number of time intervals between two Date values.
                </returns>
      <param name="Interval">
                    Required. DateInterval enumeration value or String expression representing the time interval you want to use as the unit of difference between <paramref name="Date1" /> and <paramref name="Date2" />.
                </param>
      <param name="Date1">
                    Required. Date. The first date/time value you want to use in the calculation. 
                </param>
      <param name="Date2">
                    Required. Date. The second date/time value you want to use in the calculation.
                </param>
      <param name="DayOfWeek">
                    Optional. A value chosen from the FirstDayOfWeek enumeration that specifies the first day of the week. If not specified, FirstDayOfWeek.Sunday is used.
                </param>
      <param name="WeekOfYear">
                    Optional. A value chosen from the FirstWeekOfYear enumeration that specifies the first week of the year. If not specified, FirstWeekOfYear.Jan1 is used.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.DateDiff(System.String,System.Object,System.Object,Microsoft.VisualBasic.FirstDayOfWeek,Microsoft.VisualBasic.FirstWeekOfYear)">
      <summary>
                    Returns a Long value specifying the number of time intervals between two Date values.
                </summary>
      <returns>
                    Returns a Long value specifying the number of time intervals between two Date values.
                </returns>
      <param name="Interval">
                    Required. DateInterval enumeration value or String expression representing the time interval you want to use as the unit of difference between <paramref name="Date1" /> and <paramref name="Date2" />.
                </param>
      <param name="Date1">
                    Required. Date. The first date/time value you want to use in the calculation. 
                </param>
      <param name="Date2">
                    Required. Date. The second date/time value you want to use in the calculation.
                </param>
      <param name="DayOfWeek">
                    Optional. A value chosen from the FirstDayOfWeek enumeration that specifies the first day of the week. If not specified, FirstDayOfWeek.Sunday is used.
                </param>
      <param name="WeekOfYear">
                    Optional. A value chosen from the FirstWeekOfYear enumeration that specifies the first week of the year. If not specified, FirstWeekOfYear.Jan1 is used.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.DatePart(Microsoft.VisualBasic.DateInterval,System.DateTime,Microsoft.VisualBasic.FirstDayOfWeek,Microsoft.VisualBasic.FirstWeekOfYear)">
      <summary>
                    Returns an Integer value containing the specified component of a given Date value.
                </summary>
      <returns>
                    Returns an Integer value containing the specified component of a given Date value.
                </returns>
      <param name="Interval">
                    Required. DateInterval enumeration value or String expression representing the part of the date/time value you want to return.
                </param>
      <param name="DateValue">
                    Required. Date value that you want to evaluate.
                </param>
      <param name="FirstDayOfWeekValue">
                    Optional. A value chosen from the FirstDayOfWeek enumeration that specifies the first day of the week. If not specified, FirstDayOfWeek.Sunday is used.
                </param>
      <param name="FirstWeekOfYearValue">
                    Optional. A value chosen from the FirstWeekOfYear enumeration that specifies the first week of the year. If not specified, FirstWeekOfYear.Jan1 is used.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.DatePart(System.String,System.Object,Microsoft.VisualBasic.FirstDayOfWeek,Microsoft.VisualBasic.FirstWeekOfYear)">
      <summary>
                    Returns an Integer value containing the specified component of a given Date value.
                </summary>
      <returns>
                    Returns an Integer value containing the specified component of a given Date value.
                </returns>
      <param name="Interval">
                    Required. DateInterval enumeration value or String expression representing the part of the date/time value you want to return.
                </param>
      <param name="DateValue">
                    Required. Date value that you want to evaluate.
                </param>
      <param name="DayOfWeek">
                    Optional. A value chosen from the FirstDayOfWeek enumeration that specifies the first day of the week. If not specified, FirstDayOfWeek.Sunday is used.
                </param>
      <param name="WeekOfYear">
                    Optional. A value chosen from the FirstWeekOfYear enumeration that specifies the first week of the year. If not specified, FirstWeekOfYear.Jan1 is used.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.DateSerial(System.Int32,System.Int32,System.Int32)">
      <summary>
                    Returns a Date value representing a specified year, month, and day, with the time information set to midnight (00:00:00).
                </summary>
      <returns>
                    Returns a Date value representing a specified year, month, and day, with the time information set to midnight (00:00:00).
                </returns>
      <param name="Year">
                    Required. Integer expression from 1 through 9999. However, values below this range are also accepted. If <paramref name="Year" /> is 0 through 99, it is interpreted as being between 1930 and 2029, as explained in the "Remarks" section below. If <paramref name="Year" /> is less than 1, it is subtracted from the current year.
                </param>
      <param name="Month">
                    Required. Integer expression from 1 through 12. However, values outside this range are also accepted. The value of <paramref name="Month" /> is offset by 1 and applied to January of the calculated year. In other words, (<paramref name="Month" /> - 1) is added to January. The year is recalculated if necessary. The following results illustrate this effect:
                
                    If <paramref name="Month" /> is 1, the result is January of the calculated year.
                
                    If <paramref name="Month" /> is 0, the result is December of the previous year.
                
                    If <paramref name="Month" /> is -1, the result is November of the previous year.
                
                    If <paramref name="Month" /> is 13, the result is January of the following year.
                </param>
      <param name="Day">
                    Required. Integer expression from 1 through 31. However, values outside this range are also accepted. The value of <paramref name="Day" /> is offset by 1 and applied to the first day of the calculated month. In other words, (<paramref name="Day" /> - 1) is added to the first of the month. The month and year are recalculated if necessary. The following results illustrate this effect:
                
                    If <paramref name="Day" /> is 1, the result is the first day of the calculated month.
                
                    If <paramref name="Day" /> is 0, the result is the last day of the previous month.
                
                    If <paramref name="Day" /> is -1, the result is the penultimate day of the previous month.
                
                    If <paramref name="Day" /> is past the end of the current month, the result is the appropriate day of the following month. For example, if <paramref name="Month" /> is 4 and <paramref name="Day" /> is 31, the result is May 1.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.DateAndTime.DateString">
      <summary>
                    Returns or sets a String value representing the current date according to your system.
                </summary>
      <returns>
                    Returns or sets a String value representing the current date according to your system.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.DateValue(System.String)">
      <summary>
                    Returns a Date value containing the date information represented by a string, with the time information set to midnight (00:00:00).
                </summary>
      <returns>
                    Returns a Date value containing the date information represented by a string, with the time information set to midnight (00:00:00).
                </returns>
      <param name="StringDate">
                    Required. String expression representing a date/time value from 00:00:00 on January 1 of the year 1 through 23:59:59 on December 31, 9999.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.Day(System.DateTime)">
      <summary>
                    Returns an Integer value from 1 through 31 representing the day of the month.
                </summary>
      <returns>
                    Returns an Integer value from 1 through 31 representing the day of the month.
                </returns>
      <param name="DateValue">
                    Required. Date value from which you want to extract the day.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.Hour(System.DateTime)">
      <summary>
                    Returns an Integer value from 0 through 23 representing the hour of the day.
                </summary>
      <returns>
                    Returns an Integer value from 0 through 23 representing the hour of the day.
                </returns>
      <param name="TimeValue">
                    Required. Date value from which you want to extract the hour.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.Minute(System.DateTime)">
      <summary>
                    Returns an Integer value from 0 through 59 representing the minute of the hour.
                </summary>
      <returns>
                    Returns an Integer value from 0 through 59 representing the minute of the hour.
                </returns>
      <param name="TimeValue">
                    Required. Date value from which you want to extract the minute.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.Month(System.DateTime)">
      <summary>
                    Returns an Integer value from 1 through 12 representing the month of the year.
                </summary>
      <returns>
                    Returns an Integer value from 1 through 12 representing the month of the year.
                </returns>
      <param name="DateValue">
                    Required. Date value from which you want to extract the month.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.MonthName(System.Int32,System.Boolean)">
      <summary>
                    Returns a String value containing the name of the specified month.
                </summary>
      <returns>
                    Returns a String value containing the name of the specified month.
                </returns>
      <param name="Month">
                    Required. Integer. The numeric designation of the month, from 1 through 13; 1 indicates January and 12 indicates December. You can use the value 13 with a 13-month calendar. If your system is using a 12-month calendar and <paramref name="Month" /> is 13, MonthName returns an empty string.
                </param>
      <param name="Abbreviate">
                    Optional. Boolean value that indicates if the month name is to be abbreviated. If omitted, the default is False, which means the month name is not abbreviated.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.DateAndTime.Now">
      <summary>
                    Returns a Date value containing the current date and time according to your system.
                </summary>
      <returns>
                    Returns a Date value containing the current date and time according to your system.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.Second(System.DateTime)">
      <summary>
                    Returns an Integer value from 0 through 59 representing the second of the minute.
                </summary>
      <returns>
                    Returns an Integer value from 0 through 59 representing the second of the minute.
                </returns>
      <param name="TimeValue">
                    Required. Date value from which you want to extract the second.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.DateAndTime.TimeOfDay">
      <summary>
                    Returns or sets a Date value containing the current time of day according to your system.
                </summary>
      <returns>
                    Returns or sets a Date value containing the current time of day according to your system.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.DateAndTime.Timer">
      <summary>
                    Returns a Double value representing the number of seconds elapsed since midnight.
                </summary>
      <returns>
                    Returns a Double value representing the number of seconds elapsed since midnight.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.TimeSerial(System.Int32,System.Int32,System.Int32)">
      <summary>
                    Returns a Date value representing a specified hour, minute, and second, with the date information set relative to January 1 of the year 1.
                </summary>
      <returns>
                    Returns a Date value representing a specified hour, minute, and second, with the date information set relative to January 1 of the year 1.
                </returns>
      <param name="Hour">
                    Required. Integer expression from 0 through 23. However, values outside this range are also accepted.
                </param>
      <param name="Minute">
                    Required. Integer expression from 0 through 59. However, values outside this range are also accepted. The value of <paramref name="Minute" /> is added to the calculated hour, so a negative value specifies minutes before that hour.
                </param>
      <param name="Second">
                    Required. Integer expression from 0 through 59. However, values outside this range are also accepted. The value of <paramref name="Second" /> is added to the calculated minute, so a negative value specifies seconds before that minute.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.DateAndTime.TimeString">
      <summary>
                    Returns or sets a String value representing the current time of day according to your system.
                </summary>
      <returns>
                    Returns or sets a String value representing the current time of day according to your system.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.TimeValue(System.String)">
      <summary>
                    Returns a Date value containing the time information represented by a string, with the date information set to January 1 of the year 1.
                </summary>
      <returns>
                    Returns a Date value containing the time information represented by a string, with the date information set to January 1 of the year 1.
                </returns>
      <param name="StringTime">
                    Required. String expression representing a date/time value from 00:00:00 on January 1 of the year 1 through 23:59:59 on December 31, 9999.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.DateAndTime.Today">
      <summary>
                    Returns or sets a Date value containing the current date according to your system.
                </summary>
      <returns>
                    Returns or sets a Date value containing the current date according to your system.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.Weekday(System.DateTime,Microsoft.VisualBasic.FirstDayOfWeek)">
      <summary>
                    Returns an Integer value containing a number representing the day of the week.
                </summary>
      <returns>
                    Returns an Integer value containing a number representing the day of the week.
                </returns>
      <param name="DateValue">
                    Required. Date value for which you want to determine the day of the week.
                </param>
      <param name="DayOfWeek">
                    Optional. A value chosen from the FirstDayOfWeek enumeration that specifies the first day of the week. If not specified, FirstDayOfWeek.Sunday is used.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.WeekdayName(System.Int32,System.Boolean,Microsoft.VisualBasic.FirstDayOfWeek)">
      <summary>
                    Returns a String value containing the name of the specified weekday.
                </summary>
      <returns>
                    Returns a String value containing the name of the specified weekday.
                </returns>
      <param name="Weekday">
                    Required. Integer. The numeric designation for the weekday, from 1 through 7; 1 indicates the first day of the week and 7 indicates the last day of the week. The identities of the first and last days depend on the setting of <paramref name="FirstDayOfWeekValue" />.
                </param>
      <param name="Abbreviate">
                    Optional. Boolean value that indicates if the weekday name is to be abbreviated. If omitted, the default is False, which means the weekday name is not abbreviated.
                </param>
      <param name="FirstDayOfWeekValue">
                    Optional. A value chosen from the FirstDayOfWeek enumeration that specifies the first day of the week. If not specified, FirstDayOfWeek.System is used.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.DateAndTime.Year(System.DateTime)">
      <summary>
                    Returns an Integer value from 1 through 9999 representing the year.
                </summary>
      <returns>
                    Returns an Integer value from 1 through 9999 representing the year.
                </returns>
      <param name="DateValue">
                    Required. Date value from which you want to extract the year.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.DateFormat">
      <summary>
                    Indicates how to display dates when calling the FormatDateTime function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.DateFormat.GeneralDate">
      <summary>
                    For real numbers, displays a date and time. If the number has no fractional part, displays only a date. If the number has no integer part, displays time only. Date and time display is determined by your computer's regional settings. This member is equivalent to the Visual Basic constant vbGeneralDate.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateFormat.LongDate">
      <summary>
                    Displays a date using the long-date format specified in your computer's regional settings. This member is equivalent to the Visual Basic constant vbLongDate.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateFormat.ShortDate">
      <summary>
                    Displays a date using the short-date format specified in your computer's regional settings. This member is equivalent to the Visual Basic constant vbShortDate.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateFormat.LongTime">
      <summary>
                    Displays a time using the long-time format specified in your computer's regional settings. This member is equivalent to the Visual Basic constant vbLongTime.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateFormat.ShortTime">
      <summary>
                    Displays a time using the short-time format specified in your computer's regional settings. This member is equivalent to the Visual Basic constant vbShortTime.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.DateInterval">
      <summary>
                    Indicates how to determine and format date intervals when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.Year">
      <summary>
                    Year
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.Quarter">
      <summary>
                    Quarter of year (1 through 4)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.Month">
      <summary>
                    Month (1 through 12)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.DayOfYear">
      <summary>
                    Day of year (1 through 366)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.Day">
      <summary>
                    Day of month (1 through 31)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.WeekOfYear">
      <summary>
                    Week of year (1 through 53)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.Weekday">
      <summary>
                    Day of week (1 through 7)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.Hour">
      <summary>
                    Hour (1 through 24)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.Minute">
      <summary>
                    Minute (1 through 60)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DateInterval.Second">
      <summary>
                    Second (1 through 60)
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.DueDate">
      <summary>
                    Indicates when payments are due when calling financial methods.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.DueDate.EndOfPeriod">
      <summary>
                    Falls at the end of the date interval
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.DueDate.BegOfPeriod">
      <summary>
                    Falls at the beginning of the date interval
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.ErrObject">
      <summary>
                    The ErrObject module contains properties and procedures used to identify and handle run-time errors using the Err object. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ErrObject.Clear">
      <summary>
                    Clears all property settings of the Err object.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ErrObject.Description">
      <summary>
                    Returns or sets a String expression containing a descriptive string associated with an error. Read/write.
                </summary>
      <returns>
                    Returns or sets a String expression containing a descriptive string associated with an error. Read/write.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ErrObject.Erl">
      <summary>
                    Returns an integer indicating the line number of the last executed statement. Read-only.
                </summary>
      <returns>
                    Returns an integer indicating the line number of the last executed statement. Read-only.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ErrObject.GetException">
      <summary>
                    Returns the exception representing the error that occurred.
                </summary>
      <returns>
                    Returns the exception representing the error that occurred.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ErrObject.HelpContext">
      <summary>
                    Returns or sets an Integer containing the context ID for a topic in a Help file. Read/write.
                </summary>
      <returns>
                    Returns or sets an Integer containing the context ID for a topic in a Help file. Read/write.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ErrObject.HelpFile">
      <summary>
                    Returns or sets a String expression containing the fully qualified path to a Help file. Read/write.
                </summary>
      <returns>
                    Returns or sets a String expression containing the fully qualified path to a Help file. Read/write.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ErrObject.LastDllError">
      <summary>
                    Returns a system error code produced by a call to a dynamic-link library (DLL). Read-only.
                </summary>
      <returns>
                    Returns a system error code produced by a call to a dynamic-link library (DLL). Read-only.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ErrObject.Number">
      <summary>
                    Returns or sets a numeric value specifying an error. Read/write.
                </summary>
      <returns>
                    Returns or sets a numeric value specifying an error. Read/write.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ErrObject.Raise(System.Int32,System.Object,System.Object,System.Object,System.Object)">
      <summary>
                    Generates a run-time error; can be used instead of the Error statement.
                </summary>
      <param name="Number">
                    Required. Long integer that identifies the nature of the error. Visual Basic errors are in the range 0–65535; the range 0–512 is reserved for system errors; the range 513–65535 is available for user-defined errors. When setting the Number property to your own error code in a class module, you add your error code number to the vbObjectError constant. For example, to generate the error number 513, assign vbObjectError + 513 to the Number property.
                </param>
      <param name="Source">
                    Optional. String expression naming the object or application that generated the error. When setting this property for an object, use the form project.class. If <paramref name="Source" /> is not specified, the process ID of the current Visual Basic project is used.
                </param>
      <param name="Description">
                    Optional. String expression describing the error. If unspecified, the value in the Number property is examined. If it can be mapped to a Visual Basic run-time error code, the string that would be returned by the Error function is used as the Description property. If there is no Visual Basic error corresponding to the Number property, the "Application-defined or object-defined error" message is used.
                </param>
      <param name="HelpFile">
                    Optional. The fully qualified path to the Help file in which help on this error can be found. If unspecified, Visual Basic uses the fully qualified drive, path, and file name of the Visual Basic Help file.
                </param>
      <param name="HelpContext">
                    Optional. The context ID identifying a topic within <paramref name="HelpFile" /> that provides help for the error. If omitted, the Visual Basic Help-file context ID for the error corresponding to the Number property is used, if it exists.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ErrObject.Source">
      <summary>
                    Returns or sets a String expression specifying the name of the object or application that originally generated the error. Read/write.
                </summary>
      <returns>
                    Returns or sets a String expression specifying the name of the object or application that originally generated the error. Read/write.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.FileAttribute">
      <summary>
                    Indicates the file attributes to use when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.FileAttribute.Normal">
      <summary>
                    Normal (default for Dir and SetAttr). No special characteristics apply to this file. This member is equivalent to the Visual Basic constant vbNormal.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileAttribute.ReadOnly">
      <summary>
                    Read only. This member is equivalent to the Visual Basic constant vbReadOnly.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileAttribute.Hidden">
      <summary>
                    Hidden. This member is equivalent to the Visual Basic constant vbHidden.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileAttribute.System">
      <summary>
                    System file. This member is equivalent to the Visual Basic constant vbSystem.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileAttribute.Volume">
      <summary>
                    Volume label. This attribute is not valid when used with SetAttr. This member is equivalent to the Visual Basic constant vbVolume.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileAttribute.Directory">
      <summary>
                    Directory or folder. This member is equivalent to the Visual Basic constant vbDirectory.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileAttribute.Archive">
      <summary>
                    File has changed since last backup. This member is equivalent to the Visual Basic constant vbArchive.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.FileSystem">
      <summary>
                    The FileSystem module contains the procedures that are used to perform file, directory or folder, and system operations. The My feature gives you better productivity and performance in file I/O operations than using the FileSystem module. For more information, see My.Computer.FileSystem Object.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.ChDir(System.String)">
      <summary>
                    Changes the current directory or folder. The My feature gives you better productivity and performance in file I/O operations than the ChDir function. For more information, see My.Computer.FileSystem.CurrentDirectory Property.
                </summary>
      <param name="Path">
                    Required. A String expression that identifies which directory or folder becomes the new default directory or folder. <paramref name="Path" /> may include the drive. If no drive is specified, ChDir changes the default directory or folder on the current drive. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.ChDrive(System.Char)">
      <summary>
                    Changes the current drive.
                </summary>
      <param name="Drive">
                    Required. String expression that specifies an existing drive. If you supply a zero-length string (""), the current drive does not change. If the <paramref name="Drive" /> argument is a multiple-character string, ChDrive uses only the first letter.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.ChDrive(System.String)">
      <summary>
                    Changes the current drive.
                </summary>
      <param name="Drive">
                    Required. String expression that specifies an existing drive. If you supply a zero-length string (""), the current drive does not change. If the <paramref name="Drive" /> argument is a multiple-character string, ChDrive uses only the first letter.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.CurDir">
      <summary>
                    Returns a string representing the current path. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than CurDir. For more information, see My.Computer.FileSystem.CurrentDirectory Property.
                </summary>
      <returns>
                    Returns a string representing the current path. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than CurDir. For more information, see My.Computer.FileSystem.CurrentDirectory Property.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.CurDir(System.Char)">
      <summary>
                    Returns a string representing the current path. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than CurDir. For more information, see My.Computer.FileSystem.CurrentDirectory Property.
                </summary>
      <returns>
                    Returns a string representing the current path. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than CurDir. For more information, see My.Computer.FileSystem.CurrentDirectory Property.
                </returns>
      <param name="Drive">
                    Optional. Char expression that specifies an existing drive. If no drive is specified, or if <paramref name="Drive" /> is a zero-length string (""), CurDir returns the path for the current drive.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Dir">
      <summary>
                    Returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribute, or the volume label of a drive. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than the Dir function. See My.Computer.FileSystem.GetDirectoryInfo Method for more information.
                </summary>
      <returns>
                    Returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribute, or the volume label of a drive. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than the Dir function. See My.Computer.FileSystem.GetDirectoryInfo Method for more information.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Dir(System.String,Microsoft.VisualBasic.FileAttribute)">
      <summary>
                    Returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribute, or the volume label of a drive. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than the Dir function. See My.Computer.FileSystem.GetDirectoryInfo Method for more information.
                </summary>
      <returns>
                    Returns a string representing the name of a file, directory, or folder that matches a specified pattern or file attribute, or the volume label of a drive. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than the Dir function. See My.Computer.FileSystem.GetDirectoryInfo Method for more information.
                </returns>
      <param name="PathName">
                    Optional. String expression that specifies a file name, directory or folder name, or drive volume label. A zero-length string ("") is returned if <paramref name="PathName" /> is not found. 
                </param>
      <param name="Attributes">
                    Optional. Enumeration or numeric expression whose value specifies file attributes. If omitted, Dir returns files that match <paramref name="PathName" /> but have no attributes.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.EOF(System.Int32)">
      <summary>
                    Returns a Boolean value True when the end of a file opened for Random or sequential Input has been reached.
                </summary>
      <returns>
                    Returns a Boolean value True when the end of a file opened for Random or sequential Input has been reached.
                </returns>
      <param name="FileNumber">
                    Required. An Integer that contains any valid file number.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileAttr(System.Int32)">
      <summary>
                    Returns an enumeration representing the file mode for files opened using the FileOpen function. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than the FileAttr function. See My.Computer.FileSystem.GetFileInfo Method for more information.
                </summary>
      <returns>
                    Value 1, Mode OpenMode.Input. Value 2, Mode OpenMode.Output. Value 4, Mode OpenMode.Random. Value 8, Mode OpenMode.Append. Value 32, Mode OpenMode.Binary. </returns>
      <param name="FileNumber">
                    Required. Integer. Any valid file number.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileClose(System.Int32[])">
      <summary>
                    Concludes input/output (I/O) to a file opened using the FileOpen function. My gives you better productivity and performance in file I/O operations. See My.Computer.FileSystem Object for more information.
                </summary>
      <param name="FileNumbers">
                    Optional. Parameter array of 0 or more channels to be closed. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileCopy(System.String,System.String)">
      <summary>
                    Copies a file. The My.Computer.FileSystem Object gives you better productivity and performance in file I/O operations than FileCopy. See My.Computer.FileSystem.CopyFile Method for more information.
                </summary>
      <param name="Source">
                    Required. String expression that specifies the name of the file to be copied. <paramref name="Source" /> may include the directory or folder, and drive, of the source file.
                </param>
      <param name="Destination">
                    Required. String expression that specifies the destination file name. <paramref name="Destination" /> may include the directory or folder, and drive, of the destination file.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileDateTime(System.String)">
      <summary>
                    Returns a Date value that indicates the date and time a file was created or last modified. The My feature gives you better productivity and performance in file I/O operations than FileDateTime. For more information, see My.Computer.FileSystem.GetFileInfo Method.
                </summary>
      <returns>
                    Returns a Date value that indicates the date and time a file was created or last modified. The My feature gives you better productivity and performance in file I/O operations than FileDateTime. For more information, see My.Computer.FileSystem.GetFileInfo Method.
                </returns>
      <param name="PathName">
                    Required. String expression that specifies a file name. <paramref name="PathName" /> may include the directory or folder, and the drive.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Array@,System.Int64,System.Boolean,System.Boolean)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <param name="ArrayIsDynamic">
                    Optional. Applies only when writing an array. Specifies whether the array is to be treated as dynamic and whether an array descriptor describing the size and bounds of the array is necessary.
                </param>
      <param name="StringIsFixedLength">
                    Optional. Applies only when writing a string. Specifies whether to write a two-byte descriptor for the string that describes the length. The default is False.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Boolean@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Byte@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Char@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.DateTime@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Decimal@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Double@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Int16@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Int32@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Int64@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.Single@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.String@,System.Int64,System.Boolean)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <param name="StringIsFixedLength">
                    Optional. Applies only when writing a string. Specifies whether to write a two-byte descriptor for the string that describes the length. The default is False.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGet(System.Int32,System.ValueType@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileGetObject(System.Int32,System.Object@,System.Int64)">
      <summary>
                    Reads data from an open disk file into a variable.  The My feature gives you better productivity and performance in file I/O operations than FileGetObject. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name into which data is read.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which reading starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileLen(System.String)">
      <summary>
                    Returns a Long value that specifies the length of a file in bytes. The My feature gives you better productivity and performance in file I/O operations than FileLen. For more information, see My.Computer.FileSystem.GetFileInfo Method.
                </summary>
      <returns>
                    Returns a Long value that specifies the length of a file in bytes. The My feature gives you better productivity and performance in file I/O operations than FileLen. For more information, see My.Computer.FileSystem.GetFileInfo Method.
                </returns>
      <param name="PathName">
                    Required. String expression that specifies a file. <paramref name="PathName" /> may include the directory or folder, and the drive.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileOpen(System.Int32,System.String,Microsoft.VisualBasic.OpenMode,Microsoft.VisualBasic.OpenAccess,Microsoft.VisualBasic.OpenShare,System.Int32)">
      <summary>
                    Opens a file for input or output. The My feature gives you better productivity and performance in file I/O operations than FileOpen. For more information, see My.Computer.FileSystem Object. 
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number. Use the FreeFile function to obtain the next available file number.
                </param>
      <param name="FileName">
                    Required. String expression that specifies a file name—may include directory or folder, and drive.
                </param>
      <param name="Mode">
                    Required. Enumeration specifying the file mode: Append, Binary, Input, Output, or Random. (For more information, see OpenMode Enumeration.)
                </param>
      <param name="Access">
                    Optional. Enumeration specifying the operations permitted on the open file: Read, Write, or ReadWrite. Defaults to ReadWrite. (For more information, see OpenAccess Enumeration.)
                </param>
      <param name="Share">
                    Optional. Enumeration specifying the operations not permitted on the open file by other processes: Shared, Lock Read, Lock Write, and Lock Read Write. Defaults to Lock Read Write. (For more information, see OpenShare Enumeration.)
                </param>
      <param name="RecordLength">
                    Optional. Number less than or equal to 32,767 (bytes). For files opened for random access, this value is the record length. For sequential files, this value is the number of characters buffered.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Array,System.Int64,System.Boolean,System.Boolean)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <param name="ArrayIsDynamic">
                    Optional. Applies only when writing an array. Specifies whether the array is to be treated as dynamic, and whether to write an array descriptor for the string that describes the length. 
                </param>
      <param name="StringIsFixedLength">
                    Optional. Applies only when writing a string. Specifies whether to write a two-byte string length descriptor for the string to the file. The default is False.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Boolean,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Byte,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Char,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.DateTime,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Decimal,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Double,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Int16,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Int32,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Int64,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.Single,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.String,System.Int64,System.Boolean)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <param name="StringIsFixedLength">
                    Optional. Applies only when writing a string. Specifies whether to write a two-byte string length descriptor for the string to the file. The default is False.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Int32,System.ValueType,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePut(System.Object,System.Object,System.Object)">
      <summary>
                    Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FilePutObject(System.Int32,System.Object,System.Int64)">
      <summary>
                    Writes data from a variable to a disk file.  The My feature gives you better productivity and performance in file I/O operations than FilePutObject. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Valid variable name that contains data written to disk.
                </param>
      <param name="RecordNumber">
                    Optional. Record number (Random mode files) or byte number (Binary mode files) at which writing starts.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FileWidth(System.Int32,System.Int32)">
      <summary>
                    Assigns an output line width to a file opened by using the FileOpen function.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="RecordWidth">
                    Required. Numeric expression in the range 0–255, inclusive, which indicates how many characters appear on a line before a new line is started. If <paramref name="RecordWidth" /> equals 0, there is no limit to the length of a line. The default value for <paramref name="RecordWidth" /> is 0.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.FreeFile">
      <summary>
                    Returns an Integer value that represents the next file number available for use by the FileOpen function.
                </summary>
      <returns>
                    Returns an Integer value that represents the next file number available for use by the FileOpen function.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.GetAttr(System.String)">
      <summary>
                    Returns a FileAttribute value that represents the attributes of a file, directory, or folder. The My feature gives you better productivity and performance in file I/O operations than FileAttribute. For more information, see My.Computer.FileSystem Object.
                </summary>
      <returns>
                    Value Normal, Constant vbNormal, Description normal. Value ReadOnly, Constant vbReadOnly, Description read-only. Value Hidden, Constant vbHidden, Description hidden. Value System, Constant vbSystem, Description system file. Value Directory, Constant vbDirectory, Description directory or folder. Value Archive, Constant vbArchive, Description file has changed since last backup. Value Alias, Constant vbAlias, Description file has a different name.
                </returns>
      <param name="PathName">
                    Required. String expression that specifies a file, directory, or folder name. <paramref name="PathName" /> can include the directory or folder, and the drive.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Boolean@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Byte@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Char@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.DateTime@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Decimal@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Double@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Int16@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Int32@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Int64@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Object@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.Single@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Input(System.Int32,System.String@)">
      <summary>
                    Reads data from an open sequential file and assigns the data to variables.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Value">
                    Required. Variable that is assigned the values read from the file—cannot be an array or object variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.InputString(System.Int32,System.Int32)">
      <summary>
                    Returns String value that contains characters from a file opened in Input or Binary mode. The My feature gives you better productivity and performance in file I/O operations than InputString. For more information, see My.Computer.FileSystem Object.
                </summary>
      <returns>
                    Returns String value that contains characters from a file opened in Input or Binary mode. The My feature gives you better productivity and performance in file I/O operations than InputString. For more information, see My.Computer.FileSystem Object.
                </returns>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="CharCount">
                    Required. Any valid numeric expression specifying the number of characters to read.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Kill(System.String)">
      <summary>
                    Deletes files from a disk. The My feature gives you better productivity and performance in file I/O operations than Kill. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="PathName">
                    Required. String expression that specifies one or more file names to be deleted. <paramref name="PathName" /> can include the directory or folder, and the drive.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.LineInput(System.Int32)">
      <summary>
                    Reads a single line from an open sequential file and assigns it to a String variable.
                </summary>
      <returns>
                    Reads a single line from an open sequential file and assigns it to a String variable.
                </returns>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Loc(System.Int32)">
      <summary>
                    Returns a Long value that specifies the current read/write position in an open file.
                </summary>
      <returns>
                    Returns a Long value that specifies the current read/write position in an open file.
                </returns>
      <param name="FileNumber">
                    Required. Any valid Integer file number.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Lock(System.Int32)">
      <summary>
                    Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Lock(System.Int32,System.Int64)">
      <summary>
                    Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Record">
                    Optional. Number of the only record or byte to lock or unlock
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Lock(System.Int32,System.Int64,System.Int64)">
      <summary>
                    Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="FromRecord">
                    Optional. Number of the first record or byte to lock or unlock.
                </param>
      <param name="ToRecord">
                    Optional. Number of the last record or byte to lock or unlock.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.LOF(System.Int32)">
      <summary>
                    Returns a Long representing the size, in bytes, of a file opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than LOF. For more information, see My.Computer.FileSystem Object.
                </summary>
      <returns>
                    Returns a Long representing the size, in bytes, of a file opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than LOF. For more information, see My.Computer.FileSystem Object.
                </returns>
      <param name="FileNumber">
                    Required. An Integer that contains a valid file number.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.MkDir(System.String)">
      <summary>
                    Creates a new directory. The My feature gives you better productivity and performance in file I/O operations than MkDir. For more information, see My.Computer.FileSystem.CreateDirectory Method.
                </summary>
      <param name="Path">
                    Required. String expression that identifies the directory to be created. The <paramref name="Path" /> may include the drive. If no drive is specified, MkDir creates the new directory on the current drive.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Print(System.Int32,System.Object[])">
      <summary>
                    Writes display-formatted data to a sequential file.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Output">
                    Optional. Zero or more comma-delimited expressions to write to a file.
                
                    The <paramref name="Output" /> argument settings are: 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.PrintLine(System.Int32,System.Object[])">
      <summary>
                    Writes display-formatted data to a sequential file.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Output">
                    Optional. Zero or more comma-delimited expressions to write to a file.
                
                    The <paramref name="Output" /> argument settings are: 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Rename(System.String,System.String)">
      <summary>
                    Renames a disk file or directory. The My feature gives you better productivity and performance in file I/O operations than Rename. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="OldPath">
                    Required. String expression that specifies the existing file name and location. <paramref name="OldPath" /> may include the directory, and drive, of the file.
                </param>
      <param name="NewPath">
                    Required. String expression that specifies the new file name and location. <paramref name="NewPath" /> may include directory and drive of the destination location. The file name specified by <paramref name="NewPath" /> cannot already exist.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Reset">
      <summary>
                    Closes all disk files opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than Reset. For more information, see My.Computer.FileSystem Object.
                </summary>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.RmDir(System.String)">
      <summary>
                    Removes an existing directory. The My feature gives you better productivity and performance in file I/O operations than RmDir. For more information, see My.Computer.FileSystem.DeleteDirectory Method.
                </summary>
      <param name="Path">
                    Required. String expression that identifies the directory or folder to be removed. <paramref name="Path" /> can include the drive. If no drive is specified, RmDir removes the directory on the current drive.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Seek(System.Int32)">
      <summary>
                    Returns a Long specifying the current read/write position in a file opened by using the FileOpen function, or sets the position for the next read/write operation in a file opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than Seek. For more information, see My.Computer.FileSystem Object.
                </summary>
      <returns>
                    Returns a Long specifying the current read/write position in a file opened by using the FileOpen function, or sets the position for the next read/write operation in a file opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than Seek. For more information, see My.Computer.FileSystem Object.
                </returns>
      <param name="FileNumber">
                    Required. An Integer that contains a valid file number.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Seek(System.Int32,System.Int64)">
      <summary>
                    Returns a Long specifying the current read/write position in a file opened by using the FileOpen function, or sets the position for the next read/write operation in a file opened by using the FileOpen function. The My feature gives you better productivity and performance in file I/O operations than Seek. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. An Integer that contains a valid file number.
                </param>
      <param name="Position">
                    Required. Number in the range 1–2,147,483,647, inclusive, that indicates where the next read/write operation should occur.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.SetAttr(System.String,Microsoft.VisualBasic.FileAttribute)">
      <summary>
                    Sets attribute information for a file. The My feature gives you better productivity and performance in file I/O operations than SetAttr. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="PathName">
                    Required. String expression that specifies a file name. <paramref name="PathName" /> can include directory or folder, and drive.
                </param>
      <param name="Attributes">
                    Required. Constant or numeric expression, whose sum specifies file attributes.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.SPC(System.Int16)">
      <summary>
                    Used with the Print or PrintLine function to position output.
                </summary>
      <returns>
                    Used with the Print or PrintLine function to position output.
                </returns>
      <param name="Count">
                    Required. The number of spaces to insert before displaying or printing the next expression in a list.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.TAB">
      <summary>
                    Used with the Print or PrintLine functions to position output.
                </summary>
      <returns>
                    Used with the Print or PrintLine functions to position output.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.TAB(System.Int16)">
      <summary>
                    Used with the Print or PrintLine functions to position output.
                </summary>
      <returns>
                    Used with the Print or PrintLine functions to position output.
                </returns>
      <param name="Column">
                    Optional. The column number moved to before displaying or printing the next expression in a list. If omitted, TAB moves the insertion point to the start of the next print zone. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Unlock(System.Int32)">
      <summary>
                    Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Unlock(System.Int32,System.Int64)">
      <summary>
                    Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="Record">
                    Optional. Number of the only record or byte to lock or unlock
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Unlock(System.Int32,System.Int64,System.Int64)">
      <summary>
                    Controls access by other processes to all or part of a file opened by using the Open function. The My feature gives you better productivity and performance in file I/O operations than Lock and Unlock. For more information, see My.Computer.FileSystem Object.
                </summary>
      <param name="FileNumber">
                    Required. Any valid file number.
                </param>
      <param name="FromRecord">
                    Optional. Number of the first record or byte to lock or unlock.
                </param>
      <param name="ToRecord">
                    Optional. Number of the last record or byte to lock or unlock.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.Write(System.Int32,System.Object[])">
      <summary>
                    Writes data to a sequential file. Data written with Write is usually read from a file by using Input.
                </summary>
      <param name="FileNumber">
                    Required. An Integer expression that contains any valid file number.
                </param>
      <param name="Output">
                    Optional. One or more comma-delimited expressions to write to a file.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileSystem.WriteLine(System.Int32,System.Object[])">
      <summary>
                    Writes data to a sequential file. Data written with Write is usually read from a file by using Input.
                </summary>
      <param name="FileNumber">
                    Required. An Integer expression that contains any valid file number.
                </param>
      <param name="Output">
                    Optional. One or more comma-delimited expressions to write to a file.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.Financial">
      <summary>
                    The Financial module contains procedures used to perform financial operations. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.DDB(System.Double,System.Double,System.Double,System.Double,System.Double)">
      <summary>
                    Returns a Double specifying the depreciation of an asset for a specific time period using the double-declining balance method or some other method you specify.
                </summary>
      <returns>
                    Returns a Double specifying the depreciation of an asset for a specific time period using the double-declining balance method or some other method you specify.
                </returns>
      <param name="Cost">
                    Required. Double specifying initial cost of the asset.
                </param>
      <param name="Salvage">
                    Required. Double specifying value of the asset at the end of its useful life.
                </param>
      <param name="Life">
                    Required. Double specifying length of useful life of the asset.
                </param>
      <param name="Period">
                    Required. Double specifying period for which asset depreciation is calculated.
                </param>
      <param name="Factor">
                    Optional. Double specifying rate at which the balance declines. If omitted, 2 (double-declining method) is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.FV(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate)">
      <summary>
                    Returns a Double specifying the future value of an annuity based on periodic, fixed payments and a fixed interest rate.
                </summary>
      <returns>
                    Returns a Double specifying the future value of an annuity based on periodic, fixed payments and a fixed interest rate.
                </returns>
      <param name="Rate">
                    Required. Double specifying interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.
                </param>
      <param name="NPer">
                    Required. Double specifying total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has a total of 4 x 12 (or 48) payment periods.
                </param>
      <param name="Pmt">
                    Required. Double specifying payment to be made each period. Payments usually contain principal and interest that doesn't change over the life of the annuity.
                </param>
      <param name="PV">
                    Optional. Double specifying present value (or lump sum) of a series of future payments. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make. If omitted, 0 is assumed.
                </param>
      <param name="Due">
                    Optional. Object of type DueDate Enumeration that specifies when payments are due. This argument must be either DueDate.EndOfPeriod if payments are due at the end of the payment period, or DueDate.BegOfPeriod if payments are due at the beginning of the period. If omitted, DueDate.EndOfPeriod is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.IPmt(System.Double,System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate)">
      <summary>
                    Returns a Double specifying the interest payment for a given period of an annuity based on periodic, fixed payments and a fixed interest rate.
                </summary>
      <returns>
                    Returns a Double specifying the interest payment for a given period of an annuity based on periodic, fixed payments and a fixed interest rate.
                </returns>
      <param name="Rate">
                    Required. Double specifying interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.
                </param>
      <param name="Per">
                    Required. Double specifying payment period in the range 1 through <paramref name="NPer" />.
                </param>
      <param name="NPer">
                    Required. Double specifying total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has a total of 4 x 12 (or 48) payment periods.
                </param>
      <param name="PV">
                    Required. Double specifying present value, or value today, of a series of future payments or receipts. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make.
                </param>
      <param name="FV">
                    Optional. Double specifying future value or cash balance you want after you've made the final payment. For example, the future value of a loan is $0 because that's its value after the final payment. However, if you want to save $50,000 over 18 years for your child's education, then $50,000 is the future value. If omitted, 0 is assumed.
                </param>
      <param name="Due">
                    Optional. Object of type DueDate Enumeration that specifies when payments are due. This argument must be either DueDate.EndOfPeriod if payments are due at the end of the payment period, or DueDate.BegOfPeriod if payments are due at the beginning of the period. If omitted, DueDate.EndOfPeriod is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.IRR(System.Double[]@,System.Double)">
      <summary>
                    Returns a Double specifying the internal rate of return for a series of periodic cash flows (payments and receipts).
                </summary>
      <returns>
                    Returns a Double specifying the internal rate of return for a series of periodic cash flows (payments and receipts).
                </returns>
      <param name="ValueArray">
                    Required. Array of Double specifying cash flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
                </param>
      <param name="Guess">
                    Optional. Object specifying value you estimate will be returned by IRR. If omitted, <paramref name="Guess" /> is 0.1 (10 percent).
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.MIRR(System.Double[]@,System.Double,System.Double)">
      <summary>
                    Returns a Double specifying the modified internal rate of return for a series of periodic cash flows (payments and receipts).
                </summary>
      <returns>
                    Returns a Double specifying the modified internal rate of return for a series of periodic cash flows (payments and receipts).
                </returns>
      <param name="ValueArray">
                    Required. Array of Double specifying cash-flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
                </param>
      <param name="FinanceRate">
                    Required. Double specifying interest rate paid as the cost of financing.
                </param>
      <param name="ReinvestRate">
                    Required. Double specifying interest rate received on gains from cash reinvestment.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.NPer(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate)">
      <summary>
                    Returns a Double specifying the number of periods for an annuity based on periodic fixed payments and a fixed interest rate.
                </summary>
      <returns>
                    Returns a Double specifying the number of periods for an annuity based on periodic fixed payments and a fixed interest rate.
                </returns>
      <param name="Rate">
                    Required. Double specifying interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.
                </param>
      <param name="Pmt">
                    Required. Double specifying payment to be made each period. Payments usually contain principal and interest that does not change over the life of the annuity.
                </param>
      <param name="PV">
                    Required. Double specifying present value, or value today, of a series of future payments or receipts. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make.
                </param>
      <param name="FV">
                    Optional. Double specifying future value or cash balance you want after you have made the final payment. For example, the future value of a loan is $0 because that is its value after the final payment. However, if you want to save $50,000 over 18 years for your child's education, then $50,000 is the future value. If omitted, 0 is assumed.
                </param>
      <param name="Due">
                    Optional. Object of type DueDate Enumeration that specifies when payments are due. This argument must be either DueDate.EndOfPeriod if payments are due at the end of the payment period, or DueDate.BegOfPeriod if payments are due at the beginning of the period. If omitted, DueDate.EndOfPeriod is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.NPV(System.Double,System.Double[]@)">
      <summary>
                    Returns a Double specifying the net present value of an investment based on a series of periodic cash flows (payments and receipts) and a discount rate.
                </summary>
      <returns>
                    Returns a Double specifying the net present value of an investment based on a series of periodic cash flows (payments and receipts) and a discount rate.
                </returns>
      <param name="Rate">
                    Required. Double specifying discount rate over the length of the period, expressed as a decimal.
                </param>
      <param name="ValueArray">
                    Required. Array of Double specifying cash flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.Pmt(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate)">
      <summary>
                    Returns a Double specifying the payment for an annuity based on periodic, fixed payments and a fixed interest rate.
                </summary>
      <returns>
                    Returns a Double specifying the payment for an annuity based on periodic, fixed payments and a fixed interest rate.
                </returns>
      <param name="Rate">
                    Required. Double specifies the interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.
                </param>
      <param name="NPer">
                    Required. Double specifies the total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has a total of 4 × 12 (or 48) payment periods.
                </param>
      <param name="PV">
                    Required. Double specifies the present value (or lump sum) that a series of payments to be paid in the future is worth now. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make.
                </param>
      <param name="FV">
                    Optional. Double specifying future value or cash balance you want after you have made the final payment. For example, the future value of a loan is $0 because that is its value after the final payment. However, if you want to save $50,000 during 18 years for your child's education, then $50,000 is the future value. If omitted, 0 is assumed.
                </param>
      <param name="Due">
                    Optional. Object of type DueDate Enumeration that specifies when payments are due. This argument must be either DueDate.EndOfPeriod if payments are due at the end of the payment period, or DueDate.BegOfPeriod if payments are due at the beginning of the period. If omitted, DueDate.EndOfPeriod is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.PPmt(System.Double,System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate)">
      <summary>
                    Returns a Double specifying the principal payment for a given period of an annuity based on periodic fixed payments and a fixed interest rate.
                </summary>
      <returns>
                    Returns a Double specifying the principal payment for a given period of an annuity based on periodic fixed payments and a fixed interest rate.
                </returns>
      <param name="Rate">
                    Required. Double specifies the interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.
                </param>
      <param name="Per">
                    Required. Double specifies the payment period in the range 1 through <paramref name="NPer" />.
                </param>
      <param name="NPer">
                    Required. Double specifies the total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has a total of 4 x 12 (or 48) payment periods.
                </param>
      <param name="PV">
                    Required. Double specifies the current value of a series of future payments or receipts. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make.
                </param>
      <param name="FV">
                    Optional. Double specifying future value or cash balance you want after you have made the final payment. For example, the future value of a loan is $0 because that is its value after the final payment. However, if you want to save $50,000 over 18 years for your child's education, then $50,000 is the future value. If omitted, 0 is assumed.
                </param>
      <param name="Due">
                    Optional. Object of type DueDate Enumeration that specifies when payments are due. This argument must be either DueDate.EndOfPeriod if payments are due at the end of the payment period, or DueDate.BegOfPeriod if payments are due at the beginning of the period. If omitted, DueDate.EndOfPeriod is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.PV(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate)">
      <summary>
                    Returns a Double specifying the present value of an annuity based on periodic, fixed payments to be paid in the future and a fixed interest rate.
                </summary>
      <returns>
                    Returns a Double specifying the present value of an annuity based on periodic, fixed payments to be paid in the future and a fixed interest rate.
                </returns>
      <param name="Rate">
                    Required. Double specifies the interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.
                </param>
      <param name="NPer">
                    Required. Double specifies the total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has 4 x 12 (or 48) payment periods.
                </param>
      <param name="Pmt">
                    Required. Double specifies the payment to be made each period. Payments usually contain principal and interest that does not change during the life of the annuity.
                </param>
      <param name="FV">
                    Optional. Double specifies the future value or cash balance you want after you make the final payment. For example, the future value of a loan is $0 because that is its value after the final payment. However, if you want to save $50,000 over 18 years for your child's education, then $50,000 is the future value. If omitted, 0 is assumed.
                </param>
      <param name="Due">
                    Optional. Object of type DueDate Enumeration that specifies when payments are due. This argument must be either DueDate.EndOfPeriod if payments are due at the end of the payment period, or DueDate.BegOfPeriod if payments are due at the beginning of the period. If omitted, DueDate.EndOfPeriod is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.Rate(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate,System.Double)">
      <summary>
                    Returns a Double specifying the interest rate per period for an annuity.
                </summary>
      <returns>
                    Returns a Double specifying the interest rate per period for an annuity.
                </returns>
      <param name="NPer">
                    Required. Double specifies the total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has a total of 4 * 12 (or 48) payment periods.
                </param>
      <param name="Pmt">
                    Required. Double specifies the payment to be made each period. Payments usually contain principal and interest that doesn't change over the life of the annuity.
                </param>
      <param name="PV">
                    Required. Double specifies the present value, or value today, of a series of future payments or receipts. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make.
                </param>
      <param name="FV">
                    Optional. Double specifies the future value or cash balance you want after you make the final payment. For example, the future value of a loan is $0 because that is its value after the final payment. However, if you want to save $50,000 over 18 years for your child's education, then $50,000 is the future value. If omitted, 0 is assumed.
                </param>
      <param name="Due">
                    Optional. Object of type DueDate Enumeration that specifies when payments are due. This argument must be either DueDate.EndOfPeriod if payments are due at the end of the payment period, or DueDate.BegOfPeriod if payments are due at the beginning of the period. If omitted, DueDate.EndOfPeriod is assumed.
                </param>
      <param name="Guess">
                    Optional. Double specifying value you estimate is returned by Rate. If omitted, <paramref name="Guess" /> is 0.1 (10 percent).
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.SLN(System.Double,System.Double,System.Double)">
      <summary>
                    Returns a Double specifying the straight-line depreciation of an asset for a single period.
                </summary>
      <returns>
                    Returns a Double specifying the straight-line depreciation of an asset for a single period.
                </returns>
      <param name="Cost">
                    Required. Double specifying initial cost of the asset.
                </param>
      <param name="Salvage">
                    Required. Double specifying value of the asset at the end of its useful life.
                </param>
      <param name="Life">
                    Required. Double specifying length of the useful life of the asset.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Financial.SYD(System.Double,System.Double,System.Double,System.Double)">
      <summary>
                    Returns a Double specifying the sum-of-years digits depreciation of an asset for a specified period.
                </summary>
      <returns>
                    Returns a Double specifying the sum-of-years digits depreciation of an asset for a specified period.
                </returns>
      <param name="Cost">
                    Required. Double specifying the initial cost of the asset.
                </param>
      <param name="Salvage">
                    Required. Double specifying the value of the asset at the end of its useful life.
                </param>
      <param name="Life">
                    Required. Double specifying the length of the useful life of the asset.
                </param>
      <param name="Period">
                    Required. Double specifying the period for which asset depreciation is calculated.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.FirstDayOfWeek">
      <summary>
                    Indicates the first day of the week to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstDayOfWeek.System">
      <summary>
                    The first day of the week as specified in your system settings This member is equivalent to the Visual Basic constant vbUseSystemDayOfWeek.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstDayOfWeek.Sunday">
      <summary>
                    Sunday (default) This member is equivalent to the Visual Basic constant vbSunday.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstDayOfWeek.Monday">
      <summary>
                    Monday This member is equivalent to the Visual Basic constant vbMonday.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstDayOfWeek.Tuesday">
      <summary>
                    Tuesday This member is equivalent to the Visual Basic constant vbTuesday.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstDayOfWeek.Wednesday">
      <summary>
                    Wednesday This member is equivalent to the Visual Basic constant vbWednesday.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstDayOfWeek.Thursday">
      <summary>
                    Thursday This member is equivalent to the Visual Basic constant vbThursday.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstDayOfWeek.Friday">
      <summary>
                    Friday This member is equivalent to the Visual Basic constant vbFriday.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstDayOfWeek.Saturday">
      <summary>
                    Saturday This member is equivalent to the Visual Basic constant vbSaturday.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.FirstWeekOfYear">
      <summary>
                    Indicates the first week of the year to use when calling date-related functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstWeekOfYear.System">
      <summary>
                    The day of the week specified in your system settings as the first day of the week This member is equivalent to the Visual Basic constant vbUseSystem.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstWeekOfYear.Jan1">
      <summary>
                    The week in which January 1 occurs (default) This member is equivalent to the Visual Basic constant vbFirstJan1.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstWeekOfYear.FirstFourDays">
      <summary>
                    The first week that has at least four days in the new year This member is equivalent to the Visual Basic constant vbFirstFourDays.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FirstWeekOfYear.FirstFullWeek">
      <summary>
                    The first full week of the year This member is equivalent to the Visual Basic constant vbFirstFullWeek.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.Globals">
      <summary>
                    The Globals module contains script engine functions. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Globals.ScriptEngine">
      <summary>
                    Returns a String representing the runtime currently in use.
                </summary>
      <returns>
                    Returns a String representing the runtime currently in use.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Globals.ScriptEngineBuildVersion">
      <summary>
                    Returns an Integer containing the build version number of the runtime currently in use.
                </summary>
      <returns>
                    Returns an Integer containing the build version number of the runtime currently in use.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Globals.ScriptEngineMajorVersion">
      <summary>
                    Returns an Integer containing the major version number of the runtime currently in use.
                </summary>
      <returns>
                    Returns an Integer containing the major version number of the runtime currently in use.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Globals.ScriptEngineMinorVersion">
      <summary>
                    Returns an Integer containing the minor version number of the runtime currently in use.
                </summary>
      <returns>
                    Returns an Integer containing the minor version number of the runtime currently in use.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.HideModuleNameAttribute">
      <summary>
                    The HideModuleNameAttribute attribute, when applied to a module, allows the module members to be accessed using only the qualification needed for the module.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.HideModuleNameAttribute.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.HideModuleNameAttribute" /> attribute. 
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.Information">
      <summary>
                    The Information module contains the procedures used to return, test for, or verify information. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.Erl">
      <summary>
                    Returns an integer indicating the line number of the last executed statement. Read-only.
                </summary>
      <returns>
                    Returns an integer indicating the line number of the last executed statement. Read-only.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.Err">
      <summary>
                    Contains information about run-time errors.
                </summary>
      <returns>
                    Contains information about run-time errors.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.IsArray(System.Object)">
      <summary>
                    Returns a Boolean value indicating whether a variable points to an array.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether a variable points to an array.
                </returns>
      <param name="VarName">
                    Required. Object variable.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.IsDate(System.Object)">
      <summary>
                    Returns a Boolean value indicating whether an expression represents a valid Date value.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether an expression represents a valid Date value.
                </returns>
      <param name="Expression">
                    Required. Object expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.IsDBNull(System.Object)">
      <summary>
                    Returns a Boolean value indicating whether an expression evaluates to the <see cref="T:System.DBNull" /> class.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether an expression evaluates to the <see cref="T:System.DBNull" /> class.
                </returns>
      <param name="Expression">
                    Required. Object expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.IsError(System.Object)">
      <summary>
                    Returns a Boolean value indicating whether an expression is an exception type.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether an expression is an exception type.
                </returns>
      <param name="Expression">
                    Required. Object expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.IsNothing(System.Object)">
      <summary>
                    Returns a Boolean value indicating whether an expression has no object assigned to it.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether an expression has no object assigned to it.
                </returns>
      <param name="Expression">
                    Required. Object expression.
                </param>
      <filterpriority>3</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.IsNumeric(System.Object)">
      <summary>
                    Returns a Boolean value indicating whether an expression can be evaluated as a number.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether an expression can be evaluated as a number.
                </returns>
      <param name="Expression">
                    Required. Object expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.IsReference(System.Object)">
      <summary>
                    Returns a Boolean value indicating whether an expression evaluates to a reference type.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether an expression evaluates to a reference type.
                </returns>
      <param name="Expression">
                    Required. Object expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.LBound(System.Array,System.Int32)">
      <summary>
                    Returns the lowest available subscript for the indicated dimension of an array.
                </summary>
      <returns>Integer. The lowest value the subscript for the specified dimension can contain. LBound always returns 0 as long as <paramref name="Array" /> has been initialized, even if it has no elements, for example if it is a zero-length string. If <paramref name="Array" /> is Nothing, LBound throws an <see cref="T:System.ArgumentNullException" />.
                </returns>
      <param name="Array">
                    Required. Array of any data type. The array in which you want to find the lowest possible subscript of a dimension.
                </param>
      <param name="Rank">
                    Optional. Integer. The dimension for which the lowest possible subscript is to be returned. Use 1 for the first dimension, 2 for the second, and so on. If <paramref name="Rank" /> is omitted, 1 is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.QBColor(System.Int32)">
      <summary>
                    Returns an Integer value representing the RGB color code corresponding to the specified color number.
                </summary>
      <returns>
                    Returns an Integer value representing the RGB color code corresponding to the specified color number.
                </returns>
      <param name="Color">
                    Required. A whole number in the range 0–15.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.RGB(System.Int32,System.Int32,System.Int32)">
      <summary>
                    Returns an Integer value representing an RGB color value from a set of red, green and blue color components.
                </summary>
      <returns>
                    Returns an Integer value representing an RGB color value from a set of red, green and blue color components.
                </returns>
      <param name="Red">
                    Required. Integer in the range 0–255, inclusive, that represents the intensity of the red component of the color.
                </param>
      <param name="Green">
                    Required. Integer in the range 0–255, inclusive, that represents the intensity of the green component of the color.
                </param>
      <param name="Blue">
                    Required. Integer in the range 0–255, inclusive, that represents the intensity of the blue component of the color.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.SystemTypeName(System.String)">
      <summary>
                    Returns a String value containing the system data type name of a variable.
                </summary>
      <returns>
                    Returns a String value containing the system data type name of a variable.
                </returns>
      <param name="VbName">
                    Required. A String variable containing a Visual Basic type name.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.TypeName(System.Object)">
      <summary>
                    Returns a String value containing data-type information about a variable.
                </summary>
      <returns>
                    Returns a String value containing data-type information about a variable.
                </returns>
      <param name="VarName">
                    Required. Object variable. If Option Strict is Off, you can pass a variable of any data type except a structure.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.UBound(System.Array,System.Int32)">
      <summary>
                    Returns the highest available subscript for the indicated dimension of an array.
                </summary>
      <returns>Integer. The highest value the subscript for the specified dimension can contain. If <paramref name="Array" /> has only one element, UBound returns 0. If <paramref name="Array" /> has no elements, for example if it is a zero-length string, UBound returns -1. 
                </returns>
      <param name="Array">
                    Required. Array of any data type. The array in which you want to find the highest possible subscript of a dimension.
                </param>
      <param name="Rank">
                    Optional. Integer. The dimension for which the highest possible subscript is to be returned. Use 1 for the first dimension, 2 for the second, and so on. If <paramref name="Rank" /> is omitted, 1 is assumed.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.VarType(System.Object)">
      <summary>
                    Returns an Integer value containing the data type classification of a variable.
                </summary>
      <returns>
                    Returns an Integer value containing the data type classification of a variable.
                </returns>
      <param name="VarName">
                    Required. Object variable. If Option Strict is Off, you can pass a variable of any data type except a structure.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Information.VbTypeName(System.String)">
      <summary>
                    Returns a String value containing the Visual Basic data type name of a variable.
                </summary>
      <returns>
                    Returns a String value containing the Visual Basic data type name of a variable.
                </returns>
      <param name="UrtName">
                    Required. String variable containing a type name used by the common language runtime.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Interaction">
      <summary>
                    The Interaction module contains procedures used to interact with objects, applications, and systems. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.AppActivate(System.Int32)">
      <summary>
                    Activates an application that is already running.
                </summary>
      <param name="ProcessId">Integer specifying the Win32 process ID number assigned to this process. You can use the ID returned by the Shell Function, provided it is not zero.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.AppActivate(System.String)">
      <summary>
                    Activates an application that is already running.
                </summary>
      <param name="Title">String expression specifying the title in the title bar of the application you want to activate. You can use the title assigned to the application when it was launched.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.Beep">
      <summary>
                    Sounds a tone through the computer's speaker.
                </summary>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.CallByName(System.Object,System.String,Microsoft.VisualBasic.CallType,System.Object[])">
      <summary>
                    Executes a method on an object, or sets or returns a property on an object.
                </summary>
      <returns>
                    Executes a method on an object, or sets or returns a property on an object.
                </returns>
      <param name="ObjectRef">
                    Required. Object. A pointer to the object exposing the property or method.
                </param>
      <param name="ProcName">
                    Required. String. A string expression containing the name of the property or method on the object.
                </param>
      <param name="UseCallType">
                    Required. An enumeration member of type CallType Enumeration representing the type of procedure being called. The value of CallType can be Method, Get, or Set.
                </param>
      <param name="Args">
                    Optional. ParamArray. A parameter array containing the arguments to be passed to the property or method being called.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.Choose(System.Double,System.Object[])">
      <summary>
                    Selects and returns a value from a list of arguments.
                </summary>
      <returns>
                    Selects and returns a value from a list of arguments.
                </returns>
      <param name="Index">
                    Required. Double. Numeric expression that results in a value between 1 and the number of elements passed in the <paramref name="Choice" /> argument.
                </param>
      <param name="Choice">
                    Required. Object parameter array. You can supply either a single variable or an expression that evaluates to the Object data type, to a list of Object variables or expressions separated by commas, or to a single-dimensional array of Object elements.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.Command">
      <summary>
                    Returns the argument portion of the command line used to start Visual Basic or an executable program developed with Visual Basic. The My feature provides greater productivity and performance than the Command function. For more information, see My.Application.CommandLineArgs Property.
                </summary>
      <returns>
                    Returns the argument portion of the command line used to start Visual Basic or an executable program developed with Visual Basic.
                
                    The My feature provides greater productivity and performance than the Command function. For more information, see My.Application.CommandLineArgs Property.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="Path" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.CreateObject(System.String,System.String)">
      <summary>
                    Creates and returns a reference to a COM object. CreateObject cannot be used to create instances of classes in Visual Basic unless those classes are explicitly exposed as COM components.
                </summary>
      <returns>
                    Creates and returns a reference to a COM object. CreateObject cannot be used to create instances of classes in Visual Basic unless those classes are explicitly exposed as COM components.
                </returns>
      <param name="ProgId">
                    Required. String. The program ID of the object to create.
                </param>
      <param name="ServerName">
                    Optional. String. The name of the network server where the object will be created. If <paramref name="ServerName" /> is an empty string (""), the local computer is used.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="COMPUTERNAME" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.DeleteSetting(System.String,System.String,System.String)">
      <summary>
                    Deletes a section or key setting from an application's entry in the Windows registry. The My feature gives you greater productivity and performance in registry operations than the DeleteSetting function. For more information, see My.Computer.Registry Object.
                </summary>
      <param name="AppName">
                    Required. String expression containing the name of the application or project to which the section or key setting applies.
                </param>
      <param name="Section">
                    Required. String expression containing the name of the section from which the key setting is being deleted. If only <paramref name="AppName" /> and <paramref name="Section" /> are provided, the specified section is deleted along with all related key settings.
                </param>
      <param name="Key">
                    Optional. String expression containing the name of the key setting being deleted.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.Environ(System.Int32)">
      <summary>
                    Returns the string associated with an operating-system environment variable. 
                </summary>
      <returns>
                    Returns the string associated with an operating-system environment variable. 
                </returns>
      <param name="Expression">
                    Required. Expression that evaluates either a string containing the name of an environment variable, or an integer corresponding to the numeric order of an environment string in the environment-string table.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.Environ(System.String)">
      <summary>
                    Returns the string associated with an operating-system environment variable. 
                </summary>
      <returns>
                    Returns the string associated with an operating-system environment variable. 
                </returns>
      <param name="Expression">
                    Required. Expression that evaluates either a string containing the name of an environment variable, or an integer corresponding to the numeric order of an environment string in the environment-string table.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.GetAllSettings(System.String,System.String)">
      <summary>
                    Returns a list of key settings and their respective values (originally created with SaveSetting) from an application's entry in the Windows registry. Using the My feature gives you greater productivity and performance in registry operations than GetAllSettings. For more information, see My.Computer.Registry Object.
                </summary>
      <returns>
                    Returns a list of key settings and their respective values (originally created with SaveSetting) from an application's entry in the Windows registry.
                
                    Using the My feature gives you greater productivity and performance in registry operations than GetAllSettings. For more information, see My.Computer.Registry Object.
                </returns>
      <param name="AppName">
                    Required. String expression containing the name of the application or project whose key settings are requested.
                </param>
      <param name="Section">
                    Required. String expression containing the name of the section whose key settings are requested. GetAllSettings returns an object that contains a two-dimensional array of strings. The strings contain all the key settings in the specified section, plus their corresponding values.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.GetObject(System.String,System.String)">
      <summary>
                    Returns a reference to an object provided by a COM component.
                </summary>
      <returns>
                    Returns a reference to an object provided by a COM component.
                </returns>
      <param name="PathName">
                    Optional. String. The full path and name of the file containing the object to retrieve. If <paramref name="PathName" /> is omitted, <paramref name="Class" /> is required.
                </param>
      <param name="Class">
                    Required if <paramref name="PathName" /> is not supplied. String. A string representing the class of the object. The <paramref name="Class" /> argument has the following syntax and parts:
                <paramref name="appname" />.<paramref name="objecttype" />
                    Parameter
                
                    Description
                <paramref name="appname" />
                    Required. String. The name of the application providing the object.
                <paramref name="objecttype" />
                    Required. String. The type or class of object to create.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.GetSetting(System.String,System.String,System.String,System.String)">
      <summary>
                    Returns a key setting value from an application's entry in the Windows registry. The My feature gives you greater productivity and performance in registry operations than GetAllSettings. For more information, see My.Computer.Registry Object.
                </summary>
      <returns>
                    Returns a key setting value from an application's entry in the Windows registry.
                
                    The My feature gives you greater productivity and performance in registry operations than GetAllSettings. For more information, see My.Computer.Registry Object.
                </returns>
      <param name="AppName">
                    Required. String expression containing the name of the application or project whose key setting is requested.
                </param>
      <param name="Section">
                    Required. String expression containing the name of the section in which the key setting is found.
                </param>
      <param name="Key">
                    Required. String expression containing the name of the key setting to return.
                </param>
      <param name="Default">
                    Optional. Expression containing the value to return if no value is set in the <paramref name="Key" /> setting. If omitted, <paramref name="Default" /> is assumed to be a zero-length string ("").
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.IIf(System.Boolean,System.Object,System.Object)">
      <summary>
                    Returns one of two objects, depending on the evaluation of an expression.
                </summary>
      <returns>
                    Returns one of two objects, depending on the evaluation of an expression.
                </returns>
      <param name="Expression">
                    Required. Boolean. The expression you want to evaluate.
                </param>
      <param name="TruePart">
                    Required. Object. Returned if <paramref name="Expression" /> evaluates to True.
                </param>
      <param name="FalsePart">
                    Required. Object. Returned if <paramref name="Expression" /> evaluates to False.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.InputBox(System.String,System.String,System.String,System.Int32,System.Int32)">
      <summary>
                    Displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.
                </summary>
      <returns>
                    Displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.
                </returns>
      <param name="Prompt">
                    Required String expression displayed as the message in the dialog box. The maximum length of <paramref name="Prompt" /> is approximately 1024 characters, depending on the width of the characters used. If <paramref name="Prompt" /> consists of more than one line, you can separate the lines using a carriage return character (Chr(13)), a line feed character (Chr(10)), or a carriage return/line feed combination (Chr(13) &amp; Chr(10)) between each line.
                </param>
      <param name="Title">
                    Optional. String expression displayed in the title bar of the dialog box. If you omit <paramref name="Title" />, the application name is placed in the title bar.
                </param>
      <param name="DefaultResponse">
                    Optional. String expression displayed in the text box as the default response if no other input is provided. If you omit <paramref name="DefaultResponse" />, the displayed text box is empty.
                </param>
      <param name="XPos">
                    Optional. Numeric expression that specifies, in twips, the distance of the left edge of the dialog box from the left edge of the screen. If you omit <paramref name="XPos" />, the dialog box is centered horizontally.
                </param>
      <param name="YPos">
                    Optional. Numeric expression that specifies, in twips, the distance of the upper edge of the dialog box from the top of the screen. If you omit <paramref name="YPos" />, the dialog box is positioned vertically approximately one-third of the way down the screen.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.MsgBox(System.Object,Microsoft.VisualBasic.MsgBoxStyle,System.Object)">
      <summary>
                    Displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
                </summary>
      <returns>
                    Constant OK, Value 1. Constant Cancel, Value 2. Constant Abort, Value 3. Constant Retry, Value 4. Constant Ignore, Value 5. Constant Yes, Value 6. Constant No, Value 7. 
                </returns>
      <param name="Prompt">
                    Required. String expression displayed as the message in the dialog box. The maximum length of <paramref name="Prompt" /> is approximately 1024 characters, depending on the width of the characters used. If <paramref name="Prompt" /> consists of more than one line, you can separate the lines using a carriage return character (Chr(13)), a line feed character (Chr(10)), or a carriage return/linefeed character combination (Chr(13) &amp; Chr(10)) between each line.
                </param>
      <param name="Buttons">
                    Optional. Numeric expression that is the sum of values specifying the number and type of buttons to display, the icon style to use, the identity of the default button, and the modality of the message box. If you omit <paramref name="Buttons" />, the default value is zero.
                </param>
      <param name="Title">
                    Optional. String expression displayed in the title bar of the dialog box. If you omit <paramref name="Title" />, the application name is placed in the title bar.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.Partition(System.Int64,System.Int64,System.Int64,System.Int64)">
      <summary>
                    Returns a string representing the calculated range that contains a number.
                </summary>
      <returns>
                    Returns a string representing the calculated range that contains a number.
                </returns>
      <param name="Number">
                    Required. Long. Whole number that you want to locate within one of the calculated ranges.
                </param>
      <param name="Start">
                    Required. Long. Whole number that indicates the start of the set of calculated ranges. <paramref name="Start" /> cannot be less than 0.
                </param>
      <param name="Stop">
                    Required. Long. Whole number that indicates the end of the set of calculated ranges. <paramref name="Stop" /> cannot be less than or equal to <paramref name="Start" />.
                </param>
      <param name="Interval">
                    Required. Long. Whole number that indicates the size of each range calculated between <paramref name="Start" /> and <paramref name="Stop" />. <paramref name="Interval" /> cannot be less than 1.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.SaveSetting(System.String,System.String,System.String,System.String)">
      <summary>
                    Saves or creates an application entry in the Windows registry. The My feature gives you greater productivity and performance in registry operations than SaveSetting. For more information, see My.Computer.Registry Object.
                </summary>
      <param name="AppName">
                    Required. String expression containing the name of the application or project to which the setting applies.
                </param>
      <param name="Section">
                    Required. String expression containing the name of the section in which the key setting is being saved.
                </param>
      <param name="Key">
                    Required. String expression containing the name of the key setting being saved.
                </param>
      <param name="Setting">
                    Required. Expression containing the value to which <paramref name="Key" /> is being set.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.Shell(System.String,Microsoft.VisualBasic.AppWinStyle,System.Boolean,System.Int32)">
      <summary>
                    Runs an executable program and returns an integer containing the program's process ID if it is still running.
                </summary>
      <returns>
                    Runs an executable program and returns an integer containing the program's process ID if it is still running.
                </returns>
      <param name="PathName">
                    Required. String. Name of the program to execute, together with any required arguments and command-line switches. <paramref name="PathName" /> can also include the drive and the directory path or folder.
                
                    If you do not know the path to the program, you can use the My.Computer.FileSystem.GetFiles Method to locate it. For example, you can call My.Computer.FileSystem.GetFiles("C:\", True, "testFile.txt"), which returns the full path of every file named testFile.txt anywhere on drive C:\.
                </param>
      <param name="Style">
                    Optional. AppWinStyle. A value chosen from the AppWinStyle Enumeration specifying the style of the window in which the program is to run. If <paramref name="Style" /> is omitted, Shell uses AppWinStyle.MinimizedFocus, which starts the program minimized and with focus. 
                </param>
      <param name="Wait">
                    Optional. Boolean. A value indicating whether the Shell function should wait for completion of the program. If <paramref name="Wait" /> is omitted, Shell uses False.
                </param>
      <param name="Timeout">
                    Optional. Integer. The number of milliseconds to wait for completion if <paramref name="Wait" /> is True. If <paramref name="Timeout" /> is omitted, Shell uses -1, which means there is no timeout and Shell does not return until the program finishes. Therefore, if you omit <paramref name="Timeout" /> or set it to -1, it is possible that Shell might never return control to your program.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Interaction.Switch(System.Object[])">
      <summary>
                    Evaluates a list of expressions and returns an Object value corresponding to the first expression in the list that is True.
                </summary>
      <returns>
                    Evaluates a list of expressions and returns an Object value corresponding to the first expression in the list that is True.
                </returns>
      <param name="VarExpr">
                    Required. Object parameter array. Must have an even number of elements. You can supply a list of Object variables or expressions separated by commas, or a single-dimensional array of Object elements.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.MsgBoxResult">
      <summary>
                    Indicates which button was pressed on a message box, returned by the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxResult.Ok">
      <summary>OK button was pressed. This member is equivalent to the Visual Basic constant vbOK.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxResult.Cancel">
      <summary>Cancel button was pressed. This member is equivalent to the Visual Basic constant vbCancel.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxResult.Abort">
      <summary>Abort button was pressed. This member is equivalent to the Visual Basic constant vbAbort.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxResult.Retry">
      <summary>Retry button was pressed. This member is equivalent to the Visual Basic constant vbRetry.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxResult.Ignore">
      <summary>Ignore button was pressed. This member is equivalent to the Visual Basic constant vbIgnore.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxResult.Yes">
      <summary>Yes button was pressed. This member is equivalent to the Visual Basic constant vbYes.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxResult.No">
      <summary>No button was pressed. This member is equivalent to the Visual Basic constant vbNo.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxResult.OK"></member>
    <member name="T:Microsoft.VisualBasic.MsgBoxStyle">
      <summary>
                    Indicates which buttons to display when calling the MsgBox function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.OkOnly">
      <summary>OK button only (default). This member is equivalent to the Visual Basic constant vbOKOnly.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.OkCancel">
      <summary>OK and Cancel buttons. This member is equivalent to the Visual Basic constant vbOKCancel.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.AbortRetryIgnore">
      <summary>Abort, Retry, and Ignore buttons. This member is equivalent to the Visual Basic constant vbAbortRetryIgnore.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.YesNoCancel">
      <summary>Yes, No, and Cancel buttons. This member is equivalent to the Visual Basic constant vbYesNoCancel.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.YesNo">
      <summary>Yes and No buttons. This member is equivalent to the Visual Basic constant vbYesNo.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.RetryCancel">
      <summary>Retry and Cancel buttons. This member is equivalent to the Visual Basic constant vbRetryCancel.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.Critical">
      <summary>
                    Critical message. This member is equivalent to the Visual Basic constant vbCritical.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.Question">
      <summary>
                    Warning query. This member is equivalent to the Visual Basic constant vbQuestion.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.Exclamation">
      <summary>
                    Warning message. This member is equivalent to the Visual Basic constant vbExclamation.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.Information">
      <summary>
                    Information message. This member is equivalent to the Visual Basic constant vbInformation.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.DefaultButton1">
      <summary>
                    First button is default. This member is equivalent to the Visual Basic constant vbDefaultButton1.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.DefaultButton2">
      <summary>
                    Second button is default. This member is equivalent to the Visual Basic constant vbDefaultButton2.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.DefaultButton3">
      <summary>
                    Third button is default. This member is equivalent to the Visual Basic constant vbDefaultButton3.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.ApplicationModal">
      <summary>
                    Application modal message box. This member is equivalent to the Visual Basic constant vbApplicationModal.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.SystemModal">
      <summary>
                    System modal message box. This member is equivalent to the Visual Basic constant vbSystemModal.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.MsgBoxHelp">
      <summary>
                    Help text. This member is equivalent to the Visual Basic constant vbMsgBoxHelp.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.MsgBoxRight">
      <summary>
                    Right-aligned text. This member is equivalent to the Visual Basic constant vbMsgBoxRight.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.MsgBoxRtlReading">
      <summary>
                    Right-to-left reading text (Hebrew and Arabic systems). This member is equivalent to the Visual Basic constant vbMsgBoxRtlReading.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.MsgBoxSetForeground">
      <summary>
                    Foreground message box window. This member is equivalent to the Visual Basic constant vbMsgBoxSetForeground.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.OKOnly"></member>
    <member name="F:Microsoft.VisualBasic.MsgBoxStyle.OKCancel"></member>
    <member name="T:Microsoft.VisualBasic.MyGroupCollectionAttribute">
      <summary>
                    This attribute supports My.Forms and My.WebServices in Visual Basic.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyGroupCollectionAttribute.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
                    This attribute supports My.Forms and My.WebServices in Visual Basic.
                </summary>
      <param name="typeToCollect">String. Initializes the <see cref="P:Microsoft.VisualBasic.MyGroupCollectionAttribute.MyGroupName" /> property. The compiler generates accessor properties for classes that derive from this type.
                </param>
      <param name="createInstanceMethodName">String. Initializes the <see cref="P:Microsoft.VisualBasic.MyGroupCollectionAttribute.CreateMethod" /> property. Specifies the method in the class that creates the type's instances.
                </param>
      <param name="disposeInstanceMethodName">String. Initializes the <see cref="P:Microsoft.VisualBasic.MyGroupCollectionAttribute.DisposeMethod" /> property. Specifies the method in the class that disposes of the type's instances.
                </param>
      <param name="defaultInstanceAlias">String. Initializes the <see cref="P:Microsoft.VisualBasic.MyGroupCollectionAttribute.DefaultInstanceAlias" /> property. Specifies the name of the property that returns the default instance of the class.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.MyGroupCollectionAttribute.CreateMethod">
      <summary>
                    This property supports My in Visual Basic.
                </summary>
      <returns>
                    Specifies the method in the class that creates the type's instances.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyGroupCollectionAttribute.DefaultInstanceAlias">
      <summary>
                    This property supports My in Visual Basic.
                </summary>
      <returns>
                    Specifies the name of the property that returns the default instance of the class.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyGroupCollectionAttribute.DisposeMethod">
      <summary>
                    This property supports My in Visual Basic.
                </summary>
      <returns>
                    Specifies the method in the class that disposes of the type's instances.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyGroupCollectionAttribute.MyGroupName">
      <summary>
                    This property supports My in Visual Basic.
                </summary>
      <returns>
                    Specifies the name of the type for which the compiler generates accessor properties.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.OpenAccess">
      <summary>
                    Indicates how to open a file when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenAccess.Default">
      <summary>
                    Read and write access permitted. This is the default.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenAccess.Read">
      <summary>
                    Read access permitted.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenAccess.ReadWrite">
      <summary>
                    Read and write access permitted.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenAccess.Write">
      <summary>
                    Write access permitted.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.OpenMode">
      <summary>
                    Indicates how to open a file when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenMode.Input">
      <summary>
                    File opened for read access.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenMode.Output">
      <summary>
                    File opened for write access.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenMode.Random">
      <summary>
                    File opened for random access.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenMode.Append">
      <summary>
                    File opened to append to it. Default.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenMode.Binary">
      <summary>
                    File opened for binary access.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.OpenShare">
      <summary>
                    Indicates how to open a file when calling file-access functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenShare.Default">
      <summary>LockReadWrite. This is the default.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenShare.Shared">
      <summary>
                    Any process can read or write to the file.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenShare.LockRead">
      <summary>
                    Other processes cannot read the file.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenShare.LockReadWrite">
      <summary>
                    Other processes cannot read or write to the file.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.OpenShare.LockWrite">
      <summary>
                    Other processes cannot write to the file.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.SpcInfo">
      <summary>
                    This class supports the Visual Basic Print and PrintLine functions.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.SpcInfo.Count">
      <summary>
                    This field supports the Visual Basic Print and PrintLine functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Strings">
      <summary>
                    The Strings module contains procedures used to perform string operations. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Asc(System.Char)">
      <summary>
                    Returns an Integer value representing the character code corresponding to a character.
                </summary>
      <returns>
                    Returns an Integer value representing the character code corresponding to a character.
                </returns>
      <param name="String">
                    Required. Any valid Char or String expression. If <paramref name="String" /> is a String expression, only the first character of the string is used for input. If <paramref name="String" /> is Nothing or contains no characters, an <see cref="T:System.ArgumentException" /> error occurs.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Asc(System.String)">
      <summary>
                    Returns an Integer value representing the character code corresponding to a character.
                </summary>
      <returns>
                    Returns an Integer value representing the character code corresponding to a character.
                </returns>
      <param name="String">
                    Required. Any valid Char or String expression. If <paramref name="String" /> is a String expression, only the first character of the string is used for input. If <paramref name="String" /> is Nothing or contains no characters, an <see cref="T:System.ArgumentException" /> error occurs.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.AscW(System.Char)">
      <summary>
                    Returns an Integer value representing the character code corresponding to a character.
                </summary>
      <returns>
                    Returns an Integer value representing the character code corresponding to a character.
                </returns>
      <param name="String">
                    Required. Any valid Char or String expression. If <paramref name="String" /> is a String expression, only the first character of the string is used for input. If <paramref name="String" /> is Nothing or contains no characters, an <see cref="T:System.ArgumentException" /> error occurs.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.AscW(System.String)">
      <summary>
                    Returns an Integer value representing the character code corresponding to a character.
                </summary>
      <returns>
                    Returns an Integer value representing the character code corresponding to a character.
                </returns>
      <param name="String">
                    Required. Any valid Char or String expression. If <paramref name="String" /> is a String expression, only the first character of the string is used for input. If <paramref name="String" /> is Nothing or contains no characters, an <see cref="T:System.ArgumentException" /> error occurs.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Chr(System.Int32)">
      <summary>
                    Returns the character associated with the specified character code.
                </summary>
      <returns>
                    Returns the character associated with the specified character code.
                </returns>
      <param name="CharCode">
                    Required. An Integer expression representing the code point, or character code, for the character. If <paramref name="CharCode" /> is outside the valid range, an <see cref="T:System.ArgumentException" /> error occurs. The valid range for Chr is 0 through 255, and the valid range for ChrW is -32768 through 65535.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.ChrW(System.Int32)">
      <summary>
                    Returns the character associated with the specified character code.
                </summary>
      <returns>
                    Returns the character associated with the specified character code.
                </returns>
      <param name="CharCode">
                    Required. An Integer expression representing the code point, or character code, for the character. If <paramref name="CharCode" /> is outside the valid range, an <see cref="T:System.ArgumentException" /> error occurs. The valid range for Chr is 0 through 255, and the valid range for ChrW is -32768 through 65535.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Filter(System.Object[],System.String,System.Boolean,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Returns a zero-based array containing a subset of a String array based on specified filter criteria.
                </summary>
      <returns>
                    Returns a zero-based array containing a subset of a String array based on specified filter criteria.
                </returns>
      <param name="Source">
                    Required. One-dimensional array of strings to be searched.
                </param>
      <param name="Match">
                    Required. String to search for.
                </param>
      <param name="Include">
                    Optional. Boolean value indicating whether to return substrings that include or exclude <paramref name="Match" />. If <paramref name="Include" /> is True, the Filter function returns the subset of the array that contains <paramref name="Match" /> as a substring. If <paramref name="Include" /> is False, the Filter function returns the subset of the array that does not contain <paramref name="Match" /> as a substring.
                </param>
      <param name="Compare">
                    Optional. Numeric value indicating the kind of string comparison to use. See "Settings" for values.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Filter(System.String[],System.String,System.Boolean,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Returns a zero-based array containing a subset of a String array based on specified filter criteria.
                </summary>
      <returns>
                    Returns a zero-based array containing a subset of a String array based on specified filter criteria.
                </returns>
      <param name="Source">
                    Required. One-dimensional array of strings to be searched.
                </param>
      <param name="Match">
                    Required. String to search for.
                </param>
      <param name="Include">
                    Optional. Boolean value indicating whether to return substrings that include or exclude <paramref name="Match" />. If <paramref name="Include" /> is True, the Filter function returns the subset of the array that contains <paramref name="Match" /> as a substring. If <paramref name="Include" /> is False, the Filter function returns the subset of the array that does not contain <paramref name="Match" /> as a substring.
                </param>
      <param name="Compare">
                    Optional. Numeric value indicating the kind of string comparison to use. See "Settings" for values.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Format(System.Object,System.String)">
      <summary>
                    Returns a string formatted according to instructions contained in a format String expression.
                </summary>
      <returns>
                    Returns a string formatted according to instructions contained in a format String expression.
                </returns>
      <param name="Expression">
                    Required. Any valid expression.
                </param>
      <param name="Style">
                    Optional. A valid named or user-defined format String expression.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.FormatCurrency(System.Object,System.Int32,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState)">
      <summary>
                    Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
                </summary>
      <returns>
                    Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
                </returns>
      <param name="Expression">
                    Required. Expression to be formatted.
                </param>
      <param name="NumDigitsAfterDecimal">
                    Optional. Numeric value indicating how many places are displayed to the right of the decimal. Default value is –1, which indicates that the computer's regional settings are used.
                </param>
      <param name="IncludeLeadingDigit">
                    Optional. TriState enumeration that indicates whether or not a leading zero is displayed for fractional values. See "Settings" for values.
                </param>
      <param name="UseParensForNegativeNumbers">
                    Optional. TriState enumeration that indicates whether or not to place negative values within parentheses. See "Settings" for values.
                </param>
      <param name="GroupDigits">
                    Optional. TriState enumeration that indicates whether or not numbers are grouped using the group delimiter specified in the computer's regional settings. See "Settings" for values.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.FormatDateTime(System.DateTime,Microsoft.VisualBasic.DateFormat)">
      <summary>
                    Returns a string expression representing a date/time value.
                </summary>
      <returns>
                    Returns a string expression representing a date/time value.
                </returns>
      <param name="Expression">
                    Required. Date expression to be formatted.
                </param>
      <param name="NamedFormat">
                    Optional. Numeric value that indicates the date/time format used. If omitted, DateFormat.GeneralDate is used.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.FormatNumber(System.Object,System.Int32,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState)">
      <summary>
                    Returns an expression formatted as a number.
                </summary>
      <returns>
                    Returns an expression formatted as a number.
                </returns>
      <param name="Expression">
                    Required. Expression to be formatted.
                </param>
      <param name="NumDigitsAfterDecimal">
                    Optional. Numeric value indicating how many places are displayed to the right of the decimal. The default value is –1, which indicates that the computer's regional settings are used.
                </param>
      <param name="IncludeLeadingDigit">
                    Optional. TriState constant that indicates whether a leading 0 is displayed for fractional values. See "Settings" for values.
                </param>
      <param name="UseParensForNegativeNumbers">
                    Optional. TriState constant that indicates whether to place negative values within parentheses. See "Settings" for values.
                </param>
      <param name="GroupDigits">
                    Optional. TriState constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See "Settings" for values.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.FormatPercent(System.Object,System.Int32,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState)">
      <summary>
                    Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character.
                </summary>
      <returns>
                    Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character.
                </returns>
      <param name="Expression">
                    Required. Expression to be formatted.
                </param>
      <param name="NumDigitsAfterDecimal">
                    Optional. Numeric value indicating how many places to the right of the decimal are displayed. Default value is –1, which indicates that the locale settings are used.
                </param>
      <param name="IncludeLeadingDigit">
                    Optional. TriState constant that indicates whether or not a leading zero displays for fractional values. See "Settings" for values.
                </param>
      <param name="UseParensForNegativeNumbers">
                    Optional. TriState constant that indicates whether or not to place negative values within parentheses. See "Settings" for values.
                </param>
      <param name="GroupDigits">
                    Optional. TriState constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See "Settings" for values.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.GetChar(System.String,System.Int32)">
      <summary>
                    Returns a Char value representing the character from the specified index in the supplied string.
                </summary>
      <returns>
                    Returns a Char value representing the character from the specified index in the supplied string.
                </returns>
      <param name="str">
                    Required. Any valid String expression.
                </param>
      <param name="Index">
                    Required. Integer expression. The (1-based) index of the character in <paramref name="str" /> to be returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.InStr(System.Int32,System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Returns an integer specifying the start position of the first occurrence of one string within another.
                </summary>
      <returns>
                    If <paramref name="String1" /> is zero length or Nothing, InStr returns 0. If <paramref name="String2" /> is zero length or Nothing, InStr returns <paramref name="start" />. If <paramref name="String2" /> is not found, InStr returns 0. If <paramref name="String2" /> is found within <paramref name="String1" />, InStr returns position where match begins. If <paramref name="Start" /> &gt; <paramref name="String2" />, InStr returns 0. 
                </returns>
      <param name="Start">
                    Optional. Numeric expression that sets the starting position for each search. If omitted, search begins at the first character position. The start index is 1-based.
                </param>
      <param name="String1">
                    Required. String expression being searched.
                </param>
      <param name="String2">
                    Required. String expression sought.
                </param>
      <param name="Compare">
                    Optional. Specifies the type of string comparison. If <paramref name="Compare" /> is omitted, the Option Compare setting determines the type of comparison. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.InStr(System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Returns an integer specifying the start position of the first occurrence of one string within another.
                </summary>
      <returns>
                    If <paramref name="String1" /> is zero length or Nothing, InStr returns 0. If <paramref name="String2" /> is zero length or Nothing, InStr returns <paramref name="start" />. If <paramref name="String2" /> is not found, InStr returns 0. If <paramref name="String2" /> is found within <paramref name="String1" />, InStr returns position where match begins. If <paramref name="Start" /> &gt; <paramref name="String2" />, InStr returns 0. 
                </returns>
      <param name="String1">
                    Required. String expression being searched.
                </param>
      <param name="String2">
                    Required. String expression sought.
                </param>
      <param name="Compare">
                    Optional. Specifies the type of string comparison. If <paramref name="Compare" /> is omitted, the Option Compare setting determines the type of comparison. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.InStrRev(System.String,System.String,System.Int32,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Returns the position of the first occurrence of one string within another, starting from the right side of the string.
                </summary>
      <returns>
                    If <paramref name="StringCheck" /> is zero-length, InStrRev returns 0. If <paramref name="StringMatch" /> is zero-length, InStrRev returns <paramref name="Start" />. If <paramref name="StringMatch" /> is not found, InStrRev returns 0. If <paramref name="StringMatch" /> is found within <paramref name="StringCheck" />, InStrRev returns position at which the first match is found, starting with the right side of the string. If <paramref name="Start" /> is greater than length of <paramref name="StringMatch" />, InStrRev returns 0. 
                </returns>
      <param name="StringCheck">
                    Required. String expression being searched.
                </param>
      <param name="StringMatch">
                    Required. String expression being searched for.
                </param>
      <param name="Start">
                    Optional. Numeric expression setting the one-based starting position for each search, starting from the left side of the string. If <paramref name="Start" /> is omitted then –1 is used, meaning the search begins at the last character position. Search then proceeds from right to left.
                </param>
      <param name="Compare">
                    Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. If omitted, a binary comparison is performed. See Settings for values.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Join(System.Object[],System.String)">
      <summary>
                    Returns a string created by joining a number of substrings contained in an array.
                </summary>
      <returns>
                    Returns a string created by joining a number of substrings contained in an array.
                </returns>
      <param name="SourceArray">
                    Required. One-dimensional array containing substrings to be joined.
                </param>
      <param name="Delimiter">
                    Optional. Any string, used to separate the substrings in the returned string. If omitted, the space character (" ") is used. If <paramref name="Delimiter" /> is a zero-length string ("") or Nothing, all items in the list are concatenated with no delimiters.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Join(System.String[],System.String)">
      <summary>
                    Returns a string created by joining a number of substrings contained in an array.
                </summary>
      <returns>
                    Returns a string created by joining a number of substrings contained in an array.
                </returns>
      <param name="SourceArray">
                    Required. One-dimensional array containing substrings to be joined.
                </param>
      <param name="Delimiter">
                    Optional. Any string, used to separate the substrings in the returned string. If omitted, the space character (" ") is used. If <paramref name="Delimiter" /> is a zero-length string ("") or Nothing, all items in the list are concatenated with no delimiters.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.LCase(System.Char)">
      <summary>
                    Returns a string or character converted to lowercase.
                </summary>
      <returns>
                    Returns a string or character converted to lowercase.
                </returns>
      <param name="Value">
                    Required. Any valid String or Char expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.LCase(System.String)">
      <summary>
                    Returns a string or character converted to lowercase.
                </summary>
      <returns>
                    Returns a string or character converted to lowercase.
                </returns>
      <param name="Value">
                    Required. Any valid String or Char expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Left(System.String,System.Int32)">
      <summary>
                    Returns a string containing a specified number of characters from the left side of a string.
                </summary>
      <returns>
                    Returns a string containing a specified number of characters from the left side of a string.
                </returns>
      <param name="str">
                    Required. String expression from which the leftmost characters are returned.
                </param>
      <param name="Length">
                    Required. Integer expression. Numeric expression indicating how many characters to return. If 0, a zero-length string ("") is returned. If greater than or equal to the number of characters in <paramref name="str" />, the entire string is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Boolean)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Byte)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Char)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.DateTime)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Decimal)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Double)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Int16)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Int32)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Int64)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Object)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.SByte)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.Single)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.String)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.UInt16)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.UInt32)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Len(System.UInt64)">
      <summary>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </summary>
      <returns>
                    Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
                </returns>
      <param name="Expression">
                    Any valid String expression or variable name. If <paramref name="Expression" /> is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.LSet(System.String,System.Int32)">
      <summary>
                    Returns a left-aligned string containing the specified string adjusted to the specified length.
                </summary>
      <returns>
                    Returns a left-aligned string containing the specified string adjusted to the specified length.
                </returns>
      <param name="Source">
                    Required. String expression. Name of string variable.
                </param>
      <param name="Length">
                    Required. Integer expression. Length of returned string.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.LTrim(System.String)">
      <summary>
                    Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).
                </summary>
      <returns>
                    Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).
                </returns>
      <param name="str">
                    Required. Any valid String expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Mid(System.String,System.Int32)">
      <summary>
                    Returns a string containing a specified number of characters from a string.
                </summary>
      <returns>
                    Returns a string containing a specified number of characters from a string.
                </returns>
      <param name="str">
                    Required. String expression from which characters are returned.
                </param>
      <param name="Start">
                    Required. Integer expression. Starting position of the characters to return. If <paramref name="Start" /> is greater than the number of characters in <paramref name="str" />, the Mid function returns a zero-length string (""). <paramref name="Start" /> is one based.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Mid(System.String,System.Int32,System.Int32)">
      <summary>
                    Returns a string containing a specified number of characters from a string.
                </summary>
      <returns>
                    Returns a string containing a specified number of characters from a string.
                </returns>
      <param name="str">
                    Required. String expression from which characters are returned.
                </param>
      <param name="Start">
                    Required. Integer expression. Starting position of the characters to return. If <paramref name="Start" /> is greater than the number of characters in <paramref name="str" />, the Mid function returns a zero-length string (""). <paramref name="Start" /> is one based.
                </param>
      <param name="Length">
                    Optional. Integer expression. Number of characters to return. If omitted or if there are fewer than <paramref name="Length" /> characters in the text (including the character at position <paramref name="Start" />), all characters from the start position to the end of the string are returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Replace(System.String,System.String,System.String,System.Int32,System.Int32,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Returns a string in which a specified substring has been replaced with another substring a specified number of times.
                </summary>
      <returns>
                    If <paramref name="Find" /> is zero-length or Nothing, Replace returns copy of <paramref name="Expression" />. If <paramref name="Replace" /> is zero-length, Replace returns copy of <paramref name="Expression" /> with no occurrences of <paramref name="Find" />. If <paramref name="Expression" /> is zero-length or Nothing, or <paramref name="Start" /> is greater than length of <paramref name="Expression" />, Replace returns Nothing. If <paramref name="Count" /> is 0, Replace returns copy of <paramref name="Expression" />. 
                </returns>
      <param name="Expression">
                    Required. String expression containing substring to replace.
                </param>
      <param name="Find">
                    Required. Substring being searched for.
                </param>
      <param name="Replacement">
                    Required. Replacement substring.
                </param>
      <param name="Start">
                    Optional. Position within <paramref name="Expression" /> where substring search is to begin. If omitted, 1 is assumed.
                </param>
      <param name="Count">
                    Optional. Number of substring substitutions to perform. If omitted, the default value is –1, which means "make all possible substitutions."
                </param>
      <param name="Compare">
                    Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. See Settings for values.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Right(System.String,System.Int32)">
      <summary>
                    Returns a string containing a specified number of characters from the right side of a string.
                </summary>
      <returns>
                    Returns a string containing a specified number of characters from the right side of a string.
                </returns>
      <param name="str">
                    Required. String expression from which the rightmost characters are returned.
                </param>
      <param name="Length">
                    Required. Integer. Numeric expression indicating how many characters to return. If 0, a zero-length string ("") is returned. If greater than or equal to the number of characters in <paramref name="str" />, the entire string is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.RSet(System.String,System.Int32)">
      <summary>
                    Returns a right-aligned string containing the specified string adjusted to the specified length. 
                </summary>
      <returns>
                    Returns a right-aligned string containing the specified string adjusted to the specified length. 
                </returns>
      <param name="Source">
                    Required. String expression. Name of string variable.
                </param>
      <param name="Length">
                    Required. Integer expression. Length of returned string.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.RTrim(System.String)">
      <summary>
                    Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).
                </summary>
      <returns>
                    Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).
                </returns>
      <param name="str">
                    Required. Any valid String expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Space(System.Int32)">
      <summary>
                    Returns a string consisting of the specified number of spaces.
                </summary>
      <returns>
                    Returns a string consisting of the specified number of spaces.
                </returns>
      <param name="Number">
                    Required. Integer expression. The number of spaces you want in the string.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Split(System.String,System.String,System.Int32,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Returns a zero-based, one-dimensional array containing a specified number of substrings.
                </summary>
      <returns>String array. If <paramref name="Expression" /> is a zero-length string (""), Split returns a single-element array containing a zero-length string. If <paramref name="Delimiter" /> is a zero-length string, or if it does not appear anywhere in <paramref name="Expression" />, Split returns a single-element array containing the entire <paramref name="Expression" /> string.
                </returns>
      <param name="Expression">
                    Required. String expression containing substrings and delimiters.
                </param>
      <param name="Delimiter">
                    Optional. Any single character used to identify substring limits. If <paramref name="Delimiter" /> is omitted, the space character (" ") is assumed to be the delimiter.
                </param>
      <param name="Limit">
                    Optional. Maximum number of substrings into which the input string should be split. The default, –1, indicates that the input string should be split at every occurrence of the <paramref name="Delimiter" /> string.
                </param>
      <param name="Compare">
                    Optional. Numeric value indicating the comparison to use when evaluating substrings. See "Settings" for values.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.StrComp(System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Returns -1, 0, or 1, based on the result of a string comparison. 
                </summary>
      <returns>
                    If <paramref name="String1" /> sorts ahead of <paramref name="String2" />, StrComp returns -1. If <paramref name="String1" /> is equal to <paramref name="String2" />, StrComp returns  0. If <paramref name="String1" /> sorts after <paramref name="String2" />, StrComp returns  1. 
                </returns>
      <param name="String1">
                    Required. Any valid String expression.
                </param>
      <param name="String2">
                    Required. Any valid String expression.
                </param>
      <param name="Compare">
                    Optional. Specifies the type of string comparison. If <paramref name="Compare" /> is omitted, the Option Compare setting determines the type of comparison.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.StrConv(System.String,Microsoft.VisualBasic.VbStrConv,System.Int32)">
      <summary>
                    Returns a string converted as specified.
                </summary>
      <returns>
                    Returns a string converted as specified.
                </returns>
      <param name="str">
                    Required. String expression to be converted.
                </param>
      <param name="Conversion">
                    Required. VbStrConv Enumeration member. The enumeration value specifying the type of conversion to perform.
                </param>
      <param name="LocaleID">
                    Optional. The LocaleID value, if different from the system LocaleID value. (The system LocaleID value is the default.)
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.StrDup(System.Int32,System.Char)">
      <summary>
                    Returns a string or object consisting of the specified character repeated the specified number of times.
                </summary>
      <returns>
                    Returns a string or object consisting of the specified character repeated the specified number of times.
                </returns>
      <param name="Number">
                    Required. Integer expression. The length to the string to be returned.
                </param>
      <param name="Character">
                    Required. Any valid Char, String, or Object expression. Only the first character of the expression will be used. If Character is of type Object, it must contain either a Char or a String value. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.StrDup(System.Int32,System.Object)">
      <summary>
                    Returns a string or object consisting of the specified character repeated the specified number of times.
                </summary>
      <returns>
                    Returns a string or object consisting of the specified character repeated the specified number of times.
                </returns>
      <param name="Number">
                    Required. Integer expression. The length to the string to be returned.
                </param>
      <param name="Character">
                    Required. Any valid Char, String, or Object expression. Only the first character of the expression will be used. If Character is of type Object, it must contain either a Char or a String value. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.StrDup(System.Int32,System.String)">
      <summary>
                    Returns a string or object consisting of the specified character repeated the specified number of times.
                </summary>
      <returns>
                    Returns a string or object consisting of the specified character repeated the specified number of times.
                </returns>
      <param name="Number">
                    Required. Integer expression. The length to the string to be returned.
                </param>
      <param name="Character">
                    Required. Any valid Char, String, or Object expression. Only the first character of the expression will be used. If Character is of type Object, it must contain either a Char or a String value. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.StrReverse(System.String)">
      <summary>
                    Returns a string in which the character order of a specified string is reversed.
                </summary>
      <returns>
                    Returns a string in which the character order of a specified string is reversed.
                </returns>
      <param name="Expression">
                    Required. String expression whose characters are to be reversed. If <paramref name="Expression" /> is a zero-length string (""), a zero-length string is returned.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.Trim(System.String)">
      <summary>
                    Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).
                </summary>
      <returns>
                    Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).
                </returns>
      <param name="str">
                    Required. Any valid String expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.UCase(System.Char)">
      <summary>
                    Returns a string or character containing the specified string converted to uppercase.
                </summary>
      <returns>
                    Returns a string or character containing the specified string converted to uppercase.
                </returns>
      <param name="Value">
                    Required. Any valid String or Char expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Strings.UCase(System.String)">
      <summary>
                    Returns a string or character containing the specified string converted to uppercase.
                </summary>
      <returns>
                    Returns a string or character containing the specified string converted to uppercase.
                </returns>
      <param name="Value">
                    Required. Any valid String or Char expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.TabInfo">
      <summary>
                    This class supports the Visual Basic Print and PrintLine functions.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.TabInfo.Column">
      <summary>
                    This field supports the Visual Basic Print and PrintLine functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.TriState">
      <summary>
                    Indicates a Boolean value or whether the default should be used when calling number-formatting functions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.TriState.False">
      <summary>
                    False. The numeric value of this member is 0.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.TriState.True">
      <summary>
                    True. The numeric value of this member is -1.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.TriState.UseDefault">
      <summary>
                    Default setting. The numeric value of this member is -2.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.VariantType">
      <summary>
                    Indicates the type of a variant object, returned by the VarType function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Empty">
      <summary>
                    Null reference. This member is equivalent to the Visual Basic constant vbEmpty.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Null">
      <summary>
                    Null object. This member is equivalent to the Visual Basic constant vbNull.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Short">
      <summary>Short. (-32,768 through 32,767.)
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Integer">
      <summary>Integer. (-2,147,483,648 through 2,147,483,647.) This member is equivalent to the Visual Basic constant vbInteger.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Single">
      <summary>Single. (-3.402823E+38 through -1.401298E-45 for negative values; 1.401298E-45 through 3.402823E+38 for positive values.) This member is equivalent to the Visual Basic constant vbSingle.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Double">
      <summary>Double. (-1.79769313486231E+308 through -4.94065645841247E-324 for negative values; 4.94065645841247E-324 through 1.79769313486231E+308 for positive values.) This member is equivalent to the Visual Basic constant vbDouble.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Currency">
      <summary>
                    Currency. This member is equivalent to the Visual Basic constant vbCurrency.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Date">
      <summary>Date. (0:00:00 on January 1, 0001 through 11:59:59 PM on December 31, 9999.) This member is equivalent to the Visual Basic constant vbDate.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.String">
      <summary>String. (0 to approximately 2 billion Unicode characters.) This member is equivalent to the Visual Basic constant vbString.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Object">
      <summary>
                    Any type can be stored in a variable of type Object. This member is equivalent to the Visual Basic constant vbObject.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Error">
      <summary>
        <see cref="T:System.Exception" />
      </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Boolean">
      <summary>Boolean. (True or False.) This member is equivalent to the Visual Basic constant vbBoolean.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Variant">
      <summary>Variant. This member is equivalent to the Visual Basic constant vbVariant.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.DataObject">
      <summary>
                    DataObject.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Decimal">
      <summary>Decimal. (0 through +/-79,228,162,514,264,337,593,543,950,335 with no decimal point; 0 through +/-7.9228162514264337593543950335 with 28 places to the right of the decimal; smallest non-zero number is +/-0.0000000000000000000000000001.) This member is equivalent to the Visual Basic constant vbDecimal.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Byte">
      <summary>Byte. (0 through 255.) This member is equivalent to the Visual Basic constant vbByte.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Char">
      <summary>Char. (0 through 65535.) This member is equivalent to the Visual Basic constant vbChar.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Long">
      <summary>Long. (-9,223,372,036,854,775,808 through 9,223,372,036,854,775,807.) This member is equivalent to the Visual Basic constant vbLong.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.UserDefinedType">
      <summary>
                    User-defined type. Each member of the structure has a range determined by its data type and independent of the ranges of the other members. This member is equivalent to the Visual Basic constant vbUserDefinedType.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VariantType.Array">
      <summary>
                    Array. This member is equivalent to the Visual Basic constant vbArray.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.VBFixedArrayAttribute">
      <summary>
                    Indicates that an array in a structure or non-local variable should be treated as a fixed-length array.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.VBFixedArrayAttribute.#ctor(System.Int32)">
      <summary>
                    Initializes the value of the Bounds property.
                </summary>
      <param name="UpperBound1">
                    Initializes the value of upper field, which represents the size of the first dimension of the array.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.VBFixedArrayAttribute.#ctor(System.Int32,System.Int32)">
      <summary>
                    Initializes the value of the Bounds property.
                </summary>
      <param name="UpperBound1">
                    Initializes the value of upper field, which represents the size of the first dimension of the array.
                </param>
      <param name="UpperBound2">
                    Initializes the value of upper field, which represents the size of the second dimension of the array.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.VBFixedArrayAttribute.Bounds">
      <summary>
                    Returns the bounds of the array.
                </summary>
      <returns>
                    Contains an integer array that represents the bounds of the array.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.VBFixedArrayAttribute.Length">
      <summary>
                    Returns the size of the array.
                </summary>
      <returns>
                    Contains an integer that represents the number of elements in the array.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.VBFixedStringAttribute">
      <summary>
                    Indicates that a string should be treated as if it were fixed length.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.VBFixedStringAttribute.#ctor(System.Int32)">
      <summary>
                    Initializes the value of the SizeConst field.
                </summary>
      <param name="Length">
                    The length of the fixed string.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.VBFixedStringAttribute.Length">
      <summary>
                    Gets the length of the string.
                </summary>
      <returns>
                    Returns the length of the string.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.VBMath">
      <summary>
                    The VbMath module contains procedures used to perform mathematical operations. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.VBMath.Randomize">
      <summary>
                    Initializes the random-number generator.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.VBMath.Randomize(System.Double)">
      <summary>
                    Initializes the random-number generator.
                </summary>
      <param name="Number">
                    Optional. An Object or any valid numeric expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.VBMath.Rnd">
      <summary>
                    Returns a random number of type Single.
                </summary>
      <returns>
                    If number is less than zero, Rnd generates the same number every time, using <paramref name="Number" /> as the seed. If number is greater than zero, Rnd generates the next random number in the sequence. If number is equal to zero, Rnd generates the most recently generated number. If number is not supplied, Rnd generates the next random number in the sequence.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.VBMath.Rnd(System.Single)">
      <summary>
                    Returns a random number of type Single.
                </summary>
      <returns>
                    If number is less than zero, Rnd generates the same number every time, using <paramref name="Number" /> as the seed. If number is greater than zero, Rnd generates the next random number in the sequence. If number is equal to zero, Rnd generates the most recently generated number. If number is not supplied, Rnd generates the next random number in the sequence.
                </returns>
      <param name="Number">
                    Optional. A Single value or any valid Single expression.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.VbStrConv">
      <summary>
                    Indicates which type of conversion to perform when calling the StrConv function.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.None">
      <summary>
                    Performs no conversion.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.Uppercase">
      <summary>
                    Converts the string to uppercase characters. This member is equivalent to the Visual Basic constant vbUpperCase.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.Lowercase">
      <summary>
                    Converts the string to lowercase characters. This member is equivalent to the Visual Basic constant vbLowerCase.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.ProperCase">
      <summary>
                    Converts the first letter of every word in the string to uppercase. This member is equivalent to the Visual Basic constant vbProperCase.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.Wide">
      <summary>
                    Converts narrow (single-byte) characters in the string to wide (double-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant vbWide.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.Narrow">
      <summary>
                    Converts wide (double-byte) characters in the string to narrow (single-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant vbNarrow.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.Katakana">
      <summary>
                    Converts Hiragana characters in the string to Katakana characters. Applies to Japanese locale only. This member is equivalent to the Visual Basic constant vbKatakana.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.Hiragana">
      <summary>
                    Converts Katakana characters in the string to Hiragana characters. Applies to Japanese locale only. This member is equivalent to the Visual Basic constant vbHiragana.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.SimplifiedChinese">
      <summary>
                    Converts the string to Simplified Chinese characters. This member is equivalent to the Visual Basic constant vbSimplifiedChinese.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.TraditionalChinese">
      <summary>
                    Converts the string to Traditional Chinese characters. This member is equivalent to the Visual Basic constant vbTraditionalChinese.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.LinguisticCasing">
      <summary>
                    Converts the string from file system rules for casing to linguistic rules. This member is equivalent to the Visual Basic constant vbLinguisticCasing.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.UpperCase"></member>
    <member name="F:Microsoft.VisualBasic.VbStrConv.LowerCase"></member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.ApplicationBase">
      <summary>
                    Provides properties, methods, and events related to the current application.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.ApplicationBase" /> class.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.ChangeCulture(System.String)">
      <summary>
                    Changes the culture used by the current thread for string manipulation and for string formatting.
                </summary>
      <param name="cultureName">String. Name of the culture as a string. For a list of possible names, see <see cref="T:System.Globalization.CultureInfo" />.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.ChangeUICulture(System.String)">
      <summary>
                    Changes the culture that the current thread uses for retrieving culture-specific resources.
                </summary>
      <param name="cultureName">String. Name of the culture as a string. For a list of possible names, see <see cref="T:System.Globalization.CultureInfo" />.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.Culture">
      <summary>
                    Gets the culture that the current thread uses for string manipulation and string formatting.
                </summary>
      <returns>
                    Returns a <see cref="T:System.Globalization.CultureInfo" /> object that represents the culture the current thread uses for string manipulation and string formatting.
                </returns>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.GetEnvironmentVariable(System.String)">
      <summary>
                    Returns the value of the specified environment variable.
                </summary>
      <returns>
                    A String containing the value of the environment variable with the name <paramref name="name" />.
                </returns>
      <param name="name">
                    A String containing the name of the environment variable.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.Info">
      <summary>
                    Gets an object that provides properties for getting information about the application's assembly, such as the version number, description, and so on. 
                </summary>
      <returns>
                    This property returns the My.Application.Info object for the current application.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.Log">
      <summary>
                    Gets an object that provides properties and methods for writing event and exception information to the application's log listeners. 
                </summary>
      <returns>
                    This property returns the My.Application.Log object for the current application.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.UICulture">
      <summary>
                    Gets the culture that the current thread uses for retrieving culture-specific resources.
                </summary>
      <returns>
                    Returns a <see cref="T:System.Globalization.CultureInfo" /> object that represents the culture that the current thread uses for retrieving culture-specific resources.
                </returns>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo">
      <summary>
                    Provides properties for getting the information about the application, such as the version number, description, loaded assemblies, and so on.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.#ctor(System.Reflection.Assembly)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo" /> class with the specified assembly information. 
                </summary>
      <param name="currentAssembly">
        <see cref="T:System.Reflection.Assembly" />. The assembly for which to obtain the information.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.AssemblyName">
      <summary>
                    Gets the name, without the extension, of the assembly file for the application.
                </summary>
      <returns>
                    A String containing the file name.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.CompanyName">
      <summary>
                    Gets the company name associated with the application.
                </summary>
      <returns>
                    A String that contains the company name associated with the application.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Copyright">
      <summary>
                    Gets the copyright notice associated with the application.
                </summary>
      <returns>
                    A String containing the copyright notice associated with the application.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Description">
      <summary>
                    Gets the description associated with the application.
                </summary>
      <returns>
                    A String containing the description associated with the application.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.DirectoryPath">
      <summary>
                    Gets the directory where the application is stored.
                </summary>
      <returns>
                    A String that contains the directory where the application is stored.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.LoadedAssemblies">
      <summary>
                    Gets a collection of all assemblies loaded by the application.
                </summary>
      <returns>
                    A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Reflection.Assembly" /> containing all the assemblies loaded by the application.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.ProductName">
      <summary>
                    Gets the product name associated with the application.
                </summary>
      <returns>
                    A String containing the product name associated with the application.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.StackTrace">
      <summary>
                    Gets the current stack-trace information.
                </summary>
      <returns>
                    A String containing the current stack-trace information. The return value can be <see cref="F:System.String.Empty" />.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Title">
      <summary>
                    Gets the title associated with the application.
                </summary>
      <returns>
                    A String containing the <see cref="T:System.Reflection.AssemblyTitleAttribute" /> associated with the application.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Trademark">
      <summary>
                    Gets the trademark notice associated with the application.
                </summary>
      <returns>
                    A String containing the trademark notice associated with the application.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Version">
      <summary>
                    Gets the version number of the application.
                </summary>
      <returns>
                    A <see cref="T:System.Version" /> object containing the version number of the application.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.WorkingSet">
      <summary>
                    Gets the amount of physical memory mapped to the process context.
                </summary>
      <returns>
                    A Long containing the number of bytes of physical memory mapped to the process context.
                </returns>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.AuthenticationMode">
      <summary>
                    Indicates how a Visual Basic application authenticates the user for the My.User object.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows">
      <summary>
                    The <see cref="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.#ctor(Microsoft.VisualBasic.ApplicationServices.AuthenticationMode)" /> constructor initializes the principal for the application's main thread with the current user's Windows user information. 
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.ApplicationDefined">
      <summary>
                    The <see cref="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.#ctor(Microsoft.VisualBasic.ApplicationServices.AuthenticationMode)" /> constructor does not initialize the principal for the application's main thread. The application needs to initialize the principal for the application's main thread.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.BuiltInRole">
      <summary>
                    Indicates the type of role to check when calling the My.User.IsInRole Method.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.AccountOperator">
      <summary>
                    Account operators manage the user accounts on a computer or domain.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.Administrator">
      <summary>
                    Administrators have complete and unrestricted access to the computer or domain.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.BackupOperator">
      <summary>
                    Backup operators can override security restrictions for the sole purpose of backing up or restoring files.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.Guest">
      <summary>
                    Guests are more restricted than users.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.PowerUser">
      <summary>
                    Power users possess most administrative permissions with some restrictions. Thus, power users can run legacy applications, in addition to certified applications.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.PrintOperator">
      <summary>
                    Print operators can take control of a printer.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.Replicator">
      <summary>
                    Replicators support file replication in a domain.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.SystemOperator">
      <summary>
                    System operators manage a particular computer.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.BuiltInRole.User">
      <summary>
                    Users are prevented from making accidental or intentional system-wide changes. Thus, users can run certified applications, but not most legacy applications.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter">
      <summary>
                    Provides a type converter to convert <see cref="T:Microsoft.VisualBasic.ApplicationServices.BuiltInRole" /> enumeration values to <see cref="T:System.Security.Principal.WindowsBuiltInRole" /> enumeration values.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter" /> class. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
      <summary>
                    Gets a value indicating whether this converter can convert an object to the given destination type using the context.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> object that indicates whether this converter can perform the conversion.
                </returns>
      <param name="context">
                    An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context. 
                </param>
      <param name="destinationType">
                    A <see cref="T:System.Type" /> object that represents the type you wish to convert to. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
      <summary>
                    Converts the given object to another type.
                </summary>
      <returns>
                    The converted object.
                </returns>
      <param name="context">
                    A formatter context. 
                </param>
      <param name="culture">
                    The culture into which <paramref name="value" /> will be converted.
                </param>
      <param name="value">
                    The object to convert. 
                </param>
      <param name="destinationType">
                    The type to convert the object to. 
                </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="destinationType" /> is Nothing.
                </exception>
      <exception cref="T:System.NotSupportedException">
                    The conversion cannot be performed. 
                </exception>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException">
      <summary>
                    This exception is thrown when a subsequent instance of a single-instance application is unable to connect to the first application instance.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException" /> class.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException" /> class with serialized data.
                </summary>
      <param name="info">
                    The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception being thrown.
                </param>
      <param name="context">
                    The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException" /> class with a specified error message.
                </summary>
      <param name="message">
                    A message that describes the error.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException.#ctor(System.String,System.Exception)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
                </summary>
      <param name="message">
                    A <see cref="T:System.String" /> object describing the error.
                </param>
      <param name="inner">
                    The <see cref="T:System.Exception" /> object that is the cause of the current exception. If the <see cref="P:System.Exception.InnerException" /> parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a Catch block that handles the inner exception.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase">
      <summary>
                    Provides properties, methods, and events related to the current application.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase.CommandLineArgs">
      <summary>
                    Gets a collection containing the command-line arguments as strings for the current application.
                </summary>
      <returns>
                    A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of String, containing the command-line arguments as strings for the current application.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase.Deployment">
      <summary>
                    Gets the current application's ClickOnce deployment object, which provides support for updating the current deployment programmatically and support for the on-demand download of files.
                </summary>
      <returns>
                    Returns the <see cref="T:System.Deployment.Application.ApplicationDeployment" /> object for the application's ClickOnce deployment.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase.InternalCommandLine">
      <summary>
                    Sets the values to use as the current application's command-line arguments.
                </summary>
      <returns>
                    A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of String, containing the strings to use as the command-line arguments for the current application.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase.IsNetworkDeployed">
      <summary>
                    Gets a Boolean that represents whether the application was deployed from a network using ClickOnce.
                </summary>
      <returns>
                    A Boolean that represents whether the application was deployed from a network. The value is True if the current application was deployed from a network; otherwise the value is False.
                </returns>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException">
      <summary>
                    This exception is thrown by the Visual Basic Application Model when the <see cref="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.MainForm" /> property has not been set.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException" /> class.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException" /> class with serialized data.
                </summary>
      <param name="info">
                    The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception being thrown.
                </param>
      <param name="context">
                    The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException" /> class with a specified error message.
                </summary>
      <param name="message">
                    A message that describes the error.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException.#ctor(System.String,System.Exception)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.NoStartupFormException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
                </summary>
      <param name="message">
                    A <see cref="T:System.String" /> object describing the error.
                </param>
      <param name="inner">
                    The <see cref="T:System.Exception" /> object that is the cause of the current exception. If the <see cref="P:System.Exception.InnerException" /> parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.ShutdownEventHandler">
      <summary>
                    Represents the method that will handle the My.Application.Shutdown event.
                </summary>
      <param name="sender">
                    The source of the event.
                </param>
      <param name="e">
                    A <see cref="T:System.EventArgs" /> object that contains the event data. 
                </param>
      <filterpriority>2</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.ShutdownMode">
      <summary>
                    Indicates which condition should cause a Windows Forms application to shut down.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses">
      <summary>
                    Shut down when the main form closes.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose">
      <summary>
                    Shut down only after the last form closes.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.StartupEventArgs">
      <summary>
                    Provides data for the My.Application.Startup event. 
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.StartupEventArgs.#ctor(System.Collections.ObjectModel.ReadOnlyCollection{System.String})">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.StartupEventArgs" /> class.
                </summary>
      <param name="args">
                    A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> object that contains the command-line arguments of the application.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.StartupEventArgs.CommandLine">
      <summary>
                    Gets the command-line arguments of the application.
                </summary>
      <returns>
                    A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> object that contains the command-line arguments of the application.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.StartupEventHandler">
      <summary>
                    Represents the method that will handle the My.Application.Startup event. 
                </summary>
      <param name="sender">
                    The source of the event.
                </param>
      <param name="e">
                    A <see cref="T:Microsoft.VisualBasic.ApplicationServices.StartupEventArgs" /> object that contains the event data.
                </param>
      <filterpriority>2</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs">
      <summary>
                    Provides data for the My.Application.StartupNextInstance event. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs.#ctor(System.Collections.ObjectModel.ReadOnlyCollection{System.String},System.Boolean)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs" /> class.
                </summary>
      <param name="args">
                    A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> object that contains the command-line arguments of the subsequent application instance.
                </param>
      <param name="bringToForegroundFlag">
                    A <see cref="T:System.Boolean" /> that indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs.BringToForeground">
      <summary>
                    Indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> that indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs.CommandLine">
      <summary>
                    Gets the command-line arguments of the subsequent application instance.
                </summary>
      <returns>
                    A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> object that contains the command-line arguments of the subsequent application instance.
                </returns>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventHandler">
      <summary>
                    Represents the method that will handle the My.Application.StartupNextInstance event.
                </summary>
      <param name="sender">
                    The source of the event.
                </param>
      <param name="e">
                    A <see cref="T:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs" /> object that contains the event data.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs">
      <summary>
                    Provides data for the My.Application.UnhandledException event. 
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs.#ctor(System.Boolean,System.Exception)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs" /> class.
                </summary>
      <param name="exitApplication">
                    A <see cref="T:System.Boolean" /> that indicates whether the application should exit upon exiting the exception handler.
                </param>
      <param name="exception">
                    The <see cref="T:System.Exception" /> that occurred. 
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs.ExitApplication">
      <summary>
                    Indicates whether the application should exit upon exiting the exception handler.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> that indicates whether the application should exit upon exiting the exception handler.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventHandler">
      <summary>
                    Represents the method that will handle the My.Application.UnhandledException event. 
                </summary>
      <param name="sender">
                    The source of the event.
                </param>
      <param name="e">
                    A <see cref="T:Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs" /> object that contains the event data.
                </param>
      <filterpriority>2</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.User">
      <summary>
                    Provides access to the information about the current user.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.User.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.User" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.User.CurrentPrincipal">
      <summary>
                    Gets or sets the current principal (for role-based security).
                </summary>
      <returns>
                    A <see cref="T:System.Security.Principal.IPrincipal" /> value representing the security context.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlPrincipal" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.User.InitializeWithWindowsUser">
      <summary>
                    Sets the thread's current principal to the Windows user that started the application.
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.User.InternalPrincipal">
      <summary>
                    Gets or sets the principal object representing the current user.
                </summary>
      <returns>
                    An <see cref="T:System.Security.Principal.IPrincipal" /> object representing the current user.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.User.IsAuthenticated">
      <summary>
                    Gets a value that indicates whether the user has been authenticated.
                </summary>
      <returns>True if the user was authenticated; otherwise, False.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlPrincipal" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.User.IsInRole(Microsoft.VisualBasic.ApplicationServices.BuiltInRole)">
      <summary>
                    Determines whether the current user belongs to the specified role. 
                </summary>
      <returns>True if the current user is a member of the specified role; otherwise, False.
                </returns>
      <param name="role">String or BuiltInRole Enumeration. The role for which to check membership. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlPrincipal" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.User.IsInRole(System.String)">
      <summary>
                    Determines whether the current user belongs to the specified role. 
                </summary>
      <returns>True if the current user is a member of the specified role; otherwise, False.
                </returns>
      <param name="role">String or BuiltInRole Enumeration. The role for which to check membership. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlPrincipal" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.User.Name">
      <summary>
                    Gets the name of the current user. 
                </summary>
      <returns>String. The name of the current user.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlPrincipal" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.WebUser">
      <summary>
                    Provides access to the information about the current user.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WebUser.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.WebUser" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WebUser.InternalPrincipal">
      <summary>
                    Gets or sets the principal object representing the current user.
                </summary>
      <returns>
                    An <see cref="T:System.Security.Principal.IPrincipal" /> object representing the current user.
                </returns>
    </member>
    <member name="T:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase">
      <summary>
                    Provides properties, methods, and events related to the current application.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase" /> class.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.#ctor(Microsoft.VisualBasic.ApplicationServices.AuthenticationMode)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase" /> class with the specified authentication mode.
                </summary>
      <param name="authenticationMode">
        <see cref="T:Microsoft.VisualBasic.ApplicationServices.AuthenticationMode" />. Specifies the application's authentication mode.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.ApplicationContext">
      <summary>
                    Gets the <see cref="T:System.Windows.Forms.ApplicationContext" /> object for the current thread of a Windows Forms application.
                </summary>
      <returns>
                    This property returns the <see cref="T:System.Windows.Forms.ApplicationContext" /> object for the current thread. That object contains contextual information about the thread.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoEvents">
      <summary>
                    Processes all Windows messages currently in the message queue.
                </summary>
      <filterpriority>2</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.EnableVisualStyles">
      <summary>
                    Determines whether this application will use the XP Windows styles for windows, controls, and so on.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> value that indicates whether this application will use the XP Windows styles for windows, controls, and so on.
                </returns>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.HideSplashScreen">
      <summary>
                    Hides the application's splash screen.
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.IsSingleInstance">
      <summary>
                    Determines whether this application is a single-instance application.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> value that indicates whether this application is a single-instance application.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.MainForm">
      <summary>
                    Gets or sets the main form for this application.
                </summary>
      <returns>
                    Gets or sets the main form for this application.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.MinimumSplashScreenDisplayTime">
      <summary>
                    Determines the minimum length of time, in milliseconds, for which the splash screen is displayed.
                </summary>
      <returns>Integer. The minimum length of time, in milliseconds, for which the splash screen is displayed.
                </returns>
    </member>
    <member name="E:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.NetworkAvailabilityChanged">
      <summary>
                    Occurs when the network availability changes.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnCreateMainForm">
      <summary>
                    When overridden in a derived class, allows a designer to emit code that configures the splash screen and main form.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnCreateSplashScreen">
      <summary>
                    When overridden in a derived class, allows a designer to emit code that initializes the splash screen.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnInitialize(System.Collections.ObjectModel.ReadOnlyCollection{System.String})">
      <summary>
                    Sets the visual styles, text display styles, and current principal for the main application thread (if the application uses Windows authentication), and initializes the splash screen, if defined.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> indicating if application startup should continue.
                </returns>
      <param name="commandLineArgs">
                    A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of String, containing the command-line arguments as strings for the current application.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun">
      <summary>
                    Provides the starting point for when the main application is ready to start running, after the initialization is done.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnShutdown">
      <summary>
                    When overridden in a derived class, allows for code to run when the application shuts down.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnStartup(Microsoft.VisualBasic.ApplicationServices.StartupEventArgs)">
      <summary>
                    When overridden in a derived class, allows for code to run when the application starts.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> that indicates if the application should continue starting up.
                </returns>
      <param name="eventArgs">
        <see cref="T:Microsoft.VisualBasic.ApplicationServices.StartupEventArgs" />. Contains the command-line arguments of the application and indicates whether the application startup should be canceled.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnStartupNextInstance(Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs)">
      <summary>
                    When overridden in a derived class, allows for code to run when a subsequent instance of a single-instance application starts.
                </summary>
      <param name="eventArgs">
        <see cref="T:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs" />. Contains the command-line arguments of the subsequent application instance and indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnUnhandledException(Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs)">
      <summary>
                    When overridden in a derived class, allows for code to run when an unhandled exception occurs in the application.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> indicating whether the UnhandledException event was raised.
                </returns>
      <param name="e">
        <see cref="T:Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs" />.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OpenForms">
      <summary>
                    Gets a collection of all the application's open forms.
                </summary>
      <returns>
                    A <see cref="T:System.Windows.Forms.FormCollection" /> object that contains all of the application's open forms.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="AllWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[])">
      <summary>
                    Sets up and starts the Visual Basic Application model. 
                </summary>
      <param name="commandLine">
                    Array of type String. The command line from Sub Main.
                </param>
      <filterpriority>2</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence, ControlPrincipal, RemotingConfiguration" />
        <IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" />
        <IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.SaveMySettingsOnExit">
      <summary>
                    Determines whether the application saves the user settings on exit.
                </summary>
      <returns>Boolean. True indicates that the application saves the user settings on exit. Otherwise, the settings are not implicitly saved.
                </returns>
    </member>
    <member name="M:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.ShowSplashScreen">
      <summary>
                    Determines if the application has a splash screen defined, and if it does, displays it.
                </summary>
    </member>
    <member name="E:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Shutdown">
      <summary>
                    Occurs when the application shuts down.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.ShutdownStyle">
      <summary>
                    Determines what happens when the application's main form closes.
                </summary>
      <returns>
                    A <see cref="T:Microsoft.VisualBasic.ApplicationServices.ShutdownMode" /> enumeration value, indicating what the application should do when the main form closes.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.SplashScreen">
      <summary>
                    Gets or sets the splash screen for this application.
                </summary>
      <returns>
                    A <see cref="T:System.Windows.Forms.Form" /> object that the application uses as the splash screen.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="E:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Startup">
      <summary>
                    Occurs when the application starts.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="E:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.StartupNextInstance">
      <summary>
                    Occurs when attempting to start a single-instance application and the application is already active.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="E:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.UnhandledException">
      <summary>
                    Occurs when the application encounters an unhandled exception.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.UseCompatibleTextRendering">
      <summary>
                    When overridden in a derived class, this property allows a designer to specify the default text rendering engine for the application's forms.
                </summary>
      <returns>Boolean. A value of False indicates that the application should use the default text rendering engine for Visual Basic 2005. A value of True indicates that the application should use the text rendering engine for Visual Basic .NET 2002 and Visual Basic .NET 2003.
                </returns>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.BooleanType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.BooleanType.FromObject(System.Object)">
      <summary>
                    Returns a Boolean value that corresponds to the specified object.
                </summary>
      <returns>
                    The Boolean value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Boolean value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.BooleanType.FromString(System.String)">
      <summary>
                    Returns a Boolean value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Boolean value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Boolean value.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.ByteType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ByteType.FromObject(System.Object)">
      <summary>
                    Returns a Byte value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Byte value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Byte value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ByteType.FromString(System.String)">
      <summary>
                    Returns a Byte value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Byte value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Byte value.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.CharArrayType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.CharArrayType.FromObject(System.Object)">
      <summary>
                    Returns a CharArray value that corresponds to the specified object. 
                </summary>
      <returns>
                    The CharArray value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a CharArray value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.CharArrayType.FromString(System.String)">
      <summary>
                    Returns a CharArray value that corresponds to the specified string. 
                </summary>
      <returns>
                    The CharArray value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a CharArray value.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.CharType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.CharType.FromObject(System.Object)">
      <summary>
                    Returns a Char value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Char value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Char value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.CharType.FromString(System.String)">
      <summary>
                    Returns a Char value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Char value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Char value.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.Conversions">
      <summary>
                    Provides methods that perform various type conversions.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ChangeType(System.Object,System.Type)">
      <summary>
                    Converts an object to the specified type.
                </summary>
      <returns>
                    An object of the specified target type.
                </returns>
      <param name="Expression">
                    The object to convert.
                </param>
      <param name="TargetType">
                    The type to which to convert the object.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.FromCharAndCount(System.Char,System.Int32)">
      <summary>
                    Converts a <see cref="T:System.Char" /> value to a string, given a byte count.
                </summary>
      <returns>
                    The string representation of the specified value.
                </returns>
      <param name="Value">
                    The Char value to convert.
                </param>
      <param name="Count">
                    The byte count of the Char value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.FromCharArray(System.Char[])">
      <summary>
                    Converts a <see cref="T:System.Char" /> array to a string.
                </summary>
      <returns>
                    The string representation of the specified array.
                </returns>
      <param name="Value">
                    The Char array to convert.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.FromCharArraySubset(System.Char[],System.Int32,System.Int32)">
      <summary>
                    Converts a subset of a <see cref="T:System.Char" /> array to a string.
                </summary>
      <returns>
                    The string representation of the specified array from the start position to the specified length.
                </returns>
      <param name="Value">
                    The Char array to convert.
                </param>
      <param name="StartIndex">
                    Zero-based index of the start position.
                </param>
      <param name="Length">
                    Length of the subset in bytes.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean(System.Object)">
      <summary>
                    Converts an object to a <see cref="T:System.Boolean" /> value.
                </summary>
      <returns>
                    A Boolean value. Returns False if the object is null; otherwise, True.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean(System.String)">
      <summary>
                    Converts a string to a <see cref="T:System.Boolean" /> value.
                </summary>
      <returns>
                    A Boolean value. Returns False if the string is null; otherwise, True.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToByte(System.Object)">
      <summary>
                    Converts an object to a <see cref="T:System.Byte" /> value.
                </summary>
      <returns>
                    The Byte value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToByte(System.String)">
      <summary>
                    Converts a string to a <see cref="T:System.Byte" /> value.
                </summary>
      <returns>
                    The Byte value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToChar(System.Object)">
      <summary>
                    Converts an object to a <see cref="T:System.Char" /> value.
                </summary>
      <returns>
                    The Char value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToChar(System.String)">
      <summary>
                    Converts a string to a <see cref="T:System.Char" /> value.
                </summary>
      <returns>
                    The Char value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToCharArrayRankOne(System.Object)">
      <summary>
                    Converts an object to a one-dimensional <see cref="T:System.Char" /> array.
                </summary>
      <returns>
                    A one-dimensional Char array.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToCharArrayRankOne(System.String)">
      <summary>
                    Converts a string to a one-dimensional <see cref="T:System.Char" /> array.
                </summary>
      <returns>
                    A one-dimensional Char array.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(System.Object)">
      <summary>
                    Converts an object to a <see cref="T:System.DateTime" /> value.
                </summary>
      <returns>
                    The DateTime value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(System.String)">
      <summary>
                    Converts a string to a <see cref="T:System.DateTime" /> value.
                </summary>
      <returns>
                    The DateTime value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDecimal(System.Boolean)">
      <summary>
                    Converts a <see cref="T:System.Boolean" /> value to a <see cref="T:System.Decimal" /> value.
                </summary>
      <returns>
                    The Decimal value of the Boolean value.
                </returns>
      <param name="Value">
                    A Boolean value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDecimal(System.Object)">
      <summary>
                    Converts an object to a <see cref="T:System.Decimal" /> value.
                </summary>
      <returns>
                    The Decimal value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDecimal(System.String)">
      <summary>
                    Converts a string to a <see cref="T:System.Decimal" /> value.
                </summary>
      <returns>
                    The Decimal value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(System.Object)">
      <summary>
                    Converts an object to a <see cref="T:System.Double" /> value.
                </summary>
      <returns>
                    The Double value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(System.String)">
      <summary>
                    Converts a string to a <see cref="T:System.Double" /> value.
                </summary>
      <returns>
                    The Double value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)">
      <summary>
                    Converts an object to a generic type <paramref name="T" />.
                </summary>
      <returns>
                    A structure or object of generic type <paramref name="T" />.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <typeparam name="T">
                    The type to convert <paramref name="Value" /> to.
                </typeparam>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(System.Object)">
      <summary>
                    Converts an object to an integer value.
                </summary>
      <returns>
                    The int value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(System.String)">
      <summary>
                    Converts a string to an integer value.
                </summary>
      <returns>
                    The int value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(System.Object)">
      <summary>
                    Converts an object to a Long value.
                </summary>
      <returns>
                    The Long value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(System.String)">
      <summary>
                    Converts a string to a Long value.
                </summary>
      <returns>
                    The Long value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToSByte(System.Object)">
      <summary>
                    Converts an object to an <see cref="T:System.SByte" /> value.
                </summary>
      <returns>
                    The SByte value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToSByte(System.String)">
      <summary>
                    Converts a string to an <see cref="T:System.SByte" /> value.
                </summary>
      <returns>
                    The SByte value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToShort(System.Object)">
      <summary>
                    Converts an object to a Short value.
                </summary>
      <returns>
                    The Short value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToShort(System.String)">
      <summary>
                    Converts a string to a Short value.
                </summary>
      <returns>
                    The Short value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(System.Object)">
      <summary>
                    Converts an object to a <see cref="T:System.Single" /> value.
                </summary>
      <returns>
                    The Single value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(System.String)">
      <summary>
                    Converts a <see cref="T:System.String" /> to a <see cref="T:System.Single" /> value.
                </summary>
      <returns>
                    The Single value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Boolean)">
      <summary>
                    Converts a <see cref="T:System.Boolean" /> value to a <see cref="T:System.String" />.
                </summary>
      <returns>
                    The String representation of the Boolean value.
                </returns>
      <param name="Value">
                    The Boolean value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Byte)">
      <summary>
                    Converts a <see cref="T:System.Byte" /> value to a <see cref="T:System.String" />.
                </summary>
      <returns>
                    The String representation of the Byte value.
                </returns>
      <param name="Value">
                    The Byte value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Char)">
      <summary>
                    Converts a <see cref="T:System.Char" /> value to a <see cref="T:System.String" />.
                </summary>
      <returns>
                    The String representation of the Char value.
                </returns>
      <param name="Value">
                    The Char value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.DateTime)">
      <summary>
                    Converts a <see cref="T:System.DateTime" /> value to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the DateTime value.
                </returns>
      <param name="Value">
                    The DateTime value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Decimal)">
      <summary>
                    Converts a <see cref="T:System.Decimal" /> value to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the Decimal value.
                </returns>
      <param name="Value">
                    The Decimal value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Decimal,System.Globalization.NumberFormatInfo)">
      <summary>
                    Converts a <see cref="T:System.Decimal" /> value to a <see cref="T:System.String" /> value, using the specified number format.
                </summary>
      <returns>
                    The String representation of the Decimal value.
                </returns>
      <param name="Value">
                    The decimal value to convert.
                </param>
      <param name="NumberFormat">
                    The number format to use, according to <see cref="T:System.Globalization.NumberFormatInfo" />.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Double)">
      <summary>
                    Converts a <see cref="T:System.Double" /> value to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the Double value.
                </returns>
      <param name="Value">
                    The Double value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Double,System.Globalization.NumberFormatInfo)">
      <summary>
                    Converts a <see cref="T:System.Double" /> value to a <see cref="T:System.String" /> value, using the specified number format.
                </summary>
      <returns>
                    The String representation of the Double value.
                </returns>
      <param name="Value">
                    The Double value to convert.
                </param>
      <param name="NumberFormat">
                    The number format to use, according to <see cref="T:System.Globalization.NumberFormatInfo" />.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Int16)">
      <summary>
                    Converts a Short value to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the Short value.
                </returns>
      <param name="Value">
                    The Short value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Int32)">
      <summary>
                    Converts an integer value to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the int value.
                </returns>
      <param name="Value">
                    The int value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Int64)">
      <summary>
                    Converts a Long value to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the Long value.
                </returns>
      <param name="Value">
                    The Long value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Object)">
      <summary>
                    Converts an object to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Single)">
      <summary>
                    Converts a <see cref="T:System.Single" /> value (a single-precision floating point number) to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the Single value.
                </returns>
      <param name="Value">
                    The Single value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Single,System.Globalization.NumberFormatInfo)">
      <summary>
                    Converts a <see cref="T:System.Single" /> value to a <see cref="T:System.String" /> value, using the specified number format.
                </summary>
      <returns>
                    The String representation of the Single value.
                </returns>
      <param name="Value">
                    The Single value to convert.
                </param>
      <param name="NumberFormat">
                    The number format to use, according to <see cref="T:System.Globalization.NumberFormatInfo" />.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.UInt32)">
      <summary>
                    Converts a uint value to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the Uint value.
                </returns>
      <param name="Value">
                    The Uint value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.UInt64)">
      <summary>
                    Converts a Ulong value to a <see cref="T:System.String" /> value.
                </summary>
      <returns>
                    The String representation of the Ulong value.
                </returns>
      <param name="Value">
                    The Ulong value to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToUInteger(System.Object)">
      <summary>
                    Converts an object to a Uint value.
                </summary>
      <returns>
                    The Uint value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToUInteger(System.String)">
      <summary>
                    Converts a string to a Uint value.
                </summary>
      <returns>
                    The Uint value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToULong(System.Object)">
      <summary>
                    Converts an object to a Ulong value.
                </summary>
      <returns>
                    The Ulong value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToULong(System.String)">
      <summary>
                    Converts a string to a Ulong value.
                </summary>
      <returns>
                    The Ulong value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToUShort(System.Object)">
      <summary>
                    Converts an object to a Ushort value.
                </summary>
      <returns>
                    The Ushort value of the object.
                </returns>
      <param name="Value">
                    The object to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToUShort(System.String)">
      <summary>
                    Converts a string to a Ushort value.
                </summary>
      <returns>
                    The Ushort value of the string.
                </returns>
      <param name="Value">
                    The string to convert.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.DateType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DateType.FromObject(System.Object)">
      <summary>
                    Returns a Date value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Date value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Date value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DateType.FromString(System.String)">
      <summary>
                    Returns a Date value that corresponds to the specified string.
                </summary>
      <returns>
                    The Date value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Date value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DateType.FromString(System.String,System.Globalization.CultureInfo)">
      <summary>
                    Returns a Date value that corresponds to the specified string and culture information. 
                </summary>
      <returns>
                    The Date value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Date value.
                </param>
      <param name="culture">
                    Required. A <see cref="T:System.Globalization.CultureInfo" /> object that defines how date values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.DecimalType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DecimalType.FromBoolean(System.Boolean)">
      <summary>
                    Returns a Decimal value that corresponds to the specified Boolean value. 
                </summary>
      <returns>
                    The Decimal value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Boolean value to convert to a Decimal value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DecimalType.FromObject(System.Object)">
      <summary>
                    Returns a Decimal value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Decimal value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Decimal value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DecimalType.FromObject(System.Object,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a Decimal value that corresponds to the specified object and number format information. 
                </summary>
      <returns>
                    The Decimal value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Decimal value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DecimalType.FromString(System.String)">
      <summary>
                    Returns a Decimal value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Decimal value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Decimal value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DecimalType.FromString(System.String,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a Decimal value that corresponds to the specified string and number format information. 
                </summary>
      <returns>
                    The Decimal value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Decimal value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DecimalType.Parse(System.String,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a Decimal value that corresponds to the specified string and number format information. 
                </summary>
      <returns>
                    The Decimal value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Decimal value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.DesignerGeneratedAttribute">
      <summary>
                    When applied to a class, the compiler implicitly calls a component-initializing method from the default synthetic constructor.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DesignerGeneratedAttribute.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.DesignerGeneratedAttribute" /> attribute.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.DoubleType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DoubleType.FromObject(System.Object)">
      <summary>
                    Returns a Double value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Double value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Double value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DoubleType.FromObject(System.Object,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a Double value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Double value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Double value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DoubleType.FromString(System.String)">
      <summary>
                    Returns a Double value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Double value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Double value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DoubleType.FromString(System.String,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a Double value that corresponds to the specified string and number format information. 
                </summary>
      <returns>
                    The Double value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Double value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(System.String)">
      <summary>
                    Returns a Double value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Double value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Double value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(System.String,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a Double value that corresponds to the specified string and number format information. 
                </summary>
      <returns>
                    The Double value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Double value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.ExceptionUtils">
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.FlowControl">
      <summary>
                    Provides services to the Visual Basic compiler for compiling For...Next and For Each loops.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.CheckForSyncLockOnValueType(System.Object)">
      <summary>
                    Checks for a synchronization lock on the specified type.
                </summary>
      <param name="obj">
                    The data type for which to check for synchronization lock.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.ForEachInArr(System.Array)">
      <summary>
                    Gets the enumerator for an array being iterated over in a For Each loop.
                </summary>
      <returns>
                    The enumerator for <paramref name="ary" />.
                </returns>
      <param name="ary">
                    An array being iterated over in a For Each loop.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.ForEachInObj(System.Object)">
      <summary>
                    Gets the enumerator for an object being iterated over in a For Each loop.
                </summary>
      <returns>
                    The enumerator for <paramref name="obj" />.
                </returns>
      <param name="obj">
                    An object being iterated over in a For Each loop.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.ForEachNextObj(System.Object@,System.Collections.IEnumerator)">
      <summary>
                    Sets a reference to the next object in a For Each loop.
                </summary>
      <returns>True if <paramref name="obj" /> refers to the next object; False if there are no more objects and <paramref name="obj" /> is Nothing.
                </returns>
      <param name="obj">
                    The range variable of the For Each loop.
                </param>
      <param name="enumerator">
                    The <see cref="T:System.Collections.IEnumerator" /> of the object being iterated over in the For Each loop.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.ForLoopInitObj(System.Object,System.Object,System.Object,System.Object,System.Object@,System.Object@)">
      <summary>
                    Initializes a For...Next loop.
                </summary>
      <returns>False if the loop has terminated; otherwise, True.
                </returns>
      <param name="Counter">
                    The loop counter variable.
                </param>
      <param name="Start">
                    The initial value of the loop counter.
                </param>
      <param name="Limit">
                    The value of the To option.
                </param>
      <param name="StepValue">
                    The value of the Step option.
                </param>
      <param name="LoopForResult">
                    An object that contains verified values for loop values.
                </param>
      <param name="CounterResult">
                    The counter value for the next loop iteration.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.ForNextCheckDec(System.Decimal,System.Decimal,System.Decimal)">
      <summary>
                    Checks for valid values for the loop counter, Step, and To values.
                </summary>
      <returns>True if <paramref name="StepValue" /> is greater than zero and <paramref name="count" /> is less than or equal to <paramref name="limit" />, or if <paramref name="StepValue" /> is less than or equal to zero and <paramref name="count" /> is greater than or equal to <paramref name="limit" />; otherwise, False.
                </returns>
      <param name="count">
                    Required. A Decimal value that represents the initial value passed for the loop counter variable.
                </param>
      <param name="limit">
                    Required. A Decimal value that represents the value passed by using the To keyword.
                </param>
      <param name="StepValue">
                    Required. A Decimal value that represents the value passed by using the Step keyword.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.ForNextCheckObj(System.Object,System.Object,System.Object@)">
      <summary>
                    Increments a For...Next loop.
                </summary>
      <returns>False if the loop has terminated; otherwise, True.
                </returns>
      <param name="Counter">
                    The loop counter variable.
                </param>
      <param name="LoopObj">
                    An object that contains verified values for loop values.
                </param>
      <param name="CounterResult">
                    The counter value for the next loop iteration.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.ForNextCheckR4(System.Single,System.Single,System.Single)">
      <summary>
                    Checks for valid values for the loop counter, Step, and To values.
                </summary>
      <returns>True if <paramref name="StepValue" /> is greater than zero and <paramref name="count" /> is less than or equal to <paramref name="limit" />, or if <paramref name="StepValue" /> is less than or equal to zero and <paramref name="count" /> is greater than or equal to <paramref name="limit" />; otherwise, False.
                </returns>
      <param name="count">
                    Required. A Single value that represents the initial value passed for the loop counter variable.
                </param>
      <param name="limit">
                    Required. A Single value that represents the value passed by using the To keyword.
                </param>
      <param name="StepValue">
                    Required. A Single value that represents the value passed by using the Step keyword.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.FlowControl.ForNextCheckR8(System.Double,System.Double,System.Double)">
      <summary>
                    Checks for valid values for the loop counter, Step, and To values.
                </summary>
      <returns>True if <paramref name="StepValue" /> is greater than zero and <paramref name="count" /> is less than or equal to <paramref name="limit" />, or if <paramref name="StepValue" /> is less than or equal to zero and <paramref name="count" /> is greater than or equal to <paramref name="limit" />; otherwise, False.
                </returns>
      <param name="count">
                    Required. A Double value that represents the initial value passed for the loop counter variable.
                </param>
      <param name="limit">
                    Required. A Double value that represents the value passed by using the To keyword.
                </param>
      <param name="StepValue">
                    Required. A Double value that represents the value passed by using the Step keyword.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.HostServices">
      <summary>
                    Returns a reference to and information about the current Visual Basic host window. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.HostServices.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.HostServices" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.CompilerServices.HostServices.VBHost">
      <summary>
                    Gets the current Visual Basic host object.
                </summary>
      <returns>
                    A <see cref="P:Microsoft.VisualBasic.CompilerServices.HostServices.VBHost" /> object that returns a reference to and information about the current Visual Basic host window. 
                </returns>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization">
      <summary>
                    The Visual Basic compiler uses this class during static local initialization; it is not meant to be called directly from your code. An exception of this type is thrown if a static local variable fails to initialize.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization" /> class.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization" /> class.
                </summary>
      <param name="message">
                    A string representing the message to be sent.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization.#ctor(System.String,System.Exception)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization" /> class.
                </summary>
      <param name="message">
                    A string representing the message to be sent.
                </param>
      <param name="innerException">
                    An <see cref="T:System.Exception" /> object.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.IntegerType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.IntegerType.FromObject(System.Object)">
      <summary>
                    Returns an Integer value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Integer value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to an Integer value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(System.String)">
      <summary>
                    Returns an Integer value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Integer value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to an Integer value.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.InternalErrorException">
      <summary>
                    The exception thrown for internal Visual Basic compiler errors. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.InternalErrorException.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.InternalErrorException" /> class. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.InternalErrorException.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.InternalErrorException" /> class, specifying an error message. 
                </summary>
      <param name="message">
                    The message that describes the error.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.InternalErrorException.#ctor(System.String,System.Exception)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.InternalErrorException" /> class, specifying an error message and an inner exception.
                </summary>
      <param name="message">
                    The message that describes the error.
                </param>
      <param name="innerException">
                    The exception that is the cause of the current internal exception.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.IVbHost">
      <summary>
                    Represents a host window for Visual Basic. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.IVbHost.GetParentWindow">
      <summary>
                    Gets the host Window for the current Visual Basic environment.
                </summary>
      <returns>
                    The host window for the current Visual Basic environment.
                </returns>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.IVbHost.GetWindowTitle">
      <summary>
                    Gets the title of the host window for the current Visual Basic environment.
                </summary>
      <returns>
                    The title of the host window for the current Visual Basic environment.
                </returns>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.LateBinding">
      <summary>
                    This class has been deprecated since Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LateBinding.LateCall(System.Object,System.Type,System.String,System.Object[],System.String[],System.Boolean[])">
      <summary>
                    Performs a late-bound call to an object method.
                </summary>
      <param name="o">
                    The object to call a method on.
                </param>
      <param name="objType">
                    The type of the object.
                </param>
      <param name="name">
                    The method name of <paramref name="o" /> to call.
                </param>
      <param name="args">
                    An array of parameter values to pass to the method.
                </param>
      <param name="paramnames">
                    An array that contains the names of the parameters to which the values in the <paramref name="args" /> array are passed. 
                </param>
      <param name="CopyBack">
                    An array of Boolean values, where True indicates that the associated parameter is passed ByRef.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(System.Object,System.Type,System.String,System.Object[],System.String[],System.Boolean[])">
      <summary>
                    Returns a late-bound value from an object.
                </summary>
      <returns>
                    If <paramref name="o" /> is an array, the value from <paramref name="o" /> at the location specified by <paramref name="args" />. If <paramref name="o" /> is an object, the return value of <paramref name="o" /> invoked by using the named parameters in <paramref name="paramnames" /> and their associated values in <paramref name="args" />.
                </returns>
      <param name="o">
                    The object to return the value from.
                </param>
      <param name="objType">
                    The type of the object.
                </param>
      <param name="name">
                    The member name of <paramref name="o" /> to retrieve a value from.
                </param>
      <param name="args">
                    An array of one or more index values that specify the location in <paramref name="o" /> if <paramref name="o" /> is a one-dimensional or multi-dimensional array, or argument values to pass to the object <paramref name="o" />.
                </param>
      <param name="paramnames">
                    An array that contains the names of the parameters to which the values in the <paramref name="args" /> array are passed. 
                </param>
      <param name="CopyBack">
                    An array of Boolean values, where True indicates that the associated parameter is passed ByRef.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LateBinding.LateIndexGet(System.Object,System.Object[],System.String[])">
      <summary>
                    Returns a late-bound value from an object, using the specified index or parameters.
                </summary>
      <returns>
                    If <paramref name="o" /> is an array, the value from <paramref name="o" /> at the location specified by <paramref name="args" />. If <paramref name="o" /> is an object, the return value of <paramref name="o" /> invoked by using the named parameters in <paramref name="paramnames" /> and their associated values in <paramref name="args" />.
                </returns>
      <param name="o">
                    The object to return the value from.
                </param>
      <param name="args">
                    An array of one or more index values that specify the location in <paramref name="o" /> if <paramref name="o" /> is a one-dimensional or multi-dimensional array, or argument values to pass to the object <paramref name="o" />.
                </param>
      <param name="paramnames">
                    An array that contains the names of the parameters to which the values in the <paramref name="args" /> array are passed. 
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LateBinding.LateIndexSet(System.Object,System.Object[],System.String[])">
      <summary>
                    Sets a late-bound value of an object, using the specified parameters.
                </summary>
      <param name="o">
                    The object to set the value for.
                </param>
      <param name="args">
                    An array of one or more index values that specify the location in <paramref name="o" /> if <paramref name="o" /> is a one-dimensional or multi-dimensional array, or argument values to pass to the object <paramref name="o" />.
                </param>
      <param name="paramnames">
                    An array that contains the names of the parameters to which the values in the <paramref name="args" /> array are passed. 
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LateBinding.LateIndexSetComplex(System.Object,System.Object[],System.String[],System.Boolean,System.Boolean)">
      <summary>
                    Sets a late-bound value of an object, using the specified parameters.
                </summary>
      <param name="o">
                    The object to set the value for.
                </param>
      <param name="args">
                    An array of one or more parameter values to pass to the object <paramref name="o" />.
                </param>
      <param name="paramnames">
                    An array that contains the names of the parameters to which the values in the <paramref name="args" /> array are passed. 
                </param>
      <param name="OptimisticSet">True to suppress the exception thrown when the set member is not found.
                </param>
      <param name="RValueBase">True to identify <paramref name="o" /> as the result of a late-bound expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LateBinding.LateSet(System.Object,System.Type,System.String,System.Object[],System.String[])">
      <summary>
                    Sets a late-bound value of a member of an object, using the specified parameters.
                </summary>
      <param name="o">
                    The object to set the member value for.
                </param>
      <param name="objType">
                    The type of the object.
                </param>
      <param name="name">
                    The member name to set.
                </param>
      <param name="args">
                    An array of one or parameter values to pass to the member of <paramref name="o" />.
                </param>
      <param name="paramnames">
                    An array that contains the names of the parameters to which the values in the <paramref name="args" /> array are passed. 
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LateBinding.LateSetComplex(System.Object,System.Type,System.String,System.Object[],System.String[],System.Boolean,System.Boolean)">
      <summary>
                    Sets a late-bound value of a member of an object, using the specified parameters.
                </summary>
      <param name="o">
                    The object to set the member value for.
                </param>
      <param name="objType">
                    The type of the object.
                </param>
      <param name="name">
                    The member name to set.
                </param>
      <param name="args">
                    An array of one or more parameter values to pass to the member of <paramref name="o" />.
                </param>
      <param name="paramnames">
                    An array that contains the names of the parameters to which the values in the <paramref name="args" /> array are passed. 
                </param>
      <param name="OptimisticSet">True to suppress the exception thrown when the set member is not found.
                </param>
      <param name="RValueBase">True to identify <paramref name="o" /> as the result of a late-bound expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.LikeOperator">
      <summary>
                    This class provides helpers that the Visual Basic compiler uses to do the work for the Like Operator (Visual Basic). It is not meant to be called directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LikeOperator.LikeObject(System.Object,System.Object,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Performs binary or text string comparison given two objects. This helper method is not meant to be called directly from your code.
                </summary>
      <returns>
                    A Boolean value indicating whether the strings match. Returns True if the strings match; otherwise False.
                </returns>
      <param name="Source">
                    The string to compare.
                </param>
      <param name="Pattern">
                    The string against which <paramref name="Source" /> is being compared.
                </param>
      <param name="CompareOption">
                    A <see cref="T:Microsoft.VisualBasic.CompareMethod" /> enumeration specifying whether or not to use text comparison. If <see cref="F:Microsoft.VisualBasic.CompareMethod.Text" />, this method uses text comparison; if <see cref="F:Microsoft.VisualBasic.CompareMethod.Binary" />, this method uses binary comparison.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LikeOperator.LikeString(System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Performs binary or text string comparison given two strings. This helper method is not meant to be called directly from your code.
                </summary>
      <returns>
                    A Boolean value indicating whether the strings match. Returns True if the strings match; otherwise False.
                </returns>
      <param name="Source">
                    The string to compare.
                </param>
      <param name="Pattern">
                    The string against which <paramref name="Source" /> is being compared.
                </param>
      <param name="CompareOption">
                    A <see cref="T:Microsoft.VisualBasic.CompareMethod" /> enumeration specifying whether or not to use text comparison. If <see cref="F:Microsoft.VisualBasic.CompareMethod.Text" />, this method uses text comparison; if <see cref="F:Microsoft.VisualBasic.CompareMethod.Binary" />, this method uses binary comparison.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.LongType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LongType.FromObject(System.Object)">
      <summary>
                    Returns a Long value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Long value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Long value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.LongType.FromString(System.String)">
      <summary>
                    Returns a Long value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Long value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Long value.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.NewLateBinding">
      <summary>
                    This class provides helpers that the Visual Basic compiler uses for late binding calls; it is not meant to be called directly from your code.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[],System.Boolean[],System.Boolean)">
      <summary>
                    Executes a late-bound method or function call. This helper method is not meant to be called directly from your code.
                </summary>
      <returns>
                    An instance of the call object.
                </returns>
      <param name="Instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="Type">
                    The type of the call object.
                </param>
      <param name="MemberName">
                    The name of the property or method on the call object.
                </param>
      <param name="Arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="ArgumentNames">
                    An array of argument names.
                </param>
      <param name="TypeArguments">
                    An array of argument types; used only for generic calls to pass argument types.
                </param>
      <param name="CopyBack">
                    An array of Boolean values that the late binder uses to communicate back to the call site which arguments match ByRef parameters. Each True value indicates that the arguments matched and should be copied out after the call to LateCall is complete.
                </param>
      <param name="IgnoreReturn">
                    A Boolean value indicating whether or not the return value can be ignored.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCanEvaluate(System.Object,System.Type,System.String,System.Object[],System.Boolean,System.Boolean)">
      <summary>
                    Indicates whether a call requires late-bound evaluation. This helper method is not meant to be called directly from your code.
                </summary>
      <returns>
                    A Boolean value that indicates whether the expression requires late-bound evaluation.
                </returns>
      <param name="instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="type">
                    The type of the call object.
                </param>
      <param name="memberName">
                    The name of the property or method on the call object.
                </param>
      <param name="arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="allowFunctionEvaluation">
                    A Boolean value that specifies whether to allow function evaluation.
                </param>
      <param name="allowPropertyEvaluation">
                    A Boolean value that specifies whether to allow property evaluation.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[],System.Boolean[])">
      <summary>
                    Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code.
                </summary>
      <returns>
                    An instance of the call object.
                </returns>
      <param name="Instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="Type">
                    The type of the call object.
                </param>
      <param name="MemberName">
                    The name of the property or method on the call object.
                </param>
      <param name="Arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="ArgumentNames">
                    An array of argument names.
                </param>
      <param name="TypeArguments">
                    An array of argument types; used only for generic calls to pass argument types.
                </param>
      <param name="CopyBack">
                    An array of Boolean values that the late binder uses to communicate back to the call site which arguments match ByRef parameters. Each True value indicates that the arguments matched and should be copied out after the call to LateCall is complete.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexGet(System.Object,System.Object[],System.String[])">
      <summary>
                    Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code.
                </summary>
      <returns>
                    An instance of the call object.
                </returns>
      <param name="Instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="Arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="ArgumentNames">
                    An array of argument names.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexSet(System.Object,System.Object[],System.String[])">
      <summary>
                    Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.
                </summary>
      <param name="Instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="Arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="ArgumentNames">
                    An array of argument names.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexSetComplex(System.Object,System.Object[],System.String[],System.Boolean,System.Boolean)">
      <summary>
                    Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.
                </summary>
      <param name="Instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="Arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="ArgumentNames">
                    An array of argument names.
                </param>
      <param name="OptimisticSet">
                    A Boolean value used to determine whether the set operation will work. Set to True when you believe that an intermediate value has been set in the property or field; otherwise False.
                </param>
      <param name="RValueBase">
                    A Boolean value that specifies when the base reference of the late reference is an RValue. Set to True when the base reference of the late reference is an RValue; this allows you to generate a run-time exception for late assignments to fields of RValues of value types. Otherwise, set to False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateSet(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[])">
      <summary>
                    Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.
                </summary>
      <param name="Instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="Type">
                    The type of the call object.
                </param>
      <param name="MemberName">
                    The name of the property or method on the call object.
                </param>
      <param name="Arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="ArgumentNames">
                    An array of argument names.
                </param>
      <param name="TypeArguments">
                    An array of argument types; used only for generic calls to pass argument types.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateSet(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[],System.Boolean,System.Boolean,Microsoft.VisualBasic.CallType)">
      <summary>
                    Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.
                </summary>
      <param name="Instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="Type">
                    The type of the call object.
                </param>
      <param name="MemberName">
                    The name of the property or method on the call object.
                </param>
      <param name="Arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="ArgumentNames">
                    An array of argument names.
                </param>
      <param name="TypeArguments">
                    An array of argument types; used only for generic calls to pass argument types.
                </param>
      <param name="OptimisticSet">
                    A Boolean value used to determine whether the set operation will work. Set to True when you believe that an intermediate value has been set in the property or field; otherwise False.
                </param>
      <param name="RValueBase">
                    A Boolean value that specifies when the base reference of the late reference is an RValue. Set to True when the base reference of the late reference is an RValue; this allows you to generate a run-time exception for late assignments to fields of RValues of value types. Otherwise, set to False.
                </param>
      <param name="CallType">
                    An enumeration member of type CallType Enumeration representing the type of procedure being called. The value of CallType can be Method, Get, or Set. Only Set is used.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateSetComplex(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[],System.Boolean,System.Boolean)">
      <summary>
                    Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.
                </summary>
      <param name="Instance">
                    An instance of the call object exposing the property or method.
                </param>
      <param name="Type">
                    The type of the call object.
                </param>
      <param name="MemberName">
                    The name of the property or method on the call object.
                </param>
      <param name="Arguments">
                    An array containing the arguments to be passed to the property or method being called.
                </param>
      <param name="ArgumentNames">
                    An array of argument names.
                </param>
      <param name="TypeArguments">
                    An array of argument types; used only for generic calls to pass argument types.
                </param>
      <param name="OptimisticSet">
                    A Boolean value used to determine whether the set operation will work. Set to True when you believe that an intermediate value has been set in the property or field; otherwise False.
                </param>
      <param name="RValueBase">
                    A Boolean value that specifies when the base reference of the late reference is an RValue. Set to True when the base reference of the late reference is an RValue; this allows you to generate a run-time exception for late assignments to fields of RValues of value types. Otherwise, set to False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl">
      <summary>
                    The Visual Basic compiler uses this class for object flow control; it is not meant to be called directly from your code.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.CheckForSyncLockOnValueType(System.Object)">
      <summary>
                    Checks for a synchronization lock on the specified type.
                </summary>
      <param name="Expression">
                    The data type for which to check for synchronization lock.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl">
      <summary>
                    Provides services to the Visual Basic compiler for compiling For...Next loops.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForLoopInitObj(System.Object,System.Object,System.Object,System.Object,System.Object@,System.Object@)">
      <summary>
                    Initializes a For...Next loop.
                </summary>
      <returns>False if the loop has terminated; otherwise, True.
                </returns>
      <param name="Counter">
                    The loop counter variable.
                </param>
      <param name="Start">
                    The initial value of the loop counter.
                </param>
      <param name="Limit">
                    The value of the To option.
                </param>
      <param name="StepValue">
                    The value of the Step option.
                </param>
      <param name="LoopForResult">
                    An object that contains verified values for loop values.
                </param>
      <param name="CounterResult">
                    The counter value for the next loop iteration.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForNextCheckDec(System.Decimal,System.Decimal,System.Decimal)">
      <summary>
                    Checks for valid values for the loop counter, Step, and To values.
                </summary>
      <returns>True if <paramref name="StepValue" /> is greater than zero and <paramref name="count" /> is less than or equal to <paramref name="limit" /> or <paramref name="StepValue" /> is less than or equal to zero and <paramref name="count" /> is greater than or equal to <paramref name="limit" />; otherwise, False.
                </returns>
      <param name="count">
                    Required. A Decimal value that represents the initial value passed for the loop counter variable.
                </param>
      <param name="limit">
                    Required. A Decimal value that represents the value passed by using the To keyword.
                </param>
      <param name="StepValue">
                    Required. A Decimal value that represents the value passed by using the Step keyword.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForNextCheckObj(System.Object,System.Object,System.Object@)">
      <summary>
                    Increments a For...Next loop.
                </summary>
      <returns>False if the loop has terminated; otherwise, True.
                </returns>
      <param name="Counter">
                    The loop counter variable.
                </param>
      <param name="LoopObj">
                    An object that contains verified values for loop values.
                </param>
      <param name="CounterResult">
                    The counter value for the next loop iteration.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForNextCheckR4(System.Single,System.Single,System.Single)">
      <summary>
                    Checks for valid values for the loop counter, Step, and To values.
                </summary>
      <returns>True if <paramref name="StepValue" /> is greater than zero and <paramref name="count" /> is less than or equal to <paramref name="limit" />, or if <paramref name="StepValue" /> is less than or equal to zero and <paramref name="count" /> is greater than or equal to <paramref name="limit" />; otherwise, False.
                </returns>
      <param name="count">
                    Required. A Single value that represents the initial value passed for the loop counter variable.
                </param>
      <param name="limit">
                    Required. A Single value that represents the value passed by using the To keyword.
                </param>
      <param name="StepValue">
                    Required. A Single value that represents the value passed by using the Step keyword.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForNextCheckR8(System.Double,System.Double,System.Double)">
      <summary>
                    Checks for valid values for the loop counter, Step, and To values.
                </summary>
      <returns>True if <paramref name="StepValue" /> is greater than zero and <paramref name="count" /> is less than or equal to <paramref name="limit" />, or if <paramref name="StepValue" /> is less than or equal to zero and <paramref name="count" /> is greater than or equal to <paramref name="limit" />; otherwise, False.
                </returns>
      <param name="count">
                    Required. A Double value that represents the initial value passed for the loop counter variable.
                </param>
      <param name="limit">
                    Required. A Double value that represents the value passed by using the To keyword.
                </param>
      <param name="StepValue">
                    Required. A Double value that represents the value passed by using the Step keyword.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.ObjectType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.ObjectType" /> class. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.AddObj(System.Object,System.Object)">
      <summary>
                    Performs an addition (+) operation.
                </summary>
      <returns>
                    The sum of <paramref name="o1" /> and <paramref name="o2" />.
                </returns>
      <param name="o1">
                    Required. Any numeric expression.
                </param>
      <param name="o2">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.BitAndObj(System.Object,System.Object)">
      <summary>
                    Performs a bitwise And operation.
                </summary>
      <returns>
                    1 if both <paramref name="obj1" /> and <paramref name="obj2" /> evaluate to 1; otherwise, 0.
                </returns>
      <param name="obj1">
                    Required. Any Boolean or numeric expression.
                </param>
      <param name="obj2">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.BitOrObj(System.Object,System.Object)">
      <summary>
                    Performs a bitwise Or operation.
                </summary>
      <returns>
                    0 if both <paramref name="obj1" /> and <paramref name="obj2" /> evaluate to 0; otherwise, 1.
                </returns>
      <param name="obj1">
                    Required. Any Boolean or numeric expression.
                </param>
      <param name="obj2">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.BitXorObj(System.Object,System.Object)">
      <summary>
                    Performs an Xor operation.
                </summary>
      <returns>
                    A numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator (Visual Basic).
                </returns>
      <param name="obj1">
                    Required. Any Boolean or numeric expression.
                </param>
      <param name="obj2">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.DivObj(System.Object,System.Object)">
      <summary>
                    Performs a division (/) operation.
                </summary>
      <returns>
                    The full quotient of <paramref name="o1" /> divided by <paramref name="o2" />, including any remainder.
                </returns>
      <param name="o1">
                    Required. Any numeric expression.
                </param>
      <param name="o2">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.GetObjectValuePrimitive(System.Object)">
      <summary>
                    Returns a boxed primitive value. This method is used to prevent copying structures multiple times.
                </summary>
      <returns>
                    The primitive value of <paramref name="o" /> typed as object.
                </returns>
      <param name="o">
                    Required. Any expression.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.IDivObj(System.Object,System.Object)">
      <summary>
                    Performs an integer division (\) operation.
                </summary>
      <returns>
                    The integer quotient of <paramref name="o1" /> divided by <paramref name="o2" />, which discards any remainder and retains only the integer portion.
                </returns>
      <param name="o1">
                    Required. Any numeric expression.
                </param>
      <param name="o2">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.LikeObj(System.Object,System.Object,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Performs a Like comparison.
                </summary>
      <returns>True if the string representation of the value in <paramref name="vLeft" /> satisfies the pattern that is contained in <paramref name="vRight" />; otherwise, False. True if both <paramref name="vLeft" /> and <paramref name="vRight" /> are Nothing.
                </returns>
      <param name="vLeft">
                    Required. Any expression.
                </param>
      <param name="vRight">
                    Required. Any string expression conforming to the pattern-matching conventions described in Like Operator (Visual Basic).
                </param>
      <param name="CompareOption">
                    Required. A <see cref="T:Microsoft.VisualBasic.CompareMethod" /> value that specifies that the operation use either text or binary comparison.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.ModObj(System.Object,System.Object)">
      <summary>
                    Performs a modulus (Mod) operation.
                </summary>
      <returns>
                    The remainder after <paramref name="o1" /> is divided by <paramref name="o2" />. 
                </returns>
      <param name="o1">
                    Required. Any numeric expression.
                </param>
      <param name="o2">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.MulObj(System.Object,System.Object)">
      <summary>
                    Performs a multiplication (*) operation.
                </summary>
      <returns>
                    The product of <paramref name="o1" /> and <paramref name="o2" />.
                </returns>
      <param name="o1">
                    Required. Any numeric expression.
                </param>
      <param name="o2">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.NegObj(System.Object)">
      <summary>
                    Performs a unary minus (–) operation.
                </summary>
      <returns>
                    The negative value of <paramref name="obj" />.
                </returns>
      <param name="obj">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.NotObj(System.Object)">
      <summary>
                    Performs a Not operation.
                </summary>
      <returns>
                    For Boolean operations, False if <paramref name="obj" /> is True; otherwise, True. For bitwise operations, 1 if <paramref name="obj" /> is 0; otherwise, 0.
                </returns>
      <param name="obj">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.ObjTst(System.Object,System.Object,System.Boolean)">
      <summary>
                    Performs binary or text string comparison when given two objects.
                </summary>
      <returns>
                    Value 
                
                    Condition 
                
                    -1 
                <paramref name="o1" /> is less than <paramref name="o2" />. 
                
                    0
                <paramref name="o1" /> is equal to <paramref name="o2" />. 
                
                    1 
                <paramref name="o1" /> is greater than <paramref name="o2" />. 
                </returns>
      <param name="o1">
                    Required. Any expression.
                </param>
      <param name="o2">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.PlusObj(System.Object)">
      <summary>
                    Performs a unary plus (+) operation.
                </summary>
      <returns>
                    The value of <paramref name="obj" />. (The sign of the <paramref name="obj" /> is unchanged.)
                </returns>
      <param name="obj">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.PowObj(System.Object,System.Object)">
      <summary>
                    Performs an exponent (^) operation.
                </summary>
      <returns>
                    The result of <paramref name="obj1" /> raised to the power of <paramref name="obj2" />.
                </returns>
      <param name="obj1">
                    Required. Any numeric expression.
                </param>
      <param name="obj2">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.ShiftLeftObj(System.Object,System.Int32)">
      <summary>
                    Performs an arithmetic left shift (&lt;&lt;) operation.
                </summary>
      <returns>
                    An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of <paramref name="o1" />.
                </returns>
      <param name="o1">
                    Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (SByte, Byte, Short, UShort, Integer, UInteger, Long, or ULong).
                </param>
      <param name="amount">
                    Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be Integer or widen to Integer.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.ShiftRightObj(System.Object,System.Int32)">
      <summary>
                    Performs an arithmetic right shift (&gt;&gt;) operation.
                </summary>
      <returns>
                    An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of <paramref name="o1" />.
                </returns>
      <param name="o1">
                    Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (SByte, Byte, Short, UShort, Integer, UInteger, Long, or ULong).
                </param>
      <param name="amount">
                    Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be Integer or widen to Integer.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.StrCatObj(System.Object,System.Object)">
      <summary>
                    Performs a string concatenation (&amp;) operation.
                </summary>
      <returns>
                    A string representing the concatenation of <paramref name="vLeft" /> and <paramref name="vRight" />.
                </returns>
      <param name="vLeft">
                    Required. Any expression.
                </param>
      <param name="vRight">
                    Required. Any expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.SubObj(System.Object,System.Object)">
      <summary>
                    Performs a subtraction (–) operation.
                </summary>
      <returns>
                    The difference between <paramref name="o1" /> and <paramref name="o2" />.
                </returns>
      <param name="o1">
                    Required. Any numeric expression. 
                </param>
      <param name="o2">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectType.XorObj(System.Object,System.Object)">
      <summary>
                    Performs an Xor comparison.
                </summary>
      <returns>
                    A Boolean or numeric value. For a Boolean comparison, the return value is the logical exclusion (exclusive logical disjunction) of two Boolean values. For bitwise (numeric) operations, the return value is a numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator (Visual Basic).
                </returns>
      <param name="obj1">
                    Required. Any Boolean or numeric expression.
                </param>
      <param name="obj2">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.Operators">
      <summary>
                    Provides late-bound math operators, such as <see cref="M:Microsoft.VisualBasic.CompilerServices.Operators.AddObject(System.Object,System.Object)" /> and <see cref="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObject(System.Object,System.Object,System.Boolean)" />, which the Visual Basic compiler uses internally. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.AddObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic addition (+) operator.
                </summary>
      <returns>
                    The sum of <paramref name="Left" /> and <paramref name="Right" />.
                </returns>
      <param name="Left">
                    Required. Any numeric expression.
                </param>
      <param name="Right">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.AndObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic And operator.
                </summary>
      <returns>
                    For Boolean operations, True if both <paramref name="Left" /> and <paramref name="Right" /> evaluate to True; otherwise, False. For bitwise operations, 1 if both <paramref name="Left" /> and <paramref name="Right" /> evaluate to 1; otherwise, 0.
                </returns>
      <param name="Left">
                    Required. Any Boolean or numeric expression.
                </param>
      <param name="Right">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObject(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents Visual Basic comparison operators.
                </summary>
      <returns>
                    Value 
                
                    Condition 
                
                    -1 
                <paramref name="Left" /> is less than <paramref name="Right" />.
                
                    0 
                <paramref name="Left" /> and <paramref name="Right" /> are equal.
                
                    1 
                <paramref name="Left" /> is greater than <paramref name="Right" />.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectEqual(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the Visual Basic equal (=) operator.
                </summary>
      <returns>True if <paramref name="Left" /> and <paramref name="Right" /> are equal; otherwise, False.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectGreater(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the Visual Basic greater-than (&gt;) operator.
                </summary>
      <returns>True if <paramref name="Left" /> is greater than <paramref name="Right" />; otherwise, False.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectGreaterEqual(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the Visual Basic greater-than or equal-to (&gt;=) operator.
                </summary>
      <returns>True if <paramref name="Left" /> is greater than or equal to <paramref name="Right" />; otherwise, False.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectLess(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the Visual Basic less-than (&lt;) operator.
                </summary>
      <returns>True if <paramref name="Left" /> is less than <paramref name="Right" />; otherwise, False.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectLessEqual(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the Visual Basic less-than or equal-to (&lt;=) operator.
                </summary>
      <returns>True if <paramref name="Left" /> is less than or equal to <paramref name="Right" />; otherwise, False.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectNotEqual(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the Visual Basic not-equal (&lt;&gt;) operator.
                </summary>
      <returns>True if <paramref name="Left" /> is not equal to <paramref name="Right" />; otherwise, False.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareString(System.String,System.String,System.Boolean)">
      <summary>
                    Performs binary or text string comparison when given two strings.
                </summary>
      <returns>
                    Value 
                
                    Condition 
                
                    -1 
                <paramref name="Left" /> is less than <paramref name="Right" />. 
                
                    0
                <paramref name="Left" /> is equal to <paramref name="Right" />. 
                
                    1 
                <paramref name="Left" /> is greater than <paramref name="Right" />. 
                </returns>
      <param name="Left">
                    Required. Any String expression.
                </param>
      <param name="Right">
                    Required. Any String expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConcatenateObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic concatenation (&amp;) operator.
                </summary>
      <returns>
                    A string representing the concatenation of <paramref name="Left" /> and <paramref name="Right" />.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectEqual(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the overloaded Visual Basic equals (=) operator.
                </summary>
      <returns>
                    The result of the overloaded equals operator. False if operator overloading is not supported.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectGreater(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the overloaded Visual Basic greater-than (&gt;) operator.
                </summary>
      <returns>
                    The result of the overloaded greater-than operator. False if operator overloading is not supported.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectGreaterEqual(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the overloaded Visual Basic greater-than or equal-to (&gt;=) operator.
                </summary>
      <returns>
                    The result of the overloaded greater-than or equal-to operator. False if operator overloading is not supported.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectLess(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the overloaded Visual Basic less-than (&lt;) operator.
                </summary>
      <returns>
                    The result of the overloaded less-than operator. False if operator overloading is not supported.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectLessEqual(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the overloaded Visual Basic less-than or equal-to (&lt;=) operator.
                </summary>
      <returns>
                    The result of the overloaded less-than or equal-to operator. False if operator overloading is not supported.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectNotEqual(System.Object,System.Object,System.Boolean)">
      <summary>
                    Represents the overloaded Visual Basic not-equal (&lt;&gt;) operator.
                </summary>
      <returns>
                    The result of the overloaded not-equal operator. False if operator overloading is not supported.
                </returns>
      <param name="Left">
                    Required. Any expression.
                </param>
      <param name="Right">
                    Required. Any expression.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive string comparison; otherwise, False.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.DivideObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic division (/) operator.
                </summary>
      <returns>
                    The full quotient of <paramref name="Left" /> divided by <paramref name="Right" />, including any remainder.
                </returns>
      <param name="Left">
                    Required. Any numeric expression.
                </param>
      <param name="Right">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ExponentObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic exponent (^) operator.
                </summary>
      <returns>
                    The result of <paramref name="Left" /> raised to the power of <paramref name="Right" />.
                </returns>
      <param name="Left">
                    Required. Any numeric expression.
                </param>
      <param name="Right">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.IntDivideObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic integer division (\) operator.
                </summary>
      <returns>
                    The integer quotient of <paramref name="Left" /> divided by <paramref name="Right" />, which discards any remainder and retains only the integer portion.
                </returns>
      <param name="Left">
                    Required. Any numeric expression.
                </param>
      <param name="Right">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.LeftShiftObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic arithmetic left shift (&lt;&lt;) operator.
                </summary>
      <returns>
                    An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of <paramref name="Operand" />.
                </returns>
      <param name="Operand">
                    Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (SByte, Byte, Short, UShort, Integer, UInteger, Long, or ULong).
                </param>
      <param name="Amount">
                    Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be Integer or widen to Integer.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.LikeObject(System.Object,System.Object,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Represents the Visual Basic Like operator.
                </summary>
      <returns>True if the string representation of the value in <paramref name="Source" /> satisfies the pattern that is contained in <paramref name="Pattern" />; otherwise, False. True if both <paramref name="Source" /> and <paramref name="Pattern" /> are Nothing.
                </returns>
      <param name="Source">
                    Required. Any expression.
                </param>
      <param name="Pattern">
                    Required. Any string expression conforming to the pattern-matching conventions described in Like Operator (Visual Basic).
                </param>
      <param name="CompareOption">
                    Required. A <see cref="T:Microsoft.VisualBasic.CompareMethod" /> value that specifies that the operation use either text or binary comparison.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.LikeString(System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Represents the Visual Basic Like operator.
                </summary>
      <returns>True if the value in <paramref name="Source" /> satisfies the pattern that is contained in <paramref name="Pattern" />; otherwise, False. True if both <paramref name="Source" /> and <paramref name="Pattern" /> are empty.
                </returns>
      <param name="Source">
                    Required. Any String expression. 
                </param>
      <param name="Pattern">
                    Required. Any String expression conforming to the pattern-matching conventions described in Like Operator (Visual Basic).
                </param>
      <param name="CompareOption">
                    Required. A <see cref="T:Microsoft.VisualBasic.CompareMethod" /> value that specifies that the operation use either text or binary comparison.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ModObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic Mod operator.
                </summary>
      <returns>
                    The remainder after <paramref name="Left" /> is divided by <paramref name="Right" />. 
                </returns>
      <param name="Left">
                    Required. Any numeric expression.
                </param>
      <param name="Right">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.MultiplyObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic multiply (*) operator.
                </summary>
      <returns>
                    The product of <paramref name="Left" /> and <paramref name="Right" />.
                </returns>
      <param name="Left">
                    Required. Any numeric expression.
                </param>
      <param name="Right">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.NegateObject(System.Object)">
      <summary>
                    Represents the Visual Basic unary minus (–) operator.
                </summary>
      <returns>
                    The negative value of <paramref name="Operand" />.
                </returns>
      <param name="Operand">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.NotObject(System.Object)">
      <summary>
                    Represents the Visual Basic Not operator.
                </summary>
      <returns>
                    For Boolean operations, False if <paramref name="Operand" /> is True; otherwise, True. For bitwise operations, 1 if <paramref name="Operand" /> is 0; otherwise, 0.
                </returns>
      <param name="Operand">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.OrObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic Or operator.
                </summary>
      <returns>
                    For Boolean operations, False if both <paramref name="Left" /> and <paramref name="Right" /> evaluate to False; otherwise, True. For bitwise operations, 0 if both <paramref name="Left" /> and <paramref name="Right" /> evaluate to 0; otherwise, 1.
                </returns>
      <param name="Left">
                    Required. Any Boolean or numeric expression.
                </param>
      <param name="Right">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.PlusObject(System.Object)">
      <summary>
                    Represents the Visual Basic unary plus (+) operator.
                </summary>
      <returns>
                    The value of <paramref name="Operand" />. (The sign of the <paramref name="Operand" /> is unchanged.)
                </returns>
      <param name="Operand">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.RightShiftObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic arithmetic right shift (&gt;&gt;) operator.
                </summary>
      <returns>
                    An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of <paramref name="Operand" />.
                </returns>
      <param name="Operand">
                    Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (SByte, Byte, Short, UShort, Integer, UInteger, Long, or ULong).
                </param>
      <param name="Amount">
                    Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be Integer or widen to Integer.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.SubtractObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic subtraction (–) operator.
                </summary>
      <returns>
                    The difference between <paramref name="Left" /> and <paramref name="Right" />.
                </returns>
      <param name="Left">
                    Required. Any numeric expression. 
                </param>
      <param name="Right">
                    Required. Any numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.XorObject(System.Object,System.Object)">
      <summary>
                    Represents the Visual Basic Xor operator.
                </summary>
      <returns>
                    A Boolean or numeric value. For a Boolean comparison, the return value is the logical exclusion (exclusive logical disjunction) of two Boolean values. For bitwise (numeric) operations, the return value is a numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator (Visual Basic).
                </returns>
      <param name="Left">
                    Required. Any Boolean or numeric expression.
                </param>
      <param name="Right">
                    Required. Any Boolean or numeric expression.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute">
      <summary>
                    Specifies that the current Option Compare setting should be passed as the default value for an argument. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute" /> class.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.OptionTextAttribute">
      <summary>
                    The Visual Basic compiler emits this helper class to indicate (for Visual Basic debugging) which comparison option, binary or text, is being used
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.OptionTextAttribute.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.OptionTextAttribute" /> class. This is a helper method.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.ProjectData">
      <summary>
                    Provides helpers for the Visual Basic Err object. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.ClearProjectError">
      <summary>
                    Performs the work for the Clear method of the Err object. A helper method.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.CreateProjectError(System.Int32)">
      <summary>
                    Performs the work for the Raise method of the Err object. A helper method.
                </summary>
      <returns>
                    An <see cref="T:System.Exception" /> object.
                </returns>
      <param name="hr">
                    An integer value that identifies the nature of the error. Visual Basic errors are in the range 0–65535; the range 0–512 is reserved for system errors; the range 513–65535 is available for user-defined errors.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.EndApp">
      <summary>
                    Closes all files for the calling assembly and stops the process.
                </summary>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.SetProjectError(System.Exception)">
      <summary>
                    The Visual Basic compiler uses this helper method to capture exceptions in the Err object.
                </summary>
      <param name="ex">
                    The <see cref="T:System.Exception" /> object to be caught.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.SetProjectError(System.Exception,System.Int32)">
      <summary>
                    The Visual Basic compiler uses this helper method to capture exceptions in the Err object.
                </summary>
      <param name="ex">
                    The <see cref="T:System.Exception" /> object to be caught.
                </param>
      <param name="lErl">
                    The line number of the exception.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.ShortType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ShortType.FromObject(System.Object)">
      <summary>
                    Returns a Short value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Short value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Short value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.ShortType.FromString(System.String)">
      <summary>
                    Returns a Short value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Short value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Short value.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.SingleType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.SingleType.FromObject(System.Object)">
      <summary>
                    Returns a Single value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Single value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Single value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.SingleType.FromObject(System.Object,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a Single value that corresponds to the specified object. 
                </summary>
      <returns>
                    The Single value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a Single value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.SingleType.FromString(System.String)">
      <summary>
                    Returns a Single value that corresponds to the specified string. 
                </summary>
      <returns>
                    The Single value that corresponds to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Single value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.SingleType.FromString(System.String,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a Single value that corresponds to the specified string and number format information. 
                </summary>
      <returns>
                    The Single value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. String to convert to a Single value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute">
      <summary>
                    This class provides attributes that are applied to the standard module construct when it is emitted to Intermediate Language (IL). It is not intended to be called directly from your code.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute" /> class.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag">
      <summary>
                    The Visual Basic compiler uses this class internally when initializing static local members; it is not meant to be called directly from your code.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag" /> class.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag.State">
      <summary>
                    Returns the state of the static local member's initialization flag (initialized or not).
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.StringType">
      <summary>
                    This class has been deprecated as of Visual Basic 2005. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromBoolean(System.Boolean)">
      <summary>
                    Returns a String value that corresponds to the specified Boolean. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Boolean to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromByte(System.Byte)">
      <summary>
                    Returns a String value that corresponds to the specified Byte. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Byte to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromChar(System.Char)">
      <summary>
                    Returns a String value that corresponds to the specified Char. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Char to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromDate(System.DateTime)">
      <summary>
                    Returns a String value that corresponds to the specified date. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Date to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromDecimal(System.Decimal)">
      <summary>
                    Returns a String value that corresponds to the specified Decimal. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Decimal to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromDecimal(System.Decimal,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a String value that corresponds to a specified Decimal and number format information. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Decimal to convert to a String value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromDouble(System.Double)">
      <summary>
                    Returns a String value that corresponds to a specified Double. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Double to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromDouble(System.Double,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a String value that corresponds to a specified Double and number format information. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Double to convert to a String value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromInteger(System.Int32)">
      <summary>
                    Returns a String value that corresponds to a specified Integer. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Integer to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromLong(System.Int64)">
      <summary>
                    Returns a String value that corresponds to a specified Int64 (64-bit integer).
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Int64 to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromObject(System.Object)">
      <summary>
                    Returns a String value that corresponds to the specified object. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Object to convert to a String value.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromShort(System.Int16)">
      <summary>
                    Returns a String value that corresponds to a specified Int16 (16-bit integer).
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Int616 to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromSingle(System.Single)">
      <summary>
                    Returns a String value that corresponds to a specified Single. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Single to convert to a String value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.FromSingle(System.Single,System.Globalization.NumberFormatInfo)">
      <summary>
                    Returns a String value that corresponds to a specified Single and number format information. 
                </summary>
      <returns>
                    The String value corresponding to <paramref name="Value" />.
                </returns>
      <param name="Value">
                    Required. Sinble to convert to a String value.
                </param>
      <param name="NumberFormat">
                    A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.MidStmtStr(System.String@,System.Int32,System.Int32,System.String)">
      <summary>
                    Overwrites the <paramref name="sDest" /> parameter with the contents of the <paramref name="sInsert" /> parameter.
                </summary>
      <param name="sDest">
                    Required. String variable to modify.
                </param>
      <param name="StartPosition">
                    Required. Location in the <paramref name="sDest" /> parameter to begin overwriting from. The index is 1-based.
                </param>
      <param name="MaxInsertLength">
                    Required. Maximum number of characters from the <paramref name="sInsert" /> parameter to use, starting from the first character.
                </param>
      <param name="sInsert">
                    Required. String value to overwrite the <paramref name="sDest" /> parameter with.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.StrCmp(System.String,System.String,System.Boolean)">
      <summary>
                    Compares two strings.
                </summary>
      <returns>
                    Value 
                
                    Condition 
                
                    zero 
                
                    The two strings are equal. 
                
                    less than zero 
                <paramref name="sLeft" /> is less than <paramref name="sRight" />. 
                
                    greater than zero 
                <paramref name="sLeft" /> is greater than <paramref name="sRight" />. 
                </returns>
      <param name="sLeft">
                    Required. String to compare with <paramref name="sRight" />.
                </param>
      <param name="sRight">
                    Required. String to compare with <paramref name="sLeft" />.
                </param>
      <param name="TextCompare">
                    Required. True to perform a case-insensitive comparison; otherwise False.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.StrLike(System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
      <summary>
                    Compares the parameters <paramref name="Source" /> and <paramref name="Pattern" /> and returns the same results as the Like operator.
                </summary>
      <returns>
                    A Boolean value indicating whether or not the string satisfies the pattern. If the value in string satisfies the pattern contained in pattern, result is True. If the string does not satisfy the pattern, result is False. If both string and pattern are empty strings, the result is True.
                </returns>
      <param name="Source">
                    Required. Any String expression.
                </param>
      <param name="Pattern">
                    Any String expression conforming to the pattern-matching conventions described in Like Operator (Visual Basic).
                </param>
      <param name="CompareOption">
                    Specifies how to compare strings to patterns, according to the CompareMethod Enumeration. Can be vbBinaryCompare for binary comparison or vbTextCompare for comparison based on a case-insensitive text sort order determined by your system's LocaleID value.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.StrLikeBinary(System.String,System.String)">
      <summary>
                    Compares the parameters <paramref name="Source" /> and <paramref name="Pattern" /> and returns the same results as the Like operator, using binary comparison.
                </summary>
      <returns>
                    A Boolean value indicating whether or not the string satisfies the pattern. If the value in string satisfies the pattern contained in pattern, result is True. If the string does not satisfy the pattern, result is False. If both string and pattern are empty strings, the result is True.
                </returns>
      <param name="Source">
                    Required. Any String expression.
                </param>
      <param name="Pattern">
                    Required. Any String expression conforming to the pattern-matching conventions described in Like Operator (Visual Basic).
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.StringType.StrLikeText(System.String,System.String)">
      <summary>
                    Compares the parameters <paramref name="Source" /> and <paramref name="Pattern" /> and returns the same results as the Like operator, using text comparison.
                </summary>
      <returns>
                    A Boolean value indicating whether or not the string satisfies the pattern. If the value in string satisfies the pattern contained in pattern, result is True. If the string does not satisfy the pattern, result is False. If both string and pattern are empty strings, the result is True.
                </returns>
      <param name="Source">
                    Required. Any String expression.
                </param>
      <param name="Pattern">
                    Required. Any String expression conforming to the pattern-matching conventions described in Like Operator (Visual Basic).
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.Utils">
      <summary>
                    Contains utilities that the Visual Basic compiler uses.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.CopyArray(System.Array,System.Array)">
      <summary>
                    Used by the Visual Basic compiler as a helper for Redim.
                </summary>
      <returns>
                    The copied array.
                </returns>
      <param name="arySrc">
                    The array to be copied.
                </param>
      <param name="aryDest">
                    The destination array.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.GetResourceString(System.String,System.String[])">
      <summary>
                    Retrieves and formats a localized resource string or error message.
                </summary>
      <returns>
                    A formatted resource string or error message.
                </returns>
      <param name="ResourceKey">
                    The identifier of the string or error message to retrieve.
                </param>
      <param name="Args">
                    An array of parameters to replace placeholders in the string or error message.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.MethodToString(System.Reflection.MethodBase)">
      <summary>
                    Returns a Visual Basic method signature.
                </summary>
      <returns>
                    The Visual Basic method signature for the supplied <see cref="T:System.Reflection.MethodBase" /> object.
                </returns>
      <param name="Method">
                    A <see cref="T:System.Reflection.MethodBase" /> object to return a Visual Basic method signature for.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.SetCultureInfo(System.Globalization.CultureInfo)">
      <summary>
                    Sets the culture of the current thread.
                </summary>
      <returns>
                    The previous value of the <see cref="P:System.Threading.Thread.CurrentCulture" /> property for the current thread.
                </returns>
      <param name="Culture">
                    A <see cref="T:System.Globalization.CultureInfo" /> object to set as the culture of the current thread.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlThread" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.ThrowException(System.Int32)">
      <summary>
                    Throws a localized Visual Basic exception.
                </summary>
      <param name="hr">
                    The Visual Basic error identifier.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.CompilerServices.Versioned">
      <summary>
                    The <see cref="T:Microsoft.VisualBasic.CompilerServices.Versioned" /> module contains procedures used to interact with objects, applications, and systems.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Versioned.CallByName(System.Object,System.String,Microsoft.VisualBasic.CallType,System.Object[])">
      <summary>
                    Executes a method on an object, or sets or returns a property on an object.
                </summary>
      <returns>
                    Executes a method on an object, or sets or returns a property on an object.
                </returns>
      <param name="Instance">
                    Required. Object. A pointer to the object exposing the property or method.
                </param>
      <param name="MethodName">
                    Required. String. A string expression containing the name of the property or method on the object.
                </param>
      <param name="UseCallType">
                    Required. An enumeration member of type CallType Enumeration representing the type of procedure being called. The value of CallType can be Method, Get, or Set.
                </param>
      <param name="Arguments">
                    Optional. ParamArray. A parameter array containing the arguments to be passed to the property or method being called.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Versioned.IsNumeric(System.Object)">
      <summary>
                    Returns a Boolean value indicating whether an expression can be evaluated as a number.
                </summary>
      <returns>
                    Returns a Boolean value indicating whether an expression can be evaluated as a number.
                </returns>
      <param name="Expression">
                    Required. Object expression.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Versioned.SystemTypeName(System.String)">
      <summary>
                    Returns a string value containing the system data type name of a variable.
                </summary>
      <returns>
                    Returns a string value containing the system data type name of a variable.
                </returns>
      <param name="VbName">
                    Required. A string variable containing a Visual Basic type name.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Versioned.TypeName(System.Object)">
      <summary>
                    Returns a string value containing data type information about a variable.
                </summary>
      <returns>
                    Returns a string value containing data type information about a variable.
                </returns>
      <param name="Expression">
                    Required. Object variable. If Option Strict is Off, you can pass a variable of any data type except a structure.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.CompilerServices.Versioned.VbTypeName(System.String)">
      <summary>
                    Returns a string value containing the Visual Basic data type name of a variable.
                </summary>
      <returns>
                    Returns a string value containing the Visual Basic data type name of a variable.
                </returns>
      <param name="SystemName">
                    Required. String variable containing a type name used by the common language runtime.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.Audio">
      <summary>
                    Provides methods for playing sounds.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Audio.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.Audio" /> class. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Audio.Play(System.Byte[],Microsoft.VisualBasic.AudioPlayMode)">
      <summary>
                    Plays a .wav sound file.
                </summary>
      <param name="data">Byte array that represents the sound file.
                </param>
      <param name="playMode">AudioPlayMode Enumeration mode for playing the sound. By default, AudioPlayMode.Background.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlThread" />
        <IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Audio.Play(System.IO.Stream,Microsoft.VisualBasic.AudioPlayMode)">
      <summary>
                    Plays a .wav sound file.
                </summary>
      <param name="stream">
        <see cref="T:System.IO.Stream" /> that represents the sound file.
                </param>
      <param name="playMode">AudioPlayMode Enumeration mode for playing the sound. By default, AudioPlayMode.Background.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlThread" />
        <IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Audio.Play(System.String)">
      <summary>
                    Plays a .wav sound file.
                </summary>
      <param name="location">
                    A String containing the name of the sound file 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlThread" />
        <IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Audio.Play(System.String,Microsoft.VisualBasic.AudioPlayMode)">
      <summary>
                    Plays a .wav sound file.
                </summary>
      <param name="location">
                    A String containing the name of the sound file 
                </param>
      <param name="playMode">AudioPlayMode Enumeration mode for playing the sound. By default, AudioPlayMode.Background.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlThread" />
        <IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Audio.PlaySystemSound(System.Media.SystemSound)">
      <summary>
                    Plays a system sound.
                </summary>
      <param name="systemSound">
        <see cref="T:System.Media.SystemSound" /> object representing the system sound to play.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Audio.Stop">
      <summary>
                    Stops a sound playing in the background.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.Clock">
      <summary>
                    Provides properties for accessing the current local time and Universal Coordinated Time (equivalent to Greenwich Mean Time) from the system clock.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Clock.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.Clock" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Clock.GmtTime">
      <summary>
                    Gets a Date object that contains the current local date and time on the computer, expressed as a UTC (GMT) time.
                </summary>
      <returns>
                    A Date object that contains the current date and time expressed as UTC (GMT) time.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Clock.LocalTime">
      <summary>
                    Gets a Date object that contains the current local date and time on this computer.
                </summary>
      <returns>
                    A Date object that contains the current local date and time.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Clock.TickCount">
      <summary>
                    Gets the millisecond count from the computer's system timer.
                </summary>
      <returns>
                    An Integer containing the millisecond count from the computer's system timer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.Computer">
      <summary>
                    Provides properties for manipulating computer components such as audio, the clock, the keyboard, the file system, and so on.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Computer.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.Computer" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Computer.Audio">
      <summary>
                    Gets an object that provides properties for methods for playing sounds.
                </summary>
      <returns>
                    This property returns the My.Computer.Audio object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Computer.Clipboard">
      <summary>
                    Gets an object that provides methods for manipulating the Clipboard.
                </summary>
      <returns>
                    This property returns the My.Computer.Clipboard Object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Computer.Keyboard">
      <summary>
                    Gets an object that provides properties for accessing the current state of the keyboard, such as what keys are currently pressed, and provides a method to send keystrokes to the active window.
                </summary>
      <returns>
                    This property returns the My.Computer.Keyboard object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Computer.Mouse">
      <summary>
                    Gets an object that provides properties for getting information about the format and configuration of the mouse installed on the local computer.
                </summary>
      <returns>
                    This property returns the My.Computer.Mouse object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Computer.Ports">
      <summary>
                    Gets an object that provides a property and a method for accessing the computer's serial ports.
                </summary>
      <returns>
                    This property returns the My.Computer.Ports object.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Computer.Screen">
      <summary>
                    Gets the <see cref="T:System.Windows.Forms.Screen" /> object that represents the computer's primary display screen.
                </summary>
      <returns>
                    A <see cref="T:System.Windows.Forms.Screen" /> object that represents the computer's primary screen.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.ComputerInfo">
      <summary>
                    Provides properties for getting information about the computer's memory, loaded assemblies, name, and operating system.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.ComputerInfo.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.ComputerInfo" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ComputerInfo.AvailablePhysicalMemory">
      <summary>
                    Gets the total amount of free physical memory for the computer.
                </summary>
      <returns>
                    A ULong containing the number of bytes of free physical memory for the computer.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ComputerInfo.AvailableVirtualMemory">
      <summary>
                    Gets the total amount of the computer's free virtual address space.
                </summary>
      <returns>
                    A ULong containing the number of bytes of the computer's free virtual address space.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ComputerInfo.InstalledUICulture">
      <summary>
                    Gets the current UI culture installed with the operating system.
                </summary>
      <returns>
                    A <see cref="T:System.Globalization.CultureInfo" /> object represents the UI culture installed on the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ComputerInfo.OSFullName">
      <summary>
                    Gets the full operating system name. 
                </summary>
      <returns>
                    A String containing the operating-system name.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ComputerInfo.OSPlatform">
      <summary>
                    Gets the platform identifier for the operating system of the computer.
                </summary>
      <returns>
                    A String containing the platform identifier for the operating system of the computer, chosen from the member names of the <see cref="T:System.PlatformID" /> enumeration.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ComputerInfo.OSVersion">
      <summary>
                    Gets the version of the computer's operating system.
                </summary>
      <returns>
                    A String containing the current version number of the operating system.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ComputerInfo.TotalPhysicalMemory">
      <summary>
                    Gets the total amount of physical memory for the computer.
                </summary>
      <returns>
                    A ULong containing the number of bytes of physical memory for the computer.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ComputerInfo.TotalVirtualMemory">
      <summary>
                    Gets the total amount of virtual address space available for the computer.
                </summary>
      <returns>
                    A ULong containing the number of bytes of virtual address space available for the computer.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.Keyboard">
      <summary>
                    Provides properties for accessing the current state of the keyboard, such as what keys are currently pressed, and provides a method to send keystrokes to the active window.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Keyboard.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.Keyboard" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Keyboard.AltKeyDown">
      <summary>
                    Gets a Boolean indicating if the ALT key is down.
                </summary>
      <returns>
                    A Boolean value: True if the ALT key is down; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Keyboard.CapsLock">
      <summary>
                    Gets a Boolean indicating if CAPS LOCK is turned on. 
                </summary>
      <returns>
                    A Boolean value: True if CAPS LOCK is turned on; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Keyboard.CtrlKeyDown">
      <summary>
                    Gets a Boolean indicating if a CTRL key is down.
                </summary>
      <returns>
                    A Boolean value. True if a CTRL key is down; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Keyboard.NumLock">
      <summary>
                    Gets a Boolean indicating if the NUM LOCK key is on. 
                </summary>
      <returns>
                    A Boolean value. True if NUM LOCK is on; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Keyboard.ScrollLock">
      <summary>
                    Gets a Boolean indicating whether the SCROLL LOCK key is on. 
                </summary>
      <returns>
                    A Boolean value. True if SCROLL LOCK is on; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Keyboard.SendKeys(System.String)">
      <summary>
                    Sends one or more keystrokes to the active window, as if typed on the keyboard.
                </summary>
      <param name="keys">
                    A String that defines the keys to send.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Keyboard.SendKeys(System.String,System.Boolean)">
      <summary>
                    Sends one or more keystrokes to the active window, as if typed on the keyboard.
                </summary>
      <param name="keys">
                    A String that defines the keys to send.
                </param>
      <param name="wait">
                    Optional. A Boolean that specifies whether or not to wait for keystrokes to get processed before the application continues. True by default.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Keyboard.ShiftKeyDown">
      <summary>
                    Gets a Boolean indicating if a SHIFT key is down.
                </summary>
      <returns>
                    A Boolean value. True if a SHIFT key is down; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.Mouse">
      <summary>
                    Provides properties for getting information about the format and configuration of the mouse installed on the local computer.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Mouse.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.Mouse" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Mouse.ButtonsSwapped">
      <summary>
                    Gets a Boolean that indicates if the functionality of the left and right mouse buttons has been swapped.
                </summary>
      <returns>
                    A Boolean with a value True if the functionality of the left and right mouse buttons has been swapped; otherwise, False.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Mouse.WheelExists">
      <summary>
                    Gets a Boolean that indicates if the mouse has a scroll wheel.
                </summary>
      <returns>
                    A Boolean with value True if the mouse has a scroll wheel; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Mouse.WheelScrollLines">
      <summary>
                    Gets a number that indicates how much to scroll when the mouse wheel is rotated one notch.
                </summary>
      <returns>
                    An Integer that indicates how much to scroll when the mouse wheel is rotated one notch. A positive value indicates scrolling by that number of lines, while a negative value indicates scrolling by one screen at a time.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.Network">
      <summary>
                    Provides a property, event, and methods for interacting with the network to which the computer is connected.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.Network" /> class. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.String,System.String)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.String,System.String,System.String,System.String)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string, "". 
                </param>
      <param name="password">String.Password to authenticate. Default is an empty string, "". 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.String,System.String,System.String,System.String,System.Boolean,System.Int32,System.Boolean)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string, "". 
                </param>
      <param name="password">String.Password to authenticate. Default is an empty string, "". 
                </param>
      <param name="showUI">Boolean. Specifies whether to display the progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval, in milliseconds. Default is 100 seconds. 
                </param>
      <param name="overwrite">Boolean. Specifies whether to overwrite existing files. Default is False. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.String,System.String,System.String,System.String,System.Boolean,System.Int32,System.Boolean,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string, "". 
                </param>
      <param name="password">String.Password to authenticate. Default is an empty string, "". 
                </param>
      <param name="showUI">Boolean. Specifies whether to display the progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval, in milliseconds. Default is 100 seconds. 
                </param>
      <param name="overwrite">Boolean. Specifies whether to overwrite existing files. Default is False. 
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Specifies behavior when the user clicks Cancel or No on the dialog box shown as a result of <paramref name="ShowUI" /> set to True. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.Uri,System.String)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.Uri,System.String,System.Net.ICredentials,System.Boolean,System.Int32,System.Boolean)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <param name="networkCredentials">
        <see cref="T:System.Net.ICredentials" />. Credentials to be supplied. 
                </param>
      <param name="showUI">Boolean. Specifies whether to display the progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval, in milliseconds. Default is 100 seconds. 
                </param>
      <param name="overwrite">Boolean. Specifies whether to overwrite existing files. Default is False. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.Uri,System.String,System.Net.ICredentials,System.Boolean,System.Int32,System.Boolean,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <param name="networkCredentials">
        <see cref="T:System.Net.ICredentials" />. Credentials to be supplied. 
                </param>
      <param name="showUI">Boolean. Specifies whether to display the progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval, in milliseconds. Default is 100 seconds. 
                </param>
      <param name="overwrite">Boolean. Specifies whether to overwrite existing files. Default is False. 
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Specifies behavior when the user clicks Cancel or No on the dialog box shown as a result of <paramref name="ShowUI" /> set to True. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.Uri,System.String,System.String,System.String)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string, "". 
                </param>
      <param name="password">String.Password to authenticate. Default is an empty string, "". 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.Uri,System.String,System.String,System.String,System.Boolean,System.Int32,System.Boolean)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string, "". 
                </param>
      <param name="password">String.Password to authenticate. Default is an empty string, "". 
                </param>
      <param name="showUI">Boolean. Specifies whether to display the progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval, in milliseconds. Default is 100 seconds. 
                </param>
      <param name="overwrite">Boolean. Specifies whether to overwrite existing files. Default is False. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.DownloadFile(System.Uri,System.String,System.String,System.String,System.Boolean,System.Int32,System.Boolean,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Downloads the specified remote file and saves it in the specified location.
                </summary>
      <param name="address">String or <see cref="T:System.Uri" />. Path of the file to download, including file name and host address. Required. 
                </param>
      <param name="destinationFileName">String. File name and path of the downloaded file. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string, "". 
                </param>
      <param name="password">String.Password to authenticate. Default is an empty string, "". 
                </param>
      <param name="showUI">Boolean. Specifies whether to display the progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval, in milliseconds. Default is 100 seconds. 
                </param>
      <param name="overwrite">Boolean. Specifies whether to overwrite existing files. Default is False. 
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Specifies behavior when the user clicks Cancel or No on the dialog box shown as a result of <paramref name="ShowUI" /> set to True. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Network.IsAvailable">
      <summary>
                    Indicates whether a computer is connected to a network.
                </summary>
      <returns>Boolean.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" />
      </PermissionSet>
    </member>
    <member name="E:Microsoft.VisualBasic.Devices.Network.NetworkAvailabilityChanged">
      <summary>
                    Occurs when the network availability changes.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.Ping(System.String)">
      <summary>
                    Pings the specified server.
                </summary>
      <returns>Boolean indicating whether or not the operation was successful.
                </returns>
      <param name="hostNameOrAddress">String. The URL, computer name, or IP number of the server to ping. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" />
        <IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.Ping(System.String,System.Int32)">
      <summary>
                    Pings the specified server.
                </summary>
      <returns>Boolean indicating whether or not the operation was successful.
                </returns>
      <param name="hostNameOrAddress">String. The URL, computer name, or IP number of the server to ping. Required. 
                </param>
      <param name="timeout">
        <see cref="T:System.Int32" />. Time threshold in milliseconds for contacting the destination. Default is 500. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" />
        <IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.Ping(System.Uri)">
      <summary>
                    Pings the specified server.
                </summary>
      <returns>Boolean indicating whether or not the operation was successful.
                </returns>
      <param name="address">
        <see cref="T:System.Uri" />. The URI of the server to ping. Required.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" />
        <IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.Ping(System.Uri,System.Int32)">
      <summary>
                    Pings the specified server.
                </summary>
      <returns>Boolean indicating whether or not the operation was successful.
                </returns>
      <param name="address">
        <see cref="T:System.Uri" />. The URI of the server to ping. Required.
                </param>
      <param name="timeout">
        <see cref="T:System.Int32" />. Time threshold in milliseconds for contacting the destination. Default is 500. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" />
        <IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.String)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.String,System.String,System.String)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string: "".
                </param>
      <param name="password">String. Password to authenticate. Default is an empty string: "".
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.String,System.String,System.String,System.Boolean,System.Int32)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string: "".
                </param>
      <param name="password">String. Password to authenticate. Default is an empty string: "".
                </param>
      <param name="showUI">Boolean. Whether to display progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval in milliseconds. Default is 100 seconds. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.String,System.String,System.String,System.Boolean,System.Int32,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string: "".
                </param>
      <param name="password">String. Password to authenticate. Default is an empty string: "".
                </param>
      <param name="showUI">Boolean. Whether to display progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval in milliseconds. Default is 100 seconds. 
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Action to be taken when the user clicks Cancel. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.Uri)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.Uri,System.Net.ICredentials,System.Boolean,System.Int32)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <param name="networkCredentials">
        <see cref="T:System.Net.ICredentials" />. Credentials for authentication. 
                </param>
      <param name="showUI">Boolean. Whether to display progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval in milliseconds. Default is 100 seconds. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.Uri,System.Net.ICredentials,System.Boolean,System.Int32,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <param name="networkCredentials">
        <see cref="T:System.Net.ICredentials" />. Credentials for authentication. 
                </param>
      <param name="showUI">Boolean. Whether to display progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval in milliseconds. Default is 100 seconds. 
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Action to be taken when the user clicks Cancel. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.Uri,System.String,System.String)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string: "".
                </param>
      <param name="password">String. Password to authenticate. Default is an empty string: "".
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.Uri,System.String,System.String,System.Boolean,System.Int32)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string: "".
                </param>
      <param name="password">String. Password to authenticate. Default is an empty string: "".
                </param>
      <param name="showUI">Boolean. Whether to display progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval in milliseconds. Default is 100 seconds. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Network.UploadFile(System.String,System.Uri,System.String,System.String,System.Boolean,System.Int32,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Sends the specified file to the specified host address.
                </summary>
      <param name="sourceFileName">String. Path and name of file to upload. Required. 
                </param>
      <param name="address">String or <see cref="T:System.Uri" />. URL, IP address, or URI of destination server. Required. 
                </param>
      <param name="userName">String. User name to authenticate. Default is an empty string: "".
                </param>
      <param name="password">String. Password to authenticate. Default is an empty string: "".
                </param>
      <param name="showUI">Boolean. Whether to display progress of the operation. Default is False. 
                </param>
      <param name="connectionTimeout">
        <see cref="T:System.Int32" />. Timeout interval in milliseconds. Default is 100 seconds. 
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Action to be taken when the user clicks Cancel. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.NetworkAvailableEventArgs">
      <summary>
                    Provides data for the My.Application.NetworkAvailabilityChanged and My.Computer.Network.NetworkAvailabilityChanged events. 
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.NetworkAvailableEventArgs.#ctor(System.Boolean)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs" /> class.
                </summary>
      <param name="networkAvailable">
                    A <see cref="T:System.Boolean" /> that indicates whether a network is available to the application.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.NetworkAvailableEventArgs.IsNetworkAvailable">
      <summary>
                    Gets a value indicating whether a network is available to the application.
                </summary>
      <returns>
                    A <see cref="T:System.Boolean" /> that indicates whether a network is available to the application.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.NetworkAvailableEventHandler">
      <summary>
                    Represents the method that will handle the My.Application.NetworkAvailabilityChanged or My.Computer.Network.NetworkAvailabilityChanged event.
                </summary>
      <param name="sender">
                    The source of the event.
                </param>
      <param name="e">
                    A <see cref="T:Microsoft.VisualBasic.Devices.NetworkAvailableEventArgs" /> object that contains the event data.
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.Ports">
      <summary>
                    Provides a property and a method for accessing the computer's serial ports.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Ports.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.Ports" /> class. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Ports.OpenSerialPort(System.String)">
      <summary>
                    Creates and opens a <see cref="T:System.IO.Ports.SerialPort" /> object.
                </summary>
      <returns>
                    An open <see cref="T:System.IO.Ports.SerialPort" /> object, configured with the supplied arguments.
                </returns>
      <param name="portName">String. Required. Name of the port to open.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Ports.OpenSerialPort(System.String,System.Int32)">
      <summary>
                    Creates and opens a <see cref="T:System.IO.Ports.SerialPort" /> object.
                </summary>
      <returns>
                    An open <see cref="T:System.IO.Ports.SerialPort" /> object, configured with the supplied arguments.
                </returns>
      <param name="portName">String. Required. Name of the port to open.
                </param>
      <param name="baudRate">Integer. Baud rate of the port.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Ports.OpenSerialPort(System.String,System.Int32,System.IO.Ports.Parity)">
      <summary>
                    Creates and opens a <see cref="T:System.IO.Ports.SerialPort" /> object.
                </summary>
      <returns>
                    An open <see cref="T:System.IO.Ports.SerialPort" /> object, configured with the supplied arguments.
                </returns>
      <param name="portName">String. Required. Name of the port to open.
                </param>
      <param name="baudRate">Integer. Baud rate of the port.
                </param>
      <param name="parity">
        <see cref="T:System.IO.Ports.Parity" />. Parity of the port.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Ports.OpenSerialPort(System.String,System.Int32,System.IO.Ports.Parity,System.Int32)">
      <summary>
                    Creates and opens a <see cref="T:System.IO.Ports.SerialPort" /> object.
                </summary>
      <returns>
                    An open <see cref="T:System.IO.Ports.SerialPort" /> object, configured with the supplied arguments.
                </returns>
      <param name="portName">String. Required. Name of the port to open.
                </param>
      <param name="baudRate">Integer. Baud rate of the port.
                </param>
      <param name="parity">
        <see cref="T:System.IO.Ports.Parity" />. Parity of the port.
                </param>
      <param name="dataBits">Integer. Data-bit setting of the port.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.Ports.OpenSerialPort(System.String,System.Int32,System.IO.Ports.Parity,System.Int32,System.IO.Ports.StopBits)">
      <summary>
                    Creates and opens a <see cref="T:System.IO.Ports.SerialPort" /> object.
                </summary>
      <returns>
                    An open <see cref="T:System.IO.Ports.SerialPort" /> object, configured with the supplied arguments.
                </returns>
      <param name="portName">String. Required. Name of the port to open.
                </param>
      <param name="baudRate">Integer. Baud rate of the port.
                </param>
      <param name="parity">
        <see cref="T:System.IO.Ports.Parity" />. Parity of the port.
                </param>
      <param name="dataBits">Integer. Data-bit setting of the port.
                </param>
      <param name="stopBits">
        <see cref="T:System.IO.Ports.StopBits" />. Stop-bit setting of the port.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.Ports.SerialPortNames">
      <summary>
                    Gets a collection of the names of the serial ports on the computer.
                </summary>
      <returns>
                    A collection of the names of the serial ports on the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.Devices.ServerComputer">
      <summary>
                    Provides properties for manipulating computer components such as audio, the clock, the keyboard, the file system, and so on.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Devices.ServerComputer.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Devices.ServerComputer" /> class. 
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ServerComputer.Clock">
      <summary>
                    Gets an object that provides properties for accessing the current local time and Universal Coordinated Time (the equivalent to Greenwich Mean Time) from the system clock.
                </summary>
      <returns>
                    This property returns the My.Computer.Clock object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ServerComputer.FileSystem">
      <summary>
                    Gets an object that provides properties and methods for working with drives, files, and directories.
                </summary>
      <returns>
                    This property returns the My.Computer.FileSystem Object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ServerComputer.Info">
      <summary>
                    Gets an object that provides properties for getting information about the computer's memory, loaded assemblies, name, and operating system.
                </summary>
      <returns>
                    This property returns the My.Computer.Info object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ServerComputer.Name">
      <summary>
                    Gets the computer name.
                </summary>
      <returns>
                    A String containing the name of the computer.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="COMPUTERNAME" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ServerComputer.Network">
      <summary>
                    Gets an object that provides a property and methods for interacting with the network to which the computer is connected.
                </summary>
      <returns>
                    This property returns the My.Computer.Network Object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
        <IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Devices.ServerComputer.Registry">
      <summary>
                    Gets an object that provides properties and methods for manipulating the registry.
                </summary>
      <returns>
                    This property returns the My.Computer.Registry Object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.DeleteDirectoryOption">
      <summary>
                    Specifies what should be done when a directory that is to be deleted contains files or directories.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.DeleteDirectoryOption.ThrowIfDirectoryNonEmpty">
      <summary>
                    Throw an <see cref="T:System.IO.IOException" /> if the directory is not empty. The Data property of the exception lists the file(s) that could not be deleted.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.DeleteDirectoryOption.DeleteAllContents">
      <summary>
                    Delete the contents of the directory along with the directory. Default.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.FieldType">
      <summary>
                    Indicates whether text fields are delimited or fixed width.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.FieldType.Delimited">
      <summary>
                    Indicates that the fields are delimited.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.FieldType.FixedWidth">
      <summary>
                    Indicates that the fields are fixed width.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.FileSystem">
      <summary>
                    Provides properties and methods for working with drives, files, and directories.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.FileIO.FileSystem" /> class.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CombinePath(System.String,System.String)">
      <summary>
                    Combines two paths and returns a properly formatted path.
                </summary>
      <returns>String.
                </returns>
      <param name="baseDirectory">String. First path to be combined. Required. 
                </param>
      <param name="relativePath">String. Second path to be combined. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CopyDirectory(System.String,System.String)">
      <summary>
                    Copies a directory to another directory.
                </summary>
      <param name="sourceDirectoryName">String. The directory to be copied. Required.
                </param>
      <param name="destinationDirectoryName">String. The location to which the directory should be copied. Required.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CopyDirectory(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption)">
      <summary>
                    Copies a directory to another directory.
                </summary>
      <param name="sourceDirectoryName">String. The directory to be copied. Required.
                </param>
      <param name="destinationDirectoryName">String. The location to which the directory should be copied. Required.
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CopyDirectory(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Copies a directory to another directory.
                </summary>
      <param name="sourceDirectoryName">String. The directory to be copied. Required.
                </param>
      <param name="destinationDirectoryName">String. The location to which the directory should be copied. Required.
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required.
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Specifies what should be done if the user clicks Cancel during the operation. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CopyDirectory(System.String,System.String,System.Boolean)">
      <summary>
                    Copies a directory to another directory.
                </summary>
      <param name="sourceDirectoryName">String. The directory to be copied. Required.
                </param>
      <param name="destinationDirectoryName">String. The location to which the directory should be copied. Required.
                </param>
      <param name="overwrite">Boolean. Whether or not existing files should be overwritten. Default is False. Required.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CopyFile(System.String,System.String)">
      <summary>
                    Copies a file to a new location.
                </summary>
      <param name="sourceFileName">String. The file to be copied. Required. 
                </param>
      <param name="destinationFileName">String. The location to which the file should be copied. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CopyFile(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption)">
      <summary>
                    Copies a file to a new location.
                </summary>
      <param name="sourceFileName">String. The file to be copied. Required. 
                </param>
      <param name="destinationFileName">String. The location to which the file should be copied. Required. 
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CopyFile(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Copies a file to a new location.
                </summary>
      <param name="sourceFileName">String. The file to be copied. Required. 
                </param>
      <param name="destinationFileName">String. The location to which the file should be copied. Required. 
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required.
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Specifies what should be done if the user clicks Cancel during the operation. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CopyFile(System.String,System.String,System.Boolean)">
      <summary>
                    Copies a file to a new location.
                </summary>
      <param name="sourceFileName">String. The file to be copied. Required. 
                </param>
      <param name="destinationFileName">String. The location to which the file should be copied. Required. 
                </param>
      <param name="overwrite">Boolean. Whether existing files should be overwritten. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.CreateDirectory(System.String)">
      <summary>
                    Creates a directory.
                </summary>
      <param name="directory">String. Name and location of the directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.FileSystem.CurrentDirectory">
      <summary>
                    Gets or sets the current directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory(System.String,Microsoft.VisualBasic.FileIO.DeleteDirectoryOption)">
      <summary>
                    Deletes a directory.
                </summary>
      <param name="directory">String. Directory to be deleted. Required. 
                </param>
      <param name="onDirectoryNotEmpty">DeleteDirectoryOption Enumeration. Specifies what should be done when a directory that is to be deleted contains files or directories. Default is DeleteDirectoryOption.DeleteAllContents.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory(System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.RecycleOption)">
      <summary>
                    Deletes a directory.
                </summary>
      <param name="directory">String. Directory to be deleted. Required. 
                </param>
      <param name="showUI">UIOption Enumeration. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="recycle">RecycleOption Enumeration. Specifies whether or not the deleted file should be sent to the Recycle Bin. Default is RecycleOption.DeletePermanently. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory(System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.RecycleOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Deletes a directory.
                </summary>
      <param name="directory">String. Directory to be deleted. Required. 
                </param>
      <param name="showUI">UIOption Enumeration. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="recycle">RecycleOption Enumeration. Specifies whether or not the deleted file should be sent to the Recycle Bin. Default is RecycleOption.DeletePermanently. 
                </param>
      <param name="onUserCancel">UICancelOption Enumeration. Specifies whether to throw an exception if the user clicks Cancel. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.DeleteFile(System.String)">
      <summary>
                    Deletes a file.
                </summary>
      <param name="file">String. Name and path of the file to be deleted. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.DeleteFile(System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.RecycleOption)">
      <summary>
                    Deletes a file.
                </summary>
      <param name="file">String. Name and path of the file to be deleted. Required. 
                </param>
      <param name="showUI">UIOption. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="recycle">RecycleOption. Whether or not the deleted file should be sent to the Recycle Bin. Default is RecycleOption.DeletePermanently. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.DeleteFile(System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.RecycleOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Deletes a file.
                </summary>
      <param name="file">String. Name and path of the file to be deleted. Required. 
                </param>
      <param name="showUI">UIOption. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="recycle">RecycleOption. Whether or not the deleted file should be sent to the Recycle Bin. Default is RecycleOption.DeletePermanently. Required. 
                </param>
      <param name="onUserCancel">UICancelOption. Specifies whether or not an exception is thrown when the user cancels the operation. Default is UICancelOption.ThrowException. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.DirectoryExists(System.String)">
      <summary>
                    Returns a Boolean indicating whether the specified directory exists.
                </summary>
      <returns>True if the directory exists; otherwise False.
                </returns>
      <param name="directory">String. Path of the directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.FileSystem.Drives">
      <summary>
                    Returns a read-only collection of all available drive names.
                </summary>
      <returns>System.Collections.ObjectModel.ReadOnlyCollection (of System.IO.DriveInfo)
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission version="1" class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.FileExists(System.String)">
      <summary>
                    Returns a Boolean indicating whether the specified file exists.
                </summary>
      <returns>
                    Returns True if the file exists; otherwise this method returns False.
                </returns>
      <param name="file">String. Name and path of the file. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.FindInFiles(System.String,System.String,System.Boolean,Microsoft.VisualBasic.FileIO.SearchOption)">
      <summary>
                    Returns a read-only collection of strings representing the names of files containing the specified text.
                </summary>
      <returns>
                    Read-only collection of type String.
                </returns>
      <param name="directory">String. The directory to be searched. Required.
                </param>
      <param name="containsText">String. The search text. Required.
                </param>
      <param name="ignoreCase">Boolean. Whether the search should be case-sensitive or not. Default is True. Required.
                </param>
      <param name="searchType">SearchOption Enumeration. Whether to include subfolders. Default is SearchOption.SearchTopLevelOnly. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.FindInFiles(System.String,System.String,System.Boolean,Microsoft.VisualBasic.FileIO.SearchOption,System.String[])">
      <summary>
                    Returns a read-only collection of strings representing the names of files containing the specified text.
                </summary>
      <returns>
                    Read-only collection of type String.
                </returns>
      <param name="directory">String. The directory to be searched. Required.
                </param>
      <param name="containsText">String. The search text. Required.
                </param>
      <param name="ignoreCase">Boolean. Whether the search should be case-sensitive or not. Default is True. Required.
                </param>
      <param name="searchType">SearchOption Enumeration. Whether to include subfolders. Default is SearchOption.SearchTopLevelOnly. Required. 
                </param>
      <param name="fileWildcards">
                    Array of type String. Pattern to be matched. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetDirectories(System.String)">
      <summary>
                    Returns a collection of strings representing the path names of subdirectories within a directory.
                </summary>
      <returns>
                    Read-only collection of String.
                </returns>
      <param name="directory">String. Name and path of directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission version="1" class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetDirectories(System.String,Microsoft.VisualBasic.FileIO.SearchOption,System.String[])">
      <summary>
                    Returns a collection of strings representing the path names of subdirectories within a directory.
                </summary>
      <returns>
                    Read-only collection of String.
                </returns>
      <param name="directory">String. Name and path of directory. Required. 
                </param>
      <param name="searchType">SearchOption Enumeration. Whether to include subfolders. Default is SearchOption.SearchTopLevelOnly. Required. 
                </param>
      <param name="wildcards">String. Pattern to match names. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetDirectoryInfo(System.String)">
      <summary>
                    Returns a <see cref="T:System.IO.DirectoryInfo" /> object for the specified path.
                </summary>
      <returns>
        <see cref="T:System.IO.DirectoryInfo" />
      </returns>
      <param name="directory">String. Path of directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetDriveInfo(System.String)">
      <summary>
                    Returns a <see cref="T:System.IO.DriveInfo" /> object for the specified drive.
                </summary>
      <returns>
        <see cref="T:System.IO.DriveInfo" />
      </returns>
      <param name="drive">String. Drive to be examined. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetFileInfo(System.String)">
      <summary>
                    Returns a <see cref="T:System.IO.FileInfo" /> object for the specified file.
                </summary>
      <returns>
        <see cref="T:System.IO.FileInfo" />
      </returns>
      <param name="file">String. Name and path of the file. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetFiles(System.String)">
      <summary>
                    Returns a read-only collection of strings representing the names of files within a directory.
                </summary>
      <returns>
                    Read-only collection of strings.
                </returns>
      <param name="directory">String. Directory to be searched. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission version="1" class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Unrestricted="true" />
        <IPermission version="1" class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetFiles(System.String,Microsoft.VisualBasic.FileIO.SearchOption,System.String[])">
      <summary>
                    Returns a read-only collection of strings representing the names of files within a directory.
                </summary>
      <returns>
                    Read-only collection of strings.
                </returns>
      <param name="directory">String. Directory to be searched. Required. 
                </param>
      <param name="searchType">SearchOption Enumeration. Whether to include subfolders. Default is SearchOption.SearchTopLevelOnly. Required. 
                </param>
      <param name="wildcards">String. Pattern to be matched. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetName(System.String)">
      <summary>
                    Parses the file name out of the path provided.
                </summary>
      <returns>String.
                </returns>
      <param name="path">
                    Required. Path to be parsed. String.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetParentPath(System.String)">
      <summary>
                    Returns the parent path of the provided path.
                </summary>
      <returns>String.
                </returns>
      <param name="path">String. Path to be examined. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.GetTempFileName">
      <summary>
                    Creates a uniquely named zero-byte temporary file on disk and returns the full path of that file.
                </summary>
      <returns>String containing the full path of the temporary file.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.MoveDirectory(System.String,System.String)">
      <summary>
                    Moves a directory from one location to another.
                </summary>
      <param name="sourceDirectoryName">String. Path of the directory to be moved. Required. 
                </param>
      <param name="destinationDirectoryName">String. Path of the directory to which the source directory is being moved. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.MoveDirectory(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption)">
      <summary>
                    Moves a directory from one location to another.
                </summary>
      <param name="sourceDirectoryName">String. Path of the directory to be moved. Required. 
                </param>
      <param name="destinationDirectoryName">String. Path of the directory to which the source directory is being moved. Required. 
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.MoveDirectory(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Moves a directory from one location to another.
                </summary>
      <param name="sourceDirectoryName">String. Path of the directory to be moved. Required. 
                </param>
      <param name="destinationDirectoryName">String. Path of the directory to which the source directory is being moved. Required. 
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="onUserCancel">UICancelOption Enumeration. Specifies whether or not an exception is thrown when the user cancels the operation. Default is UICancelOption.ThrowException. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.MoveDirectory(System.String,System.String,System.Boolean)">
      <summary>
                    Moves a directory from one location to another.
                </summary>
      <param name="sourceDirectoryName">String. Path of the directory to be moved. Required. 
                </param>
      <param name="destinationDirectoryName">String. Path of the directory to which the source directory is being moved. Required. 
                </param>
      <param name="overwrite">Boolean. Specifies whether existing directories should be overwritten. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.MoveFile(System.String,System.String)">
      <summary>
                    Moves a file to a new location.
                </summary>
      <param name="sourceFileName">String. Path of the file to be moved. Required. 
                </param>
      <param name="destinationFileName">String. Path of the directory into which the file should be moved. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.MoveFile(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption)">
      <summary>
                    Moves a file to a new location.
                </summary>
      <param name="sourceFileName">String. Path of the file to be moved. Required. 
                </param>
      <param name="destinationFileName">String. Path of the directory into which the file should be moved. Required. 
                </param>
      <param name="showUI">UIOption Enumeration. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.MoveFile(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Moves a file to a new location.
                </summary>
      <param name="sourceFileName">String. Path of the file to be moved. Required. 
                </param>
      <param name="destinationFileName">String. Path of the directory into which the file should be moved. Required. 
                </param>
      <param name="showUI">UIOption Enumeration. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="onUserCancel">UICancelOption Enumeration. Specifies whether or not an exception is thrown when the user cancels the operation. Default is UICancelOption.ThrowException. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.MoveFile(System.String,System.String,System.Boolean)">
      <summary>
                    Moves a file to a new location.
                </summary>
      <param name="sourceFileName">String. Path of the file to be moved. Required. 
                </param>
      <param name="destinationFileName">String. Path of the directory into which the file should be moved. Required. 
                </param>
      <param name="overwrite">Boolean. Specifies whether to overwrite existing files. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.OpenTextFieldParser(System.String)">
      <summary>
                    The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" />
      </returns>
      <param name="file">String. The file to be opened with the TextFieldParser. Required.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.OpenTextFieldParser(System.String,System.Int32[])">
      <summary>
                    The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" />
      </returns>
      <param name="file">String. The file to be opened with the TextFieldParser. Required.
                </param>
      <param name="fieldWidths">Integer(). Widths of the fields. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.OpenTextFieldParser(System.String,System.String[])">
      <summary>
                    The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" />
      </returns>
      <param name="file">String. The file to be opened with the TextFieldParser. Required.
                </param>
      <param name="delimiters">String(). Delimiters for the fields. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.OpenTextFileReader(System.String)">
      <summary>
                    Opens a <see cref="T:System.IO.StreamReader" />.
                </summary>
      <returns>
        <see cref="T:System.IO.StreamReader" />
      </returns>
      <param name="file">String. File to be read. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.OpenTextFileReader(System.String,System.Text.Encoding)">
      <summary>
                    Opens a <see cref="T:System.IO.StreamReader" />.
                </summary>
      <returns>
        <see cref="T:System.IO.StreamReader" />
      </returns>
      <param name="file">String. File to be read. Required. 
                </param>
      <param name="encoding">
        <see cref="T:System.Text.Encoding" />. Default is ASCII. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.OpenTextFileWriter(System.String,System.Boolean)">
      <summary>
                    Opens a <see cref="T:System.IO.StreamWriter" />.
                </summary>
      <returns>
        <see cref="T:System.IO.StreamWriter" />
      </returns>
      <param name="file">String. File to be written to. Required. 
                </param>
      <param name="append">Boolean. Specifies whether to append to or overwrite information in the file. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.OpenTextFileWriter(System.String,System.Boolean,System.Text.Encoding)">
      <summary>
                    Opens a <see cref="T:System.IO.StreamWriter" />.
                </summary>
      <returns>
        <see cref="T:System.IO.StreamWriter" />
      </returns>
      <param name="file">String. File to be written to. Required. 
                </param>
      <param name="append">Boolean. Specifies whether to append to or overwrite information in the file. Default is False. Required. 
                </param>
      <param name="encoding">
        <see cref="T:System.Text.Encoding" />. Encoding to be used in writing to the file. Default is ASCII. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.ReadAllBytes(System.String)">
      <summary>
                    Returns the contents of a file as a byte array.
                </summary>
      <returns>Byte array containing the contents of the file.
                </returns>
      <param name="file">String. File to be read. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.ReadAllText(System.String)">
      <summary>
                    Returns the contents of a text file as a String.
                </summary>
      <returns>String containing the contents of the file.
                </returns>
      <param name="file">String. Name and path of the file to read. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.ReadAllText(System.String,System.Text.Encoding)">
      <summary>
                    Returns the contents of a text file as a String.
                </summary>
      <returns>String containing the contents of the file.
                </returns>
      <param name="file">String. Name and path of the file to read. Required. 
                </param>
      <param name="encoding">
        <see cref="T:System.Text.Encoding" />. Character encoding to use in reading the file. Required. Default is UTF-8.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.RenameDirectory(System.String,System.String)">
      <summary>
                    Renames a directory.
                </summary>
      <param name="directory">String. Path and name of directory to be renamed. Required. 
                </param>
      <param name="newName">String. New name for directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.RenameFile(System.String,System.String)">
      <summary>
                    Renames a file.
                </summary>
      <param name="file">String. File to be renamed. Required. 
                </param>
      <param name="newName">String. New name of file. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.WriteAllBytes(System.String,System.Byte[],System.Boolean)">
      <summary>
                    Writes data to a binary file.
                </summary>
      <param name="file">String. Path and name of the file to be written to. Required. 
                </param>
      <param name="data">Byte. Data to be written to the file. Required. 
                </param>
      <param name="append">Boolean. Whether to append or overwrite data. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.WriteAllText(System.String,System.String,System.Boolean)">
      <summary>
                    Writes text to a file.
                </summary>
      <param name="file">String. File to be written to. Required. 
                </param>
      <param name="text">String. Text to be written to file. Required. 
                </param>
      <param name="append">Boolean. Whether to append text or overwrite existing text. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.FileSystem.WriteAllText(System.String,System.String,System.Boolean,System.Text.Encoding)">
      <summary>
                    Writes text to a file.
                </summary>
      <param name="file">String. File to be written to. Required. 
                </param>
      <param name="text">String. Text to be written to file. Required. 
                </param>
      <param name="append">Boolean. Whether to append text or overwrite existing text. Default is False. Required. 
                </param>
      <param name="encoding">
        <see cref="T:System.Text.Encoding" />. What encoding to use when writing to file. Required. Default is UTF-8.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.MalformedLineException">
      <summary>
                    The exception that is thrown when the <see cref="M:Microsoft.VisualBasic.FileIO.TextFieldParser.ReadFields" /> method cannot parse a row using the specified format.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.MalformedLineException.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.FileIO.MalformedLineException" /> class.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.MalformedLineException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.FileIO.MalformedLineException" /> class with serialized data.
                </summary>
      <param name="info">
                    The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception being thrown.
                </param>
      <param name="context">
                    The <see cref="T:System.Runtime.Serialization.StreamingContext" /> structure that contains contextual information about the source or destination.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.MalformedLineException.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.FileIO.MalformedLineException" /> class with a specified error message.
                </summary>
      <param name="message">
                    A message that describes the error.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.MalformedLineException.#ctor(System.String,System.Exception)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.FileIO.MalformedLineException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.
                </summary>
      <param name="message">
                    A <see cref="T:System.String" /> describing the error.
                </param>
      <param name="innerException">
                    The <see cref="T:System.Exception" /> object that is the cause of the current exception. If the <see cref="P:System.Exception.InnerException" /> parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.MalformedLineException.#ctor(System.String,System.Int64)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.FileIO.MalformedLineException" /> class with a specified error message and a line number.
                </summary>
      <param name="message">
                    The message for the exception.
                </param>
      <param name="lineNumber">
                    The line number of the malformed line.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.MalformedLineException.#ctor(System.String,System.Int64,System.Exception)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.FileIO.MalformedLineException" /> class with a specified error message, a line number, and a reference to the inner exception that is the cause of this exception.
                </summary>
      <param name="message">
                    The message for the exception.
                </param>
      <param name="lineNumber">
                    The line number of the malformed line.
                </param>
      <param name="innerException">
                    The <see cref="T:System.Exception" /> that is the cause of the current exception. If the <see cref="P:System.Exception.InnerException" /> parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.MalformedLineException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
                    Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with information about the exception.
                </summary>
      <param name="info">
                    The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception being thrown.
                </param>
      <param name="context">
                    The <see cref="T:System.Runtime.Serialization.StreamingContext" /> structure that contains contextual information about the source or destination.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence, SerializationFormatter" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.MalformedLineException.LineNumber">
      <summary>
                    Gets the line number of the malformed line.
                </summary>
      <returns>
                    The line number of the malformed line.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.MalformedLineException.ToString">
      <summary>
                    Creates and returns a string representation of the current exception. 
                </summary>
      <returns>
                    A string representation of the current exception.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.RecycleOption">
      <summary>
                    Specifies whether a file should be deleted permanently or placed in the Recycle Bin.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.RecycleOption.DeletePermanently">
      <summary>
                    Delete the file or directory permanently. Default.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.RecycleOption.SendToRecycleBin">
      <summary>
                    Send the file or directory to the Recycle Bin.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.SearchOption">
      <summary>
                    Specifies whether to search all or only top-level directories.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.SearchOption.SearchTopLevelOnly">
      <summary>
                    Search only the specified directory and exclude subdirectories.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.SearchOption.SearchAllSubDirectories">
      <summary>
                    Search the specified directory and all subdirectories within it. Default.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.SpecialDirectories">
      <summary>
                    Provides properties for accessing commonly referenced directories.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.SpecialDirectories.#ctor">
      <summary>
                    Returns an instance of the <see cref="P:Microsoft.VisualBasic.MyServices.FileSystemProxy.SpecialDirectories" /> class.
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.AllUsersApplicationData">
      <summary>
                    Gets a path name pointing to the application's data in the \Documents and Setting\All Users\ApplicationData directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.CurrentUserApplicationData">
      <summary>
                    Gets a path name pointing to the CurrentApplicationData directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.Desktop">
      <summary>
                    Gets a path name pointing to the Desktop directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.MyDocuments">
      <summary>
                    Gets a path name pointing to the MyDocuments directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.MyMusic">
      <summary>
                    Gets a path name pointing to the My Music directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.MyPictures">
      <summary>
                    Gets a path name pointing to the My Pictures directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.ProgramFiles">
      <summary>
                    Gets a path pointing to the Program Files directory.
                </summary>
      <returns>String.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.Programs">
      <summary>
                    Gets a path name pointing to the Programs directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.SpecialDirectories.Temp">
      <summary>
                    Gets a path name pointing to the Temp directory.
                </summary>
      <returns>String.</returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.TextFieldParser">
      <summary>
                    Provides methods and properties for parsing structured text files.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.#ctor(System.IO.Stream)">
      <summary>
                    Initializes a new instance of the TextFieldParser class.
                </summary>
      <param name="stream">
        <see cref="T:System.IO.Stream" />. The stream to be parsed.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.#ctor(System.IO.Stream,System.Text.Encoding)">
      <summary>
                    Initializes a new instance of the TextFieldParser class.
                </summary>
      <param name="stream">
        <see cref="T:System.IO.Stream" />. The stream to be parsed.
                </param>
      <param name="defaultEncoding">
        <see cref="T:System.Text.Encoding" />. The character encoding to use if encoding is not determined from file. Default is <see cref="P:System.Text.Encoding.UTF8" />.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)">
      <summary>
                    Initializes a new instance of the TextFieldParser class.
                </summary>
      <param name="stream">
        <see cref="T:System.IO.Stream" />. The stream to be parsed.
                </param>
      <param name="defaultEncoding">
        <see cref="T:System.Text.Encoding" />. The character encoding to use if encoding is not determined from file. Default is <see cref="P:System.Text.Encoding.UTF8" />.
                </param>
      <param name="detectEncoding">Boolean. Indicates whether to look for byte order marks at the beginning of the file. Default is True.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Boolean)">
      <summary>
                    Initializes a new instance of the TextFieldParser class.
                </summary>
      <param name="stream">
        <see cref="T:System.IO.Stream" />. The stream to be parsed.
                </param>
      <param name="defaultEncoding">
        <see cref="T:System.Text.Encoding" />. The character encoding to use if encoding is not determined from file. Default is <see cref="P:System.Text.Encoding.UTF8" />.
                </param>
      <param name="detectEncoding">Boolean. Indicates whether to look for byte order marks at the beginning of the file. Default is True.
                </param>
      <param name="leaveOpen">Boolean. Indicates whether to leave <paramref name="stream" /> open when the TextFieldParser object is closed. Default is False.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.#ctor(System.IO.TextReader)">
      <summary>
                    Initializes a new instance of the TextFieldParser class.
                </summary>
      <param name="reader">
        <see cref="T:System.IO.TextReader" />. The <see cref="T:System.IO.TextReader" /> stream to be parsed. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the TextFieldParser class.
                </summary>
      <param name="path">String. The complete path of the file to be parsed.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.#ctor(System.String,System.Text.Encoding)">
      <summary>
                    Initializes a new instance of the TextFieldParser class.
                </summary>
      <param name="path">String. The complete path of the file to be parsed.
                </param>
      <param name="defaultEncoding">
        <see cref="T:System.Text.Encoding" />. The character encoding to use if encoding is not determined from file. Default is <see cref="P:System.Text.Encoding.UTF8" />.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.#ctor(System.String,System.Text.Encoding,System.Boolean)">
      <summary>
                    Initializes a new instance of the TextFieldParser class.
                </summary>
      <param name="path">String. The complete path of the file to be parsed.
                </param>
      <param name="defaultEncoding">
        <see cref="T:System.Text.Encoding" />. The character encoding to use if encoding is not determined from file. Default is <see cref="P:System.Text.Encoding.UTF8" />.
                </param>
      <param name="detectEncoding">Boolean. Indicates whether to look for byte order marks at the beginning of the file. Default is True.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.Close">
      <summary>
                    Closes the current TextFieldParser object.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.CommentTokens">
      <summary>
                    Defines comment tokens. A comment token is a string that, when placed at the beginning of a line, indicates that the line is a comment and should be ignored by the parser.
                </summary>
      <returns>String ().
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.Delimiters">
      <summary>
                    Defines the delimiters for a text file. 
                </summary>
      <returns>String ().
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose">
      <summary>
                    Releases resources used by the <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" /> object.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose(System.Boolean)">
      <summary>
                    Releases resources used by the <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" /> object.
                </summary>
      <param name="disposing">
                    Boolean. True releases both managed and unmanaged resources; False releases only unmanaged resouces.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.EndOfData">
      <summary>
                    Returns True if there are no non-blank, non-comment lines between the current cursor position and the end of the file.
                </summary>
      <returns>Boolean.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.ErrorLine">
      <summary>
                    Returns the line that caused the most recent <see cref="T:Microsoft.VisualBasic.FileIO.MalformedLineException" /> exception.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.ErrorLineNumber">
      <summary>
                    Returns the number of the line that caused the most recent <see cref="T:Microsoft.VisualBasic.FileIO.MalformedLineException" /> exception.
                </summary>
      <returns>Long.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.FieldWidths">
      <summary>
                    Denotes the width of each column in the text file being parsed.
                </summary>
      <returns>Integer ().
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.Finalize">
      <summary>
                    Allows the <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" /> object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.HasFieldsEnclosedInQuotes">
      <summary>
                    Denotes whether fields are enclosed in quotation marks when parsing a delimited file.
                </summary>
      <returns>Boolean.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.LineNumber">
      <summary>
                    Returns the current line number, or returns -1 if no more characters are available in the stream.
                </summary>
      <returns>Integer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.PeekChars(System.Int32)">
      <summary>
                    Reads the specified number of characters without advancing the cursor.
                </summary>
      <returns>String.
                </returns>
      <param name="numberOfChars">Int32. Number of characters to read. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.ReadFields">
      <summary>
                    Reads all fields on the current line, returns them as an array of strings, and advances the cursor to the next line containing data.
                </summary>
      <returns>String ().
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.ReadLine">
      <summary>
                    Returns the current line as a string and advances the cursor to the next line.
                </summary>
      <returns>String</returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.ReadToEnd">
      <summary>
                    Reads the remainder of the text file and returns it as a string.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.SetDelimiters(System.String[])">
      <summary>
                    Sets the delimiters for the reader to the specified values, and sets the field type to Delimited.
                </summary>
      <param name="delimiters">
                    Array of type String. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.FileIO.TextFieldParser.SetFieldWidths(System.Int32[])">
      <summary>
                    Sets the delimiters for the reader to the specified values.
                </summary>
      <param name="fieldWidths">
                    Array of Integer. 
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.TextFieldType">
      <summary>
                    Indicates whether the file to be parsed is delimited or fixed-width.
                </summary>
      <returns>
        <see cref="P:Microsoft.VisualBasic.FileIO.TextFieldParser.TextFieldType" />.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.FileIO.TextFieldParser.TrimWhiteSpace">
      <summary>
                    Indicates whether leading and trailing white space should be trimmed from field values.
                </summary>
      <returns>Boolean.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.UICancelOption">
      <summary>
                    Specifies whether an exception is thrown if the user clicks Cancel during an operation.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.UICancelOption.DoNothing">
      <summary>
                    Do nothing when the user clicks Cancel.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException">
      <summary>
                    Throw an exception when the user clicks Cancel.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.FileIO.UIOption">
      <summary>
                    Specifies which dialog boxes to show when copying, deleting, or moving files or directories.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.UIOption.OnlyErrorDialogs">
      <summary>
                    Only show error dialog boxes and hide progress dialog boxes. Default.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.FileIO.UIOption.AllDialogs">
      <summary>
                    Show progress dialog box and any error dialog boxes.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.Logging.AspLog">
      <summary>
                    Provides a property and methods for writing event and exception information to the application's log listeners.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.AspLog.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Logging.AspLog" /> class. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.AspLog.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Logging.AspLog" /> class. 
                </summary>
      <param name="name">
        <see cref="T:System.String" />. The name to give to the <see cref="P:Microsoft.VisualBasic.Logging.Log.TraceSource" /> property object.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.AspLog.InitializeWithDefaultsSinceNoConfigExists">
      <summary>
                    Creates a new <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> and adds it to the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.Logging.DiskSpaceExhaustedOption">
      <summary>
                    Determines what to do when the <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> object attempts to write to a log and there is less free disk space available than specified by the <see cref="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.ReserveDiskSpace" /> property.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.DiskSpaceExhaustedOption.ThrowException">
      <summary>
                    Throw an exception.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.DiskSpaceExhaustedOption.DiscardMessages">
      <summary>
                    Discard log messages.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.Logging.FileLogTraceListener">
      <summary>
                    Provides a simple listener that directs logging output to file.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> class with the default name.
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> class with the supplied name.
                </summary>
      <param name="name">String. The name of the instance object.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.Append">
      <summary>
                    Determines whether to append the output to the current file or write it to a new file.
                </summary>
      <returns>Boolean, with True indicating that the output is appended to the current file, and False indicating that output is written to a new file. The default setting for this property is True.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.AutoFlush">
      <summary>
                    Indicates whether or not the writing to the log file stream flushes the buffer.
                </summary>
      <returns>Boolean, with True indicating that the stream is flushed after every write; otherwise the log entries are buffered and written more efficiently. The default setting for this property is False.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.BaseFileName">
      <summary>
                    Gets or sets the base name for the log files, which is used to create the full log-file name.
                </summary>
      <returns>String. The base name for the log files. The default is the application's product name.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.Close">
      <summary>
                    Closes the underlying stream for the current log file and releases any resources associated with the current stream.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.CustomLocation">
      <summary>
                    Gets or sets the log file directory when the <see cref="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.Location" /> property is set to <see cref="F:Microsoft.VisualBasic.Logging.LogFileLocation.Custom" />.
                </summary>
      <returns>String, which is the name of the log-file directory. The default setting for this property is the user's directory for application data.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.Delimiter">
      <summary>
                    Gets or sets the delimiter used to delimit fields within a log message.
                </summary>
      <returns>String, which is the delimiter used for fields within a log message. The default setting for this property is the TAB character.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.DiskSpaceExhaustedBehavior">
      <summary>
                    Determines what to do when writing to the log file and there is less free disk space available than specified by the <see cref="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.ReserveDiskSpace" /> property.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.Logging.DiskSpaceExhaustedOption" />. Determines what to do when attempting to write to the log file and there is less free disk space available than specified by the <see cref="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.ReserveDiskSpace" /> property, or if the log file size is greater than what the <see cref="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.MaxFileSize" /> property allows. The default value is <see cref="F:Microsoft.VisualBasic.Logging.DiskSpaceExhaustedOption.DiscardMessages" />.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.Dispose(System.Boolean)">
      <summary>
                    Closes the underlying stream and optionally releases the managed resources.
                </summary>
      <param name="disposing">True releases both managed and unmanaged resources; False releases only unmanaged resources. 
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.Encoding">
      <summary>
                    Gets or sets the encoding to use when creating a new log file.
                </summary>
      <returns>
        <see cref="T:System.Text.Encoding" />, which is the encoding to use when creating a new log file. The default value of this property is <see cref="T:System.Text.UTF8Encoding" />.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.Flush">
      <summary>
                    Flushes the underlying stream that writes to the current log file.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.FullLogFileName">
      <summary>
                    Gets the current full log-file name.
                </summary>
      <returns>String, which is the current full log-file name.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.GetSupportedAttributes">
      <summary>
                    Gets the custom XML configuration attributes supported by the trace listener.
                </summary>
      <returns>String array containing the XML configuration attributes recognized by this listener.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.IncludeHostName">
      <summary>
                    Indicates whether or not the host name of the logging machine should be included in the output.
                </summary>
      <returns>Boolean. Use True if the host identifier should be included; otherwise use False. The default value is False.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.Location">
      <summary>
                    Gets or sets location for the log files.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.Logging.LogFileLocation" />, which is the location for the log file. The default value is <see cref="F:Microsoft.VisualBasic.Logging.LogFileLocation.LocalUserApplicationDirectory" />.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.LogFileCreationSchedule">
      <summary>
                    Determines which date to include in the names of the log files.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption" />. This indicates which date to include in the log-file names. The default value is <see cref="F:Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption.None" />.
                </returns>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.MaxFileSize">
      <summary>
                    Gets or sets the maximum allowed size of the log file, in bytes.
                </summary>
      <returns>Long. This is the maximum allowed log-file size, in bytes. The default value is 5000000.
                </returns>
      <exception cref="T:System.ArgumentException">
                    When this property is set to a value less than 1000.
                </exception>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.ReserveDiskSpace">
      <summary>
                    Gets or sets the amount of free disk space, in bytes, necessary before messages can be written to the log file.
                </summary>
      <returns>Long. This is the amount of free disk space necessary. The default value is 10000000.
                </returns>
      <exception cref="T:System.ArgumentException">
                    When this property is set to a value less than 0.
                </exception>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
      <summary>
                    Writes trace information, a data object, and event information to the output file or stream.
                </summary>
      <param name="eventCache">
                    A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.
                </param>
      <param name="source">
                    A name of the trace source that invoked this method. 
                </param>
      <param name="eventType">
                    One of the <see cref="T:System.Diagnostics.TraceEventType" /> enumeration values.
                </param>
      <param name="id">
                    A numeric identifier for the event.
                </param>
      <param name="data">
                    The trace data to emit.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
      <summary>
                    Writes trace information, an array of data objects, and event information to the output file or stream.
                </summary>
      <param name="eventCache">
                    A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.
                </param>
      <param name="source">
                    The name of the trace source that invoked this method. 
                </param>
      <param name="eventType">
                    One of the <see cref="T:System.Diagnostics.TraceEventType" /> enumeration values.
                </param>
      <param name="id">
                    A numeric identifier for the event.
                </param>
      <param name="data">
                    An array of objects to emit as data.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
      <summary>
                    Writes trace information, a message and event information to the output file or stream.
                </summary>
      <param name="eventCache">
                    A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.
                </param>
      <param name="source">
                    A name of the trace source that invoked this method. 
                </param>
      <param name="eventType">
                    One of the <see cref="T:System.Diagnostics.TraceEventType" /> enumeration values.
                </param>
      <param name="id">
                    A numeric identifier for the event.
                </param>
      <param name="message">
                    A message to write.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
      <summary>
                    Writes trace information, a formatted array of objects, and event information to the output file or stream.
                </summary>
      <param name="eventCache">
                    A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.
                </param>
      <param name="source">
                    A name of the trace source that invoked this method. 
                </param>
      <param name="eventType">
                    One of the <see cref="T:System.Diagnostics.TraceEventType" /> enumeration values.
                </param>
      <param name="id">
                    A numeric identifier for the event.
                </param>
      <param name="format">
                    A format string that contains zero or more format items, which correspond to objects in the <paramref name="args" /> array.
                </param>
      <param name="args">
                    An Object array containing zero or more objects to format.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.Write(System.String)">
      <summary>
                    Writes a verbatim message to disk, without any additional context information.
                </summary>
      <param name="message">String. The custom message to write.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.FileLogTraceListener.WriteLine(System.String)">
      <summary>
                    Writes a verbatim message to disk, followed by the current line terminator, without any additional context information.
                </summary>
      <param name="message">String. The custom message to write.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.Logging.Log">
      <summary>
                    Provides a property and methods for writing event and exception information to the application's log listeners.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.#ctor">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Logging.Log" /> class. 
                </summary>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Logging.Log" /> class. 
                </summary>
      <param name="name">
        <see cref="T:System.String" />. The name to give to the <see cref="P:Microsoft.VisualBasic.Logging.Log.TraceSource" /> property object.
                </param>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.Log.DefaultFileLogWriter">
      <summary>
                    Gets the file the <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> object that underlies the Log object. 
                </summary>
      <returns>
                    Returns the <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> object that underlies the Log object.
                </returns>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.InitializeWithDefaultsSinceNoConfigExists">
      <summary>
                    Creates a new <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> object and adds it to the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection.
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.Logging.Log.TraceSource">
      <summary>
                    Gets to the <see cref="T:System.Diagnostics.TraceSource" /> object that underlies the Log object.
                </summary>
      <returns>
                    Returns the <see cref="T:System.Diagnostics.TraceSource" /> object that underlies the Log object.
                </returns>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.WriteEntry(System.String)">
      <summary>
                    Writes a message to the application's log listeners.
                </summary>
      <param name="message">
                    Required. The message to log. If <paramref name="message" /> is Nothing, an empty string is used.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.WriteEntry(System.String,System.Diagnostics.TraceEventType)">
      <summary>
                    Writes a message to the application's log listeners.
                </summary>
      <param name="message">
                    Required. The message to log. If <paramref name="message" /> is Nothing, an empty string is used.
                </param>
      <param name="severity">
                    The type of message. By default, TraceEventType.Information.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.WriteEntry(System.String,System.Diagnostics.TraceEventType,System.Int32)">
      <summary>
                    Writes a message to the application's log listeners.
                </summary>
      <param name="message">
                    Required. The message to log. If <paramref name="message" /> is Nothing, an empty string is used.
                </param>
      <param name="severity">
                    The type of message. By default, TraceEventType.Information.
                </param>
      <param name="id">
                    Message identifier, typically used for correlation. By default, related to <paramref name="entryType" /> as described in the table.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.WriteException(System.Exception)">
      <summary>
                    Writes exception information to the application's log listeners.
                </summary>
      <param name="ex">
                    Required. Exception to log.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.WriteException(System.Exception,System.Diagnostics.TraceEventType,System.String)">
      <summary>
                    Writes exception information to the application's log listeners.
                </summary>
      <param name="ex">
                    Required. Exception to log.
                </param>
      <param name="severity">
                    The type of message. By default, <see cref="F:System.Diagnostics.TraceEventType.Error" />.
                </param>
      <param name="additionalInfo">
                    String to append to the message. By default, this is an empty string.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.Logging.Log.WriteException(System.Exception,System.Diagnostics.TraceEventType,System.String,System.Int32)">
      <summary>
                    Writes exception information to the application's log listeners.
                </summary>
      <param name="ex">
                    Required. Exception to log.
                </param>
      <param name="severity">
                    The type of message. By default, <see cref="F:System.Diagnostics.TraceEventType.Error" />.
                </param>
      <param name="additionalInfo">
                    String to append to the message. By default, this is an empty string.
                </param>
      <param name="id">
                    Message identifier, typically used for correlation. By default, related to <paramref name="entryType" /> as described in the table in the Remarks section.
                </param>
    </member>
    <member name="T:Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption">
      <summary>
                    Determines which date to include in the names of the <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> class log files.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption.None">
      <summary>
                    Do not include the date in the log file name.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption.Daily">
      <summary>
                    Include the current date in the log file name.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption.Weekly">
      <summary>
                    Include the first day of the current week in the log file name.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.Logging.LogFileLocation">
      <summary>
                    Determines which predefined path the <see cref="T:Microsoft.VisualBasic.Logging.FileLogTraceListener" /> class uses to write its log files.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.LogFileLocation.TempDirectory">
      <summary>
                    Use the path of the current system's temporary folder.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.LogFileLocation.LocalUserApplicationDirectory">
      <summary>
                    Use the path for a user's application data.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.LogFileLocation.CommonApplicationDirectory">
      <summary>
                    Use the path for the application data that is shared among all users.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.LogFileLocation.ExecutableDirectory">
      <summary>
                    Use the path for the executable file that started the application.
                </summary>
    </member>
    <member name="F:Microsoft.VisualBasic.Logging.LogFileLocation.Custom">
      <summary>
                    If the string specified by <see cref="P:Microsoft.VisualBasic.Logging.FileLogTraceListener.CustomLocation" /> is not empty, then use it as the path. Otherwise, use the path for a user's application data.
                </summary>
    </member>
    <member name="T:Microsoft.VisualBasic.MyServices.ClipboardProxy">
      <summary>
                    Provides methods for manipulating the Clipboard.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.Clear">
      <summary>
                    Clears the Clipboard.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.ContainsAudio">
      <summary>
                    Indicates whether the Clipboard contains audio data.
                </summary>
      <returns>True if audio data is stored on the Clipboard; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.ContainsData(System.String)">
      <summary>
                    Indicates whether the Clipboard contains data in the specified custom format.
                </summary>
      <returns>True if data in the specified custom format is stored on the Clipboard; otherwise False.
                </returns>
      <param name="format">String. Name of the custom format to be checked. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.ContainsFileDropList">
      <summary>
                    Returns a Boolean indicating whether the Clipboard contains a file drop list.
                </summary>
      <returns>True if a file drop list is stored on the Clipboard; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.ContainsImage">
      <summary>
                    Returns a Boolean indicating whether an image is stored on the Clipboard.
                </summary>
      <returns>True if an image is stored on the Clipboard; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.ContainsText">
      <summary>
                    Determines if there is text on the Clipboard.
                </summary>
      <returns>True if the Clipboard contains text; otherwise False.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.ContainsText(System.Windows.Forms.TextDataFormat)">
      <summary>
                    Determines if there is text on the Clipboard.
                </summary>
      <returns>True if the Clipboard contains text; otherwise False.
                </returns>
      <param name="format">
        <see cref="T:System.Windows.Forms.TextDataFormat" />. If specified, identifies what text format to be checked for. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.GetAudioStream">
      <summary>
                    Retrieves an audio stream from the Clipboard.
                </summary>
      <returns>
        <see cref="T:System.IO.Stream" />
      </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.GetData(System.String)">
      <summary>
                    Retrieves data in a custom format from the Clipboard.
                </summary>
      <returns>
                    Object.
                </returns>
      <param name="format">String. Name of the data format. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.GetDataObject">
      <summary>
                    Retrieves data from the Clipboard as an <see cref="T:System.Windows.Forms.IDataObject" />.
                </summary>
      <returns>
        <see cref="T:System.Windows.Forms.IDataObject" />
      </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.GetFileDropList">
      <summary>
                    Retrieves a collection of strings representing file names from the Clipboard.
                </summary>
      <returns>
        <see cref="T:System.Collections.Specialized.StringCollection" />
      </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.GetImage">
      <summary>
                    Retrieves an image from the Clipboard.
                </summary>
      <returns>
        <see cref="T:System.Drawing.Image" />
      </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.GetText">
      <summary>
                    Retrieves text from the Clipboard.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.GetText(System.Windows.Forms.TextDataFormat)">
      <summary>
                    Retrieves text from the Clipboard.
                </summary>
      <returns>String.
                </returns>
      <param name="format">
        <see cref="T:System.Windows.Forms.TextDataFormat" />. If specified, identifies what text format should be retrieved. Default is <see cref="F:System.Windows.Forms.TextDataFormat.CommaSeparatedValue" />. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.SetAudio(System.Byte[])">
      <summary>
                    Writes audio data to the Clipboard.
                </summary>
      <param name="audioBytes">Byte array. Audio data to be written to the Clipboard. Required. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.SetAudio(System.IO.Stream)">
      <summary>
                    Writes audio data to the Clipboard.
                </summary>
      <param name="audioStream">
        <see cref="T:System.IO.Stream" /> Audio data to be written to the clipboard. Required. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.SetData(System.String,System.Object)">
      <summary>
                    Writes data in a custom format to the Clipboard.
                </summary>
      <param name="format">String. Format of data. Required. 
                </param>
      <param name="data">Object. Data object to be written to the Clipboard. Required. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.SetDataObject(System.Windows.Forms.DataObject)">
      <summary>
                    Writes a <see cref="T:System.Windows.Forms.DataObject" /> to the Clipboard.
                </summary>
      <param name="data">
        <see cref="T:System.Windows.Forms.DataObject" />. Data object to be written to the Clipboard. Required. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.SetFileDropList(System.Collections.Specialized.StringCollection)">
      <summary>
                    Writes a collection of strings representing file paths to the Clipboard.
                </summary>
      <param name="filePaths">
        <see cref="T:System.Collections.Specialized.StringCollection" />. List of file names. Required. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.SetImage(System.Drawing.Image)">
      <summary>
                    Writes an image to the Clipboard.
                </summary>
      <param name="image">
        <see cref="T:System.Drawing.Image" />. Image to be written. Required. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.SetText(System.String)">
      <summary>
                    Writes text to the Clipboard.
                </summary>
      <param name="text">String. Text to be written. Required. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.ClipboardProxy.SetText(System.String,System.Windows.Forms.TextDataFormat)">
      <summary>
                    Writes text to the Clipboard.
                </summary>
      <param name="text">String. Text to be written. Required. 
                </param>
      <param name="format">
        <see cref="T:System.Windows.Forms.TextDataFormat" />. Format to be used when writing text. Default is <see cref="F:System.Windows.Forms.TextDataFormat.UnicodeText" />. Required. 
                </param>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.MyServices.FileSystemProxy">
      <summary>
                    Provides properties and methods for working with drives, files, and directories.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CombinePath(System.String,System.String)">
      <summary>
                    Combines two paths and returns a properly formatted path.
                </summary>
      <returns>String.
                </returns>
      <param name="baseDirectory">String. First path to be combined. Required. 
                </param>
      <param name="relativePath">String. Second path to be combined. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyDirectory(System.String,System.String)">
      <summary>
                    Copies a directory to another directory.
                </summary>
      <param name="sourceDirectoryName">String. The directory to be copied. Required.
                </param>
      <param name="destinationDirectoryName">String. The location to which the directory should be copied. Required.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyDirectory(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption)">
      <summary>
                    Copies a directory to another directory.
                </summary>
      <param name="sourceDirectoryName">String. The directory to be copied. Required.
                </param>
      <param name="destinationDirectoryName">String. The location to which the directory should be copied. Required.
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyDirectory(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Copies a directory to another directory.
                </summary>
      <param name="sourceDirectoryName">String. The directory to be copied. Required.
                </param>
      <param name="destinationDirectoryName">String. The location to which the directory should be copied. Required.
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required.
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Specifies what should be done if the user clicks Cancel during the operation. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyDirectory(System.String,System.String,System.Boolean)">
      <summary>
                    Copies a directory to another directory.
                </summary>
      <param name="sourceDirectoryName">String. The directory to be copied. Required.
                </param>
      <param name="destinationDirectoryName">String. The location to which the directory should be copied. Required.
                </param>
      <param name="overwrite">Boolean. Whether or not existing files should be overwritten. Default is False. Required.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyFile(System.String,System.String)">
      <summary>
                    Copies a file to a new location.
                </summary>
      <param name="sourceFileName">String. The file to be copied. Required. 
                </param>
      <param name="destinationFileName">String. The location to which the file should be copied. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyFile(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption)">
      <summary>
                    Copies a file to a new location.
                </summary>
      <param name="sourceFileName">String. The file to be copied. Required. 
                </param>
      <param name="destinationFileName">String. The location to which the file should be copied. Required. 
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyFile(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Copies a file to a new location.
                </summary>
      <param name="sourceFileName">String. The file to be copied. Required. 
                </param>
      <param name="destinationFileName">String. The location to which the file should be copied. Required. 
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required.
                </param>
      <param name="onUserCancel">
        <see cref="T:Microsoft.VisualBasic.FileIO.UICancelOption" />. Specifies what should be done if the user clicks Cancel during the operation. Default is <see cref="F:Microsoft.VisualBasic.FileIO.UICancelOption.ThrowException" />. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyFile(System.String,System.String,System.Boolean)">
      <summary>
                    Copies a file to a new location.
                </summary>
      <param name="sourceFileName">String. The file to be copied. Required. 
                </param>
      <param name="destinationFileName">String. The location to which the file should be copied. Required. 
                </param>
      <param name="overwrite">Boolean. Whether existing files should be overwritten. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.CreateDirectory(System.String)">
      <summary>
                    Creates a directory.
                </summary>
      <param name="directory">String. Name and location of the directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.FileSystemProxy.CurrentDirectory">
      <summary>
                    Gets or sets the current directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.DeleteDirectory(System.String,Microsoft.VisualBasic.FileIO.DeleteDirectoryOption)">
      <summary>
                    Deletes a directory.
                </summary>
      <param name="directory">String. Directory to be deleted. Required. 
                </param>
      <param name="onDirectoryNotEmpty">DeleteDirectoryOption Enumeration. Specifies what should be done when a directory that is to be deleted contains files or directories. Default is DeleteDirectoryOption.DeleteAllContents.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.DeleteDirectory(System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.RecycleOption)">
      <summary>
                    Deletes a directory.
                </summary>
      <param name="directory">String. Directory to be deleted. Required. 
                </param>
      <param name="showUI">UIOption Enumeration. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="recycle">RecycleOption Enumeration. Specifies whether or not the deleted file should be sent to the Recycle Bin. Default is RecycleOption.DeletePermanently. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.DeleteDirectory(System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.RecycleOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Deletes a directory.
                </summary>
      <param name="directory">String. Directory to be deleted. Required. 
                </param>
      <param name="showUI">UIOption Enumeration. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="recycle">RecycleOption Enumeration. Specifies whether or not the deleted file should be sent to the Recycle Bin. Default is RecycleOption.DeletePermanently. 
                </param>
      <param name="onUserCancel">UICancelOption Enumeration. Specifies whether to throw an exception if the user clicks Cancel. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.DeleteFile(System.String)">
      <summary>
                    Deletes a file.
                </summary>
      <param name="file">String. Name and path of the file to be deleted. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.DeleteFile(System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.RecycleOption)">
      <summary>
                    Deletes a file.
                </summary>
      <param name="file">String. Name and path of the file to be deleted. Required. 
                </param>
      <param name="showUI">UIOption. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="recycle">RecycleOption. Whether or not the deleted file should be sent to the Recycle Bin. Default is RecycleOption.DeletePermanently. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.DeleteFile(System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.RecycleOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Deletes a file.
                </summary>
      <param name="file">String. Name and path of the file to be deleted. Required. 
                </param>
      <param name="showUI">UIOption. Whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="recycle">RecycleOption. Whether or not the deleted file should be sent to the Recycle Bin. Default is RecycleOption.DeletePermanently. Required. 
                </param>
      <param name="onUserCancel">UICancelOption. Specifies whether or not an exception is thrown when the user cancels the operation. Default is UICancelOption.ThrowException. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.DirectoryExists(System.String)">
      <summary>
                    Returns a Boolean indicating whether the specified directory exists.
                </summary>
      <returns>True if the directory exists; otherwise False.
                </returns>
      <param name="directory">String. Path of the directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.FileSystemProxy.Drives">
      <summary>
                    Returns a read-only collection of all available drive names.
                </summary>
      <returns>System.Collections.ObjectModel.ReadOnlyCollection (of System.IO.DriveInfo)
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.FileExists(System.String)">
      <summary>
                    Returns a Boolean indicating whether the specified file exists.
                </summary>
      <returns>
                    Returns True if the file exists; otherwise this method returns False.
                </returns>
      <param name="file">String. Name and path of the file. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.FindInFiles(System.String,System.String,System.Boolean,Microsoft.VisualBasic.FileIO.SearchOption)">
      <summary>
                    Returns a read-only collection of strings representing the names of files containing the specified text.
                </summary>
      <returns>
                    Read-only collection of type String.
                </returns>
      <param name="directory">String. The directory to be searched. Required.
                </param>
      <param name="containsText">String. The search text. Required.
                </param>
      <param name="ignoreCase">Boolean. Whether the search should be case-sensitive or not. Default is True. Required.
                </param>
      <param name="searchType">SearchOption Enumeration. Whether to include subfolders. Default is SearchOption.SearchTopLevelOnly. Required. 
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.FindInFiles(System.String,System.String,System.Boolean,Microsoft.VisualBasic.FileIO.SearchOption,System.String[])">
      <summary>
                    Returns a read-only collection of strings representing the names of files containing the specified text.
                </summary>
      <returns>
                    Read-only collection of type String.
                </returns>
      <param name="directory">String. The directory to be searched. Required.
                </param>
      <param name="containsText">String. The search text. Required.
                </param>
      <param name="ignoreCase">Boolean. Whether the search should be case-sensitive or not. Default is True. Required.
                </param>
      <param name="searchType">SearchOption Enumeration. Whether to include subfolders. Default is SearchOption.SearchTopLevelOnly. Required. 
                </param>
      <param name="fileWildcards">
                    Array of type String. Pattern to be matched. Required.
                </param>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetDirectories(System.String)">
      <summary>
                    Returns a collection of strings representing the path names of subdirectories within a directory.
                </summary>
      <returns>
                    Read-only collection of String.
                </returns>
      <param name="directory">String. Name and path of directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetDirectories(System.String,Microsoft.VisualBasic.FileIO.SearchOption,System.String[])">
      <summary>
                    Returns a collection of strings representing the path names of subdirectories within a directory.
                </summary>
      <returns>
                    Read-only collection of String.
                </returns>
      <param name="directory">String. Name and path of directory. Required. 
                </param>
      <param name="searchType">SearchOption Enumeration. Whether to include subfolders. Default is SearchOption.SearchTopLevelOnly. Required. 
                </param>
      <param name="wildcards">String. Pattern to match names. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetDirectoryInfo(System.String)">
      <summary>
                    Returns a <see cref="T:System.IO.DirectoryInfo" /> object for the specified path.
                </summary>
      <returns>
        <see cref="T:System.IO.DirectoryInfo" />
      </returns>
      <param name="directory">String. Path of directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetDriveInfo(System.String)">
      <summary>
                    Returns a <see cref="T:System.IO.DriveInfo" /> object for the specified drive.
                </summary>
      <returns>
        <see cref="T:System.IO.DriveInfo" />
      </returns>
      <param name="drive">String. Drive to be examined. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetFileInfo(System.String)">
      <summary>
                    Returns a <see cref="T:System.IO.FileInfo" /> object for the specified file.
                </summary>
      <returns>
        <see cref="T:System.IO.FileInfo" />
      </returns>
      <param name="file">String. Name and path of the file. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetFiles(System.String)">
      <summary>
                    Returns a read-only collection of strings representing the names of files within a directory.
                </summary>
      <returns>
                    Read-only collection of strings.
                </returns>
      <param name="directory">String. Directory to be searched. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetFiles(System.String,Microsoft.VisualBasic.FileIO.SearchOption,System.String[])">
      <summary>
                    Returns a read-only collection of strings representing the names of files within a directory.
                </summary>
      <returns>
                    Read-only collection of strings.
                </returns>
      <param name="directory">String. Directory to be searched. Required. 
                </param>
      <param name="searchType">SearchOption Enumeration. Whether to include subfolders. Default is SearchOption.SearchTopLevelOnly. Required. 
                </param>
      <param name="wildcards">String. Pattern to be matched. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetName(System.String)">
      <summary>
                    Parses the file name out of the path provided.
                </summary>
      <returns>String.
                </returns>
      <param name="path">
                    Required. Path to be parsed. String.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetParentPath(System.String)">
      <summary>
                    Returns the parent path of the provided path.
                </summary>
      <returns>String.
                </returns>
      <param name="path">String. Path to be examined. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.GetTempFileName">
      <summary>
                    Creates a uniquely named zero-byte temporary file on disk and returns the full path of that file.
                </summary>
      <returns>String containing the full path of the temporary file.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.MoveDirectory(System.String,System.String)">
      <summary>
                    Moves a directory from one location to another.
                </summary>
      <param name="sourceDirectoryName">String. Path of the directory to be moved. Required. 
                </param>
      <param name="destinationDirectoryName">String. Path of the directory to which the source directory is being moved. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.MoveDirectory(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption)">
      <summary>
                    Moves a directory from one location to another.
                </summary>
      <param name="sourceDirectoryName">String. Path of the directory to be moved. Required. 
                </param>
      <param name="destinationDirectoryName">String. Path of the directory to which the source directory is being moved. Required. 
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.MoveDirectory(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Moves a directory from one location to another.
                </summary>
      <param name="sourceDirectoryName">String. Path of the directory to be moved. Required. 
                </param>
      <param name="destinationDirectoryName">String. Path of the directory to which the source directory is being moved. Required. 
                </param>
      <param name="showUI">
        <see cref="T:Microsoft.VisualBasic.FileIO.UIOption" />. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="onUserCancel">UICancelOption Enumeration. Specifies whether or not an exception is thrown when the user cancels the operation. Default is UICancelOption.ThrowException. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.MoveDirectory(System.String,System.String,System.Boolean)">
      <summary>
                    Moves a directory from one location to another.
                </summary>
      <param name="sourceDirectoryName">String. Path of the directory to be moved. Required. 
                </param>
      <param name="destinationDirectoryName">String. Path of the directory to which the source directory is being moved. Required. 
                </param>
      <param name="overwrite">Boolean. Specifies whether existing directories should be overwritten. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.MoveFile(System.String,System.String)">
      <summary>
                    Moves a file to a new location.
                </summary>
      <param name="sourceFileName">String. Path of the file to be moved. Required. 
                </param>
      <param name="destinationFileName">String. Path of the directory into which the file should be moved. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.MoveFile(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption)">
      <summary>
                    Moves a file to a new location.
                </summary>
      <param name="sourceFileName">String. Path of the file to be moved. Required. 
                </param>
      <param name="destinationFileName">String. Path of the directory into which the file should be moved. Required. 
                </param>
      <param name="showUI">UIOption Enumeration. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.MoveFile(System.String,System.String,Microsoft.VisualBasic.FileIO.UIOption,Microsoft.VisualBasic.FileIO.UICancelOption)">
      <summary>
                    Moves a file to a new location.
                </summary>
      <param name="sourceFileName">String. Path of the file to be moved. Required. 
                </param>
      <param name="destinationFileName">String. Path of the directory into which the file should be moved. Required. 
                </param>
      <param name="showUI">UIOption Enumeration. Specifies whether to visually track the operation's progress. Default is UIOption.OnlyErrorDialogs. Required. 
                </param>
      <param name="onUserCancel">UICancelOption Enumeration. Specifies whether or not an exception is thrown when the user cancels the operation. Default is UICancelOption.ThrowException. Required. 
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.MoveFile(System.String,System.String,System.Boolean)">
      <summary>
                    Moves a file to a new location.
                </summary>
      <param name="sourceFileName">String. Path of the file to be moved. Required. 
                </param>
      <param name="destinationFileName">String. Path of the directory into which the file should be moved. Required. 
                </param>
      <param name="overwrite">Boolean. Specifies whether to overwrite existing files. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Window="SafeSubWindows" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.OpenTextFieldParser(System.String)">
      <summary>
                    The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" />
      </returns>
      <param name="file">String. The file to be opened with the TextFieldParser. Required.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.OpenTextFieldParser(System.String,System.Int32[])">
      <summary>
                    The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" />
      </returns>
      <param name="file">String. The file to be opened with the TextFieldParser. Required.
                </param>
      <param name="fieldWidths">Integer(). Widths of the fields. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.OpenTextFieldParser(System.String,System.String[])">
      <summary>
                    The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.
                </summary>
      <returns>
        <see cref="T:Microsoft.VisualBasic.FileIO.TextFieldParser" />
      </returns>
      <param name="file">String. The file to be opened with the TextFieldParser. Required.
                </param>
      <param name="delimiters">String(). Delimiters for the fields. Required.
                </param>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.OpenTextFileReader(System.String)">
      <summary>
                    Opens a <see cref="T:System.IO.StreamReader" />.
                </summary>
      <returns>
        <see cref="T:System.IO.StreamReader" />
      </returns>
      <param name="file">String. File to be read. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.OpenTextFileReader(System.String,System.Text.Encoding)">
      <summary>
                    Opens a <see cref="T:System.IO.StreamReader" />.
                </summary>
      <returns>
        <see cref="T:System.IO.StreamReader" />
      </returns>
      <param name="file">String. File to be read. Required. 
                </param>
      <param name="encoding">
        <see cref="T:System.Text.Encoding" />. Default is ASCII. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.OpenTextFileWriter(System.String,System.Boolean)">
      <summary>
                    Opens a <see cref="T:System.IO.StreamWriter" />.
                </summary>
      <returns>
        <see cref="T:System.IO.StreamWriter" />
      </returns>
      <param name="file">String. File to be written to. Required. 
                </param>
      <param name="append">Boolean. Specifies whether to append to or overwrite information in the file. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.OpenTextFileWriter(System.String,System.Boolean,System.Text.Encoding)">
      <summary>
                    Opens a <see cref="T:System.IO.StreamWriter" />.
                </summary>
      <returns>
        <see cref="T:System.IO.StreamWriter" />
      </returns>
      <param name="file">String. File to be written to. Required. 
                </param>
      <param name="append">Boolean. Specifies whether to append to or overwrite information in the file. Default is False. Required. 
                </param>
      <param name="encoding">
        <see cref="T:System.Text.Encoding" />. Encoding to be used in writing to the file. Default is ASCII. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.ReadAllBytes(System.String)">
      <summary>
                    Returns the contents of a file as a byte array.
                </summary>
      <returns>Byte array containing the contents of the file.
                </returns>
      <param name="file">String. File to be read. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.ReadAllText(System.String)">
      <summary>
                    Returns the contents of a text file as a String.
                </summary>
      <returns>String containing the contents of the file.
                </returns>
      <param name="file">String. Name and path of the file to read. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.ReadAllText(System.String,System.Text.Encoding)">
      <summary>
                    Returns the contents of a text file as a String.
                </summary>
      <returns>String containing the contents of the file.
                </returns>
      <param name="file">String. Name and path of the file to read. Required. 
                </param>
      <param name="encoding">
        <see cref="T:System.Text.Encoding" />. Character encoding to use in reading the file. Required. Default is UTF-8.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.RenameDirectory(System.String,System.String)">
      <summary>
                    Renames a directory.
                </summary>
      <param name="directory">String. Path and name of directory to be renamed. Required. 
                </param>
      <param name="newName">String. New name for directory. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.RenameFile(System.String,System.String)">
      <summary>
                    Renames a file.
                </summary>
      <param name="file">String. File to be renamed. Required. 
                </param>
      <param name="newName">String. New name of file. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.FileSystemProxy.SpecialDirectories">
      <summary>
                    Gets an object that provides properties for accessing commonly referenced directories.
                </summary>
      <returns>
                    This property returns the My.Computer.FileSystem.SpecialDirectories Object for the computer.
                </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.WriteAllBytes(System.String,System.Byte[],System.Boolean)">
      <summary>
                    Writes data to a binary file.
                </summary>
      <param name="file">String. Path and name of the file to be written to. Required. 
                </param>
      <param name="data">Byte. Data to be written to the file. Required. 
                </param>
      <param name="append">Boolean. Whether to append or overwrite data. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.WriteAllText(System.String,System.String,System.Boolean)">
      <summary>
                    Writes text to a file.
                </summary>
      <param name="file">String. File to be written to. Required. 
                </param>
      <param name="text">String. Text to be written to file. Required. 
                </param>
      <param name="append">Boolean. Whether to append text or overwrite existing text. Default is False. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.FileSystemProxy.WriteAllText(System.String,System.String,System.Boolean,System.Text.Encoding)">
      <summary>
                    Writes text to a file.
                </summary>
      <param name="file">String. File to be written to. Required. 
                </param>
      <param name="text">String. Text to be written to file. Required. 
                </param>
      <param name="append">Boolean. Whether to append text or overwrite existing text. Default is False. Required. 
                </param>
      <param name="encoding">
        <see cref="T:System.Text.Encoding" />. What encoding to use when writing to file. Required. Default is UTF-8.
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.MyServices.RegistryProxy">
      <summary>
                    Provides properties and methods for manipulating the registry.
                </summary>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.RegistryProxy.ClassesRoot">
      <summary>
                    Returns a <see cref="T:Microsoft.Win32.RegistryKey" /> type which provides access to HKEY_CLASSES_ROOT.
                </summary>
      <returns>
        <see cref="T:Microsoft.Win32.RegistryKey" />
      </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.RegistryProxy.CurrentConfig">
      <summary>
                    Returns a <see cref="T:Microsoft.Win32.RegistryKey" /> type which provides access to HKEY_CURRENT_CONFIG.
                </summary>
      <returns>
        <see cref="T:Microsoft.Win32.RegistryKey" />
      </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.RegistryProxy.CurrentUser">
      <summary>
                    Returns a <see cref="T:Microsoft.Win32.RegistryKey" /> type which provides access to HKEY_CURRENT_USER.
                </summary>
      <returns>
        <see cref="T:Microsoft.Win32.RegistryKey" />
      </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.RegistryProxy.DynData">
      <summary>
                    Returns a <see cref="T:Microsoft.Win32.RegistryKey" /> type, which provides access to HKEY_DYNDATA.
                </summary>
      <returns>
        <see cref="T:Microsoft.Win32.RegistryKey" />
      </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.RegistryProxy.GetValue(System.String,System.String,System.Object)">
      <summary>
                    Gets a value from a registry key.
                </summary>
      <returns>
                    Gets a value from a registry key.
                </returns>
      <param name="keyName">String. Key from which the value is to be retrieved. Required. 
                </param>
      <param name="valueName">String. Value to be retrieved. Required. 
                </param>
      <param name="defaultValue">Object. Default value to be supplied if the value does not exist. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.RegistryProxy.LocalMachine">
      <summary>
                    Returns a <see cref="T:Microsoft.Win32.RegistryKey" /> type, which provides access to HKEY_LOCAL_MACHINE.
                </summary>
      <returns>
        <see cref="T:Microsoft.Win32.RegistryKey" />
      </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.RegistryProxy.PerformanceData">
      <summary>
                    Returns a <see cref="T:Microsoft.Win32.RegistryKey" /> type, which provides access to HKEY_PERFORMANCE_DATA.
                </summary>
      <returns>
        <see cref="T:Microsoft.Win32.RegistryKey" />
      </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.RegistryProxy.SetValue(System.String,System.String,System.Object)">
      <summary>
                    Writes a value to a registry key.
                </summary>
      <param name="keyName">String. Name of the key to be written to. Required. 
                </param>
      <param name="valueName">String. Name of the value to be written. Required. 
                </param>
      <param name="value">Object. Value to be written. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.RegistryProxy.SetValue(System.String,System.String,System.Object,Microsoft.Win32.RegistryValueKind)">
      <summary>
                    Writes a value to a registry key.
                </summary>
      <param name="keyName">String. Name of the key to be written to. Required. 
                </param>
      <param name="valueName">String. Name of the value to be written. Required. 
                </param>
      <param name="value">Object. Value to be written. Required. 
                </param>
      <param name="valueKind">
        <see cref="T:Microsoft.Win32.RegistryValueKind" />. Required. 
                </param>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" PathDiscovery="*AllFiles*" />
        <IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.RegistryProxy.Users">
      <summary>
                    Returns a <see cref="T:Microsoft.Win32.RegistryKey" /> type, which provides access to HKEY_USERS.
                </summary>
      <returns>
        <see cref="T:Microsoft.Win32.RegistryKey" />
      </returns>
      <filterpriority>1</filterpriority>
    </member>
    <member name="T:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy">
      <summary>
                    Provides properties for accessing commonly referenced directories.
                </summary>
      <filterpriority>2</filterpriority>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.AllUsersApplicationData">
      <summary>
                    Gets a path name pointing to the application's data in the \Documents and Setting\All Users\ApplicationData directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.CurrentUserApplicationData">
      <summary>
                    Gets a path name pointing to the CurrentApplicationData directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.Desktop">
      <summary>
                    Gets a path name pointing to the Desktop directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.MyDocuments">
      <summary>
                    Gets a path name pointing to the MyDocuments directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.MyMusic">
      <summary>
                    Gets a path name pointing to the My Music directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.MyPictures">
      <summary>
                    Gets a path name pointing to the My Pictures directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.ProgramFiles">
      <summary>
                    Gets a path pointing to the Program Files directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.Programs">
      <summary>
                    Gets a path name pointing to the Programs directory.
                </summary>
      <returns>String.
                </returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy.Temp">
      <summary>
                    Gets a path name pointing to the Temp directory.
                </summary>
      <returns>String.</returns>
      <filterpriority>1</filterpriority>
      <PermissionSet>
        <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
        <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
      </PermissionSet>
    </member>
    <member name="T:Microsoft.VisualBasic.MyServices.Internal.ContextValue`1">
      <summary>
                    This class supports My in Visual Basic.
                </summary>
      <typeparam name="T">
                    The type of the object to store.
                </typeparam>
    </member>
    <member name="M:Microsoft.VisualBasic.MyServices.Internal.ContextValue`1.#ctor">
      <summary>
                    This class supports My in Visual Basic.
                </summary>
    </member>
    <member name="P:Microsoft.VisualBasic.MyServices.Internal.ContextValue`1.Value">
      <summary>
                    This property supports My in Visual Basic.
                </summary>
      <returns>
                    The value associated with this class.
                </returns>
    </member>
  </members>
</doc>

Anon7 - 2022
AnonSec Team