AssemblyPartExtensions.GetReferencePaths(AssemblyPart) 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.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<System::String ^> ^ GetReferencePaths(Microsoft::AspNetCore::Mvc::ApplicationParts::AssemblyPart ^ assemblyPart);
public static System.Collections.Generic.IEnumerable<string> GetReferencePaths (this Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart assemblyPart);
static member GetReferencePaths : Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart -> seq<string>
<Extension()>
Public Function GetReferencePaths (assemblyPart As AssemblyPart) As IEnumerable(Of String)
Parameters
- assemblyPart
- AssemblyPart