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.ReferencedAssemblies

Gets or sets the assemblies referenced by the source to compile.

[Visual Basic]
Public ReadOnly Property ReferencedAssemblies As StringCollection
[C#]
public StringCollection ReferencedAssemblies {get;}
[C++]
public: __property StringCollection* get_ReferencedAssemblies();
[JScript]
public function get ReferencedAssemblies() : StringCollection;

Property Value

A System.StringCollection that contains the assembly names that are referenced by the source to compile.

See Also

CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace | System.StringCollection