CodeCompileUnit::ReferencedAssemblies Property

 

Gets the referenced assemblies.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property StringCollection^ ReferencedAssemblies {
	StringCollection^ get();
}

Property Value

Type: System.Collections.Specialized::StringCollection^

A StringCollection that contains the file names of the referenced assemblies.

You can add and remove file names from this collection.

.NET Framework
Available since 1.1
Return to top
Show: