Tests whether or not this process is allowed to execute this file.
Syntax
[Android.Runtime.Register("canExecute", "()Z", "GetCanExecuteHandler")] public virtual boolCanExecute ()
Returns
Documentation for this section has not yet been entered.
Remarks
Tests whether or not this process is allowed to execute this file.
Note that this is a best-effort result; the only way to be certain is
to actually attempt the operation.