Gac.GetAssemblyNames(Int32, String) Method

Definition

public:
 static System::Collections::Generic::List<System::Reflection::AssemblyName ^> ^ GetAssemblyNames(int cache, System::String ^ pattern);
public static System.Collections.Generic.List<System.Reflection.AssemblyName> GetAssemblyNames (int cache, string pattern);
static member GetAssemblyNames : int * string -> System.Collections.Generic.List<System.Reflection.AssemblyName>
Public Shared Function GetAssemblyNames (cache As Integer, pattern As String) As List(Of AssemblyName)

Parameters

cache
Int32
pattern
String

Returns

List<AssemblyName>

Applies to