Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the OutputShortcutInfo class with the specified target, filename and parent directory.
 /// </summary>
 /// <param name="target">The target which this shortcut points at.</param>
 /// <param name="name">The name of the shortcut file.</param>
 /// <param name="directory">The directory in which the shortcut will be created.</param>
 public OutputShortcutInfo(OutputFileSystemInfo target, string name, OutputDirectoryInfo directory)
     : base(name, directory)
 {
     this.Target = target;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the OutputShortcutInfo class with the specified target, filename and parent directory.
 /// </summary>
 /// <param name="target">The target which this shortcut points at.</param>
 /// <param name="name">The name of the shortcut file.</param>
 /// <param name="directory">The directory in which the shortcut will be created.</param>
 public OutputShortcutInfo(OutputFileSystemInfo target, string name, OutputDirectoryInfo directory)
     : base(name, directory)
 {
     this.Target = target;
 }