PerformanceCounterPermissionEntryCollection::Insert Method (Int32, PerformanceCounterPermissionEntry^)

 

Inserts a permission entry into this collection at a specified index.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
void Insert(
	int index,
	PerformanceCounterPermissionEntry^ value
)

Parameters

index
Type: System::Int32

The zero-based index of the collection at which to insert the permission entry.

value
Type: System.Diagnostics::PerformanceCounterPermissionEntry^

The permission entry to insert into this collection.

.NET Framework
Available since 1.1
Return to top
Show: