IHostConfigurationGetProcessName Method

Gets the name of the process.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string GetProcessName(
	string code
)

Parameters

code  String
Process code to check.

Return Value

String
String with the name of the process.

See Also