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[])

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

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

Parameters

assemblyNames
The names of the assembly(s) to compile.

See Also

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