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