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
- 操作対象のファイル名。
- command
- 実行される操作を表す文字列。
- parameters
- アプリケーションに渡されるパラメータ。
- directory
- デフォルトのディレクトリ名。
参照