DependencyInfo.GetDependencyOrderedAssemblyPathnames(List<String>) Method

Definition

public:
 System::Collections::Generic::List<System::String ^> ^ GetDependencyOrderedAssemblyPathnames(System::Collections::Generic::List<System::String ^> ^ assemblyPathnames);
public System.Collections.Generic.List<string> GetDependencyOrderedAssemblyPathnames (System.Collections.Generic.List<string> assemblyPathnames);
member this.GetDependencyOrderedAssemblyPathnames : System.Collections.Generic.List<string> -> System.Collections.Generic.List<string>
Public Function GetDependencyOrderedAssemblyPathnames (assemblyPathnames As List(Of String)) As List(Of String)

Parameters

assemblyPathnames
List<String>

Returns

List<String>

Applies to