Method | Description | |
---|---|---|
AttachDebugger ( ) : uint | ||
Create ( string CommandLine, string CurrentDirectory, System ProcessStartupInformation, uint &ProcessId ) : uint | ||
GetAvailableVirtualSize ( ulong &AvailableVirtualSize ) : uint | ||
GetInstances ( ) : ProcessCollection | ||
GetInstances ( System mgmtScope, System enumOptions ) : ProcessCollection | ||
GetInstances ( System mgmtScope, string condition ) : ProcessCollection | ||
GetInstances ( System mgmtScope, string condition, string selectedProperties ) : ProcessCollection | ||
GetInstances ( string condition ) : ProcessCollection | ||
GetInstances ( string condition, string selectedProperties ) : ProcessCollection | ||
GetOwner ( string &Domain, string &User ) : uint | ||
GetOwnerSid ( string &Sid ) : uint | ||
SetPriority ( int Priority ) : uint | ||
Terminate ( uint Reason ) : uint | ||
Win32_Process ( ) : System.Collections | ||
Win32_Process ( System path ) : System.Collections | ||
Win32_Process ( System path, System getOptions ) : System.Collections | ||
Win32_Process ( System mgmtScope, System path, System getOptions ) : System.Collections | ||
Win32_Process ( System mgmtScope, string keyHandle ) : System.Collections | ||
Win32_Process ( string keyHandle ) : System.Collections |
public static Create ( string CommandLine, string CurrentDirectory, System ProcessStartupInformation, uint &ProcessId ) : uint | ||
CommandLine | string | |
CurrentDirectory | string | |
ProcessStartupInformation | System | |
ProcessId | uint | |
return | uint |
public GetAvailableVirtualSize ( ulong &AvailableVirtualSize ) : uint | ||
AvailableVirtualSize | ulong | |
return | uint |
public static GetInstances ( ) : ProcessCollection | ||
return | ProcessCollection |
public static GetInstances ( System mgmtScope, System enumOptions ) : ProcessCollection | ||
mgmtScope | System | |
enumOptions | System | |
return | ProcessCollection |
public static GetInstances ( System mgmtScope, string condition ) : ProcessCollection | ||
mgmtScope | System | |
condition | string | |
return | ProcessCollection |
public static GetInstances ( System mgmtScope, string condition, string selectedProperties ) : ProcessCollection | ||
mgmtScope | System | |
condition | string | |
selectedProperties | string | |
return | ProcessCollection |
public static GetInstances ( string condition ) : ProcessCollection | ||
condition | string | |
return | ProcessCollection |
public static GetInstances ( string condition, string selectedProperties ) : ProcessCollection | ||
condition | string | |
selectedProperties | string | |
return | ProcessCollection |
public GetOwner ( string &Domain, string &User ) : uint | ||
Domain | string | |
User | string | |
return | uint |
public Win32_Process ( ) : System.Collections | ||
return | System.Collections |
public Win32_Process ( System path ) : System.Collections | ||
path | System | |
return | System.Collections |
public Win32_Process ( System path, System getOptions ) : System.Collections | ||
path | System | |
getOptions | System | |
return | System.Collections |
public Win32_Process ( System mgmtScope, System path, System getOptions ) : System.Collections | ||
mgmtScope | System | |
path | System | |
getOptions | System | |
return | System.Collections |
public Win32_Process ( System mgmtScope, string keyHandle ) : System.Collections | ||
mgmtScope | System | |
keyHandle | string | |
return | System.Collections |
public Win32_Process ( string keyHandle ) : System.Collections | ||
keyHandle | string | |
return | System.Collections |