accessGrantedProcessName (property)

The filename of the target process's executable.

Syntax

- (NSString*)accessGrantedProcessName:(int)accessGrantedProcessIndex;
public func accessGrantedProcessName(accessGrantedProcessIndex: Int32) throws -> String

Default Value

""

Remarks

The filename of the target process's executable.

This property reflects the full filename of the target process's executable. Will be empty if the target process was specified by AccessGrantedProcessProcessId (or if the rule applies to all processes, in which case AccessGrantedProcessProcessId will be -1).

The AccessGrantedProcessIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AccessGrantedProcessCount property.

This property is read-only.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 iOS Edition - Version 20.0 [Build 8031]