ServiceControllerPermissionEntryCollection::Insert Method (Int32, ServiceControllerPermissionEntry^)

 

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

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

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

Parameters

index
Type: System::Int32

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

value
Type: System.ServiceProcess::ServiceControllerPermissionEntry^

The permission entry to insert into this collection.

.NET Framework
Available since 1.1
Return to top
Show: