The command line to use when creating a new context for the assembly's install.
[Visual Basic] Overridable Public Property CommandLine As String () [C#] public string[] CommandLine {virtual get; virtual set;} [C++] public: __property virtual String* get_CommandLine(); public: __property virtual void set_CommandLine(String*[]); [JScript] public function get CommandLine() : String[]; public function set CommandLine(String[]);
AssemblyInstaller Class | AssemblyInstaller Members | System.Configuration.Install Namespace