AssemblyPartExtensions.GetReferencePaths(AssemblyPart) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- assemblyPart
- AssemblyPart