IHostConfigurationAllowProcess Method

Indicates whether the process is allowed for the current user.

Definition

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

Parameters

code  String
Process code to check.

Return Value

Boolean
if allowed process; otherwise, .

See Also