LobSystem.GetAllAssemblies method
Gets a list of all assemblies.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetAllAssemblies As IList(Of Byte())
'Usage
Dim instance As LobSystem
Dim returnValue As IList(Of Byte())
returnValue = instance.GetAllAssemblies()
public IList<byte[]> GetAllAssemblies()
Return value
Type: System.Collections.Generic.IList<[]>
An assembly list.