PerformanceCounter::EndInit Method ()
Ends the initialization of a PerformanceCounter instance that is used on a form or by another component. The initialization occurs at runtime.
Assembly: System (in System.dll)
The Visual Studio 2005 design environment uses this method to end the initialization of a component that is used on a form or by another component. The BeginInit method starts the initialization. Using the BeginInit and EndInit methods prevents the component from being used before it is fully initialized.
for reading the performance counter category if the ReadOnly property is true. Associated enumeration: PerformanceCounterPermissionAccess::Read.
for writing the performance counter category if the ReadOnly property is false. Associated enumeration: PerformanceCounterPermissionAccess::Write.
Available since 1.1