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!

CompilerParameters Constructor (String[], String)

Initializes a new instance of CompilerParameters using the specified assembly names and output name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal assemblyNames() As String, _
   ByVal outputName As String _
)
[C#]
public CompilerParameters(
   string[] assemblyNames,
   string outputName
);
[C++]
public: CompilerParameters(
   String* assemblyNames[],
   String* outputName
);
[JScript]
public function CompilerParameters(
   assemblyNames : String[],
   outputName : String
);

Parameters

assemblyNames
The names of the assembly(s) to compile.
outputName
[To be supplied.]

See Also

CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace | CompilerParameters Constructor Overload List