ISystemProxyAssemblyManager.RetreiveAssemblyBytes 方法
取得主要 proxy 組件和相關的組件位元組從指定的資料。
命名空間: 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<[]>包含的相依組件位元組清單。
傳回值
類型:[]
主要 proxy 的組件位元組。
請參閱
參照
ISystemProxyAssemblyManager 介面