AssemblyPartExtensions.GetReferencePaths(AssemblyPart) Method

Definition

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

Returns

Applies to