SelectGacAssembliesDialog.GetAssemblyNames Method
Returns the names for the assemblies selected by the user.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Function GetAssemblyNames As IEnumerable(Of AssemblyName)
public IEnumerable<AssemblyName> GetAssemblyNames()
public:
IEnumerable<AssemblyName^>^ GetAssemblyNames()
public function GetAssemblyNames() : IEnumerable<AssemblyName>
Return Value
The names for the assemblies selected by the user.
See Also
SelectGacAssembliesDialog Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace