UiPath Documentation
activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

ワークフローのアクティビティ

メソッドを呼び出し

System.Activities.Statements.InvokeMethod

Invoke Method calls a public method of a specified object or type — instance methods on a target object, or static methods on a target type — optionally passing arguments and returning a result.

プロジェクトの対応 OS

Windows - レガシ | Windows

構成

パラメーター説明
TargetObjectThe object whose method is invoked. Used for instance methods. Leave empty when invoking a static method.
TargetTypeThe type whose static method is invoked. Used for static methods. Leave empty when invoking an instance method.
MethodNameThe name of the public method to invoke.
パラメーターThe collection of input and output arguments passed to the method, in the order required by the method signature.
GenericTypeArgumentsThe collection of generic type arguments for the method, when the method is generic.
結果The value returned by the method, when any.
RunAsynchronouslyWhen selected, the method is invoked asynchronously.

プロパティ

共通

パラメーター説明
表示名アクティビティの表示名です。

その他

パラメーター説明
プライベート (Private)When selected, the values of variables and arguments are no longer logged at Verbose level.

このアクティビティは Microsoft が開発したものです。詳細については、 公式ドキュメントをご覧ください。

  • プロジェクトの対応 OS
  • 構成
  • プロパティ
  • 共通
  • その他

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得