AssemblyPart.GetReferencePaths Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)