NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyInstaller Constructor

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub New()
[C#] public AssemblyInstaller();
[C++] public: AssemblyInstaller();
[JScript] public function AssemblyInstaller();

Creates a new AssemblyInstaller for the given assembly and passes the given command line arguments to its Context object.

[Visual Basic] Overloads Public Sub New(String, String())
[C#] public AssemblyInstaller(String, String[]);
[C++] public: AssemblyInstaller(String*, String*[]);
[JScript] public function AssemblyInstaller(String, String[]);

See Also

AssemblyInstaller Class | AssemblyInstaller Members | System.Configuration.Install Namespace