Метод ISystemProxyAssemblyManager.RetreiveAssemblyBytes
Возвращает сборки основной прокси-сервер и количеству байтов зависимой сборки из указанных данных.
Пространство имен: Microsoft.BusinessData.Runtime
Сборка: Microsoft.BusinessData (в Microsoft.BusinessData.dll)
Синтаксис
'Декларация
Function RetreiveAssemblyBytes ( _
storedBytes As Byte(), _
<OutAttribute> ByRef dependentAssemblies As IList(Of Byte()) _
) As Byte()
'Применение
Dim instance As ISystemProxyAssemblyManager
Dim storedBytes As Byte()
Dim dependentAssemblies As IList(Of Byte())
Dim returnValue As Byte()
returnValue = instance.RetreiveAssemblyBytes(storedBytes, _
dependentAssemblies)
byte[] RetreiveAssemblyBytes(
byte[] storedBytes,
out IList<byte[]> dependentAssemblies
)
Параметры
storedBytes
Тип: []Данные будут извлекаться из сборки.
dependentAssemblies
Тип: System.Collections.Generic.IList<[]>Список, содержащий зависимая сборка байт.
Возвращаемое значение
Тип: []
Байт сборки основного прокси-сервера.
См. также
Справочные материалы
ISystemProxyAssemblyManager интерфейс