.NET Event Tracing Class Library  

EventTraceSessionCollection.CopyTo(EventTraceSessionCollection, int)

Copies the EventTraceSession objects in the current collection to the target collection.

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

Parameters

outSessions
Target Array gets a copy of the EventTraceSession objects.
fromIndex
This parameter is ignored and all EventTraceSession objects are copied.

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.