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