Name

PerformanceCounterPermissionEntryCollection

Synopsis

This strongly typed collection contains PerformanceCounterPermissionEntry objects.

Public Class PerformanceCounterPermissionEntryCollection : Inherits CollectionBase
' Public Instance Properties
   Public Default Property Item(
        ByVal index As Integer) As PerformanceCounterPermissionEntry  
' Public Instance Methods
   Public Function Add(
        ByVal value As PerformanceCounterPermissionEntry) As Integer  
   Public Sub AddRange(
        ByVal value As PerformanceCounterPermissionEntry()) 
   Public Sub AddRange(
        ByVal value As PerformanceCounterPermissionEntryCollection) 
   Public Function Contains(
        ByVal value As PerformanceCounterPermissionEntry) As Boolean  
   Public Sub CopyTo(
        ByVal array As PerformanceCounterPermissionEntry(), 
        ByVal index As Integer) 
   Public Function IndexOf(
        ByVal value As PerformanceCounterPermissionEntry) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal value As PerformanceCounterPermissionEntry) 
   Public Sub Remove(
        ByVal value As PerformanceCounterPermissionEntry) 
' Protected Instance Methods
   Overrides Protected Sub OnClear() 
   Overrides Protected Sub OnInsert(ByVal index As Integer, 
        ByVal value As Object) 
   Overrides Protected Sub OnRemove(ByVal index As Integer, 
        ByVal value As Object) 
   Overrides Protected Sub OnSet(ByVal index As Integer, 
        ByVal oldValue As Object, ByVal newValue As Object) 
End Class

Hierarchy

System.Object System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable) ...

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.