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.