'宣言 Public Function New( _ ByVal fileName As System.String, _ ByVal command As System.String, _ ByVal parameters As System.String, _ ByVal directory As System.String _ )
public C1LinkTargetFile( System.string fileName, System.string command, System.string parameters, System.string directory )
パラメータ
- fileName
- ハイパーリンクジャンプで実行するファイルの名前(ドキュメント名、URL など)。
- command
- 実行するシェルコマンド(詳細は Commandを参照)。
- parameters
- コマンドパラメータ。
- directory
- コマンドが実行されるディレクトリ。