Returns this process builder's current program and arguments.
Syntax
[Android.Runtime.Register("command", "()Ljava/util/List;", "")] public IList<string>Command ()
Returns
Documentation for this section has not yet been entered.
Remarks
Returns this process builder's current program and arguments. Note that
the returned list is not a copy and modifications to it will change the
state of this instance.