Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ThreadInfoCollection Class / CopyTo Method
The target array (must be large enough to hold the Count of items starting at arrayIndex).
The starting index in the target array at which to begin copying.

In This Topic
    CopyTo Method (ThreadInfoCollection)
    In This Topic
    Copy the collected ThreadInfo objects to a target array, in sorted order.
    Syntax
    'Declaration
     
    
    Public Sub CopyTo( _
       ByVal array() As ThreadInfo, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       ThreadInfo[] array,
       int arrayIndex
    )

    Parameters

    array
    The target array (must be large enough to hold the Count of items starting at arrayIndex).
    arrayIndex
    The starting index in the target array at which to begin copying.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also