Share via


ISystemProxyAssemblyManager.RetreiveAssemblyBytes Method

Gets the primary proxy assembly and its dependent assembly bytes from the given data.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function RetreiveAssemblyBytes ( _
    storedBytes As Byte(), _
    <OutAttribute> ByRef dependentAssemblies As IList(Of Byte()) _
) As Byte()
'Usage
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
)

Parameters

  • storedBytes
    Type: []

    The data to extract assemblies from.

Return Value

Type: []
The primary proxy assembly bytes.

See Also

Reference

ISystemProxyAssemblyManager Interface

ISystemProxyAssemblyManager Members

Microsoft.BusinessData.Runtime Namespace