Click or drag to resize

Utils_OtherGetProcessOwner Method

Gets the user name owning/running a given process. If there are multiple process with the same name, only the first owner is returned.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static string GetProcessOwner(
	string processName
)

Parameters

processName
Type: SystemString

Return Value

Type: String
See Also