Skip to main content

ConnectArgcArgv

Description

Inherit the Argc and Argv of the current APP

Parameters

NameDescription
gArgcargument count.It signifies how many arguments are being passed into the executable.
gArgvargument values.It is a pointer to an array of characters.

Method

- (void) connectArgcArgv:(int)gArgc setgArgv:(char **) gArgv