.NET Event Tracing Class Library  

EventTraceSessionCollection.CopyTo

Copies objects of type EventTraceSession to the target Array.

[Visual Basic]
Public void CopyTo(
    Array outArray, 
    Integer fromIndex
    );
[C#]
public void CopyTo(
    Array outArray, 
    int fromIndex
    );
[C++]
public: void CopyTo(
    Array* outArray,
    int fromIndex
    );

Parameters

outArray
Target Array gets a copy of the EventTraceSession objects.
fromIndex
Specifies the location from which to start coping objects to the target Array.

Return Value

None.

Requirements

Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: WmiSolutions.EventTracing.dll

 

See Also

EventTraceSessionCollection Members | EventTraceSessionCollection Class | EventTraceSession Members | EventTraceSession Class | EventTraceRegisteredProvider Members | EventTraceRegisteredProvider Class | EventTraceProviderCollection Members | EventTraceProviderCollection Class | EventTraceProvider Members | EventTraceProvider Class | EventTraceKernelSession Members | EventTraceKernelSession Class

Contact Me   |  Developing WMI Solutions    |   Gwyn Cole's Developer Blog    |   Legal
 © 2003 Content by Gwyn Cole. All rights reserved.