The shell command to execute (see
C1LinkTargetFile.Command for details).
Initializes a new instance of the
C1LinkTargetFile class.
シンタックス
'宣言
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
- The name of the file to execute on hyperlink jump (can be a document, URL etc.).
- command
- The shell command to execute (see C1LinkTargetFile.Command for details).
- parameters
- The command parameters.
- directory
- The directory where the command is executed.
参照