IHostConfigurationAllowProcess Method
Indicates whether the process is allowed for the current user.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
bool AllowProcess(
string code
)
Function AllowProcess (
code As String
) As Boolean
- code String
- Process code to check.
Boolean if allowed process; otherwise,
.