AssemblyPart.GetReferencePaths Method

Definition

Gets reference paths used to perform runtime compilation.

public:
 virtual System::Collections::Generic::IEnumerable<System::String ^> ^ GetReferencePaths();
public System.Collections.Generic.IEnumerable<string> GetReferencePaths ();
abstract member GetReferencePaths : unit -> seq<string>
override this.GetReferencePaths : unit -> seq<string>
Public Function GetReferencePaths () As IEnumerable(Of String)

Returns

Implements

Applies to