Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
dependentAssemblies
Type: System.Collections.Generic.IList<[]>A list containing the dependent assembly bytes.
Return Value
Type: []
The primary proxy assembly bytes.
See Also
Reference
ISystemProxyAssemblyManager Interface