ServiceControllerPermissionEntryCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a strongly-typed collection of ServiceControllerPermissionEntry objects.
public ref class ServiceControllerPermissionEntryCollection : System::Collections::CollectionBase
public ref class ServiceControllerPermissionEntryCollection sealed : System::Collections::CollectionBase
public class ServiceControllerPermissionEntryCollection : System.Collections.CollectionBase
public sealed class ServiceControllerPermissionEntryCollection : System.Collections.CollectionBase
type ServiceControllerPermissionEntryCollection = class
inherit CollectionBase
Public Class ServiceControllerPermissionEntryCollection
Inherits CollectionBase
Public NotInheritable Class ServiceControllerPermissionEntryCollection
Inherits CollectionBase
- Inheritance
Properties
| Name | Description |
|---|---|
| Item[Int32] |
Gets or sets the object at a specified index. |
Methods
| Name | Description |
|---|---|
| Add(ServiceControllerPermissionEntry) |
Adds a specified ServiceControllerPermissionEntry to this collection. |
| AddRange(ServiceControllerPermissionEntry[]) |
Appends a set of specified permission entries to this collection. |
| AddRange(ServiceControllerPermissionEntryCollection) |
Appends a set of specified permission entries to this collection. |
| Contains(ServiceControllerPermissionEntry) |
Determines whether this collection contains a specified ServiceControllerPermissionEntry object. |
| CopyTo(ServiceControllerPermissionEntry[], Int32) |
Copies the permission entries from this collection to an array, starting at a particular index of the array. |
| IndexOf(ServiceControllerPermissionEntry) |
Determines the index of a specified permission entry in this collection. |
| Insert(Int32, ServiceControllerPermissionEntry) |
Inserts a permission entry into this collection at a specified index. |
| OnClear() |
Performs additional custom processes after clearing the contents of the collection. |
| OnInsert(Int32, Object) |
Performs additional custom processes before a new permission entry is inserted into the collection. |
| OnRemove(Int32, Object) |
Performs additional custom processes when removing a new permission entry from the collection. |
| OnSet(Int32, Object, Object) |
Performs additional custom processes before setting a value in the collection. |
| Remove(ServiceControllerPermissionEntry) |
Removes a specified permission entry from this collection. |