The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EventLogPermissionEntryCollection::CopyTo Method (array<EventLogPermissionEntry^>^, Int32)
.NET Framework (current version)
Copies the permission entries from this collection to an array, starting at a particular index of the array.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
array<System.Diagnostics::EventLogPermissionEntry^>^
An array of type EventLogPermissionEntry that receives this collection's permission entries.
- index
-
Type:
System::Int32
The zero-based index at which to begin copying the permission entries.
.NET Framework
Available since 1.1
Available since 1.1
Show: