C# Class WMI.Win32.Win32_Process.ProcessCollection

Inheritance: object, ICollection
Datei anzeigen Open project: brunomlopes/ILoveLucene

Public Methods

Method Description
CopyTo ( System array, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
ProcessCollection ( System.Management.ManagementObjectCollection objCollection ) : System.Collections

Method Details

CopyTo() public method

public CopyTo ( System array, int index ) : void
array System
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

ProcessCollection() public method

public ProcessCollection ( System.Management.ManagementObjectCollection objCollection ) : System.Collections
objCollection System.Management.ManagementObjectCollection
return System.Collections