CodeCompileUnit.ReferencedAssemblies Property

Definition

Gets the referenced assemblies.

public:
 property System::Collections::Specialized::StringCollection ^ ReferencedAssemblies { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection ReferencedAssemblies { get; }
member this.ReferencedAssemblies : System.Collections.Specialized.StringCollection
Public ReadOnly Property ReferencedAssemblies As StringCollection

Property Value

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

Remarks

You can add and remove file names from this collection.

Applies to