Gac.GetAssemblyNames(Int32, String) 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:
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