marshaler
美
英 
- 網(wǎng)絡(luò)封送拆收器;處理器;封送處理器
例句
The former is accomplished using some form of serialization engine, or marshaler. The latter is achieved through some form of metadata.
前者是使用某種形式的序列化引擎(或稱為封送拆收器)完成的,后者是通過某種形式的元數(shù)據(jù)完成的。
Provides a way for clients to access the actual object, rather than the adapter object handed out by a custom marshaler.
為客戶端訪問實(shí)際對(duì)象(而不是自定義封送拆收器分發(fā)的適配器對(duì)象)提供了一種方式。
The marshaler identifies the object by looking at one of the interfaces the object implements.
封送拆收器通過查看對(duì)象實(shí)現(xiàn)的接口之一來標(biāo)識(shí)對(duì)象。
When a string is passed by value, the callee must never alter the reference passed by the marshaler.
當(dāng)字符串通過值傳遞時(shí),被調(diào)用方絕不能改變封送拆收器所傳遞的引用。
When the interface is first passed through the marshaler, the marshaler checks whether the interface is coming from a known object.
當(dāng)第一次通過封送拆收器傳遞接口時(shí),封送拆收器將檢查該接口是否來自已知對(duì)象。
When arrays are passed as C-style arrays, the marshaler cannot determine the size of the array.
當(dāng)數(shù)組作為C樣式數(shù)組傳遞時(shí),封送拆收器不能確定數(shù)組的大小。
The interop marshaler performs the identical transformation when exposing a VARIANT type to managed code.
互操作封送拆收器在向托管代碼公開VARIANT類型時(shí)執(zhí)行相同的轉(zhuǎn)換。
Best-fit mapping enables the interop marshaler to provide a close-matching character when no exact match exists.
最佳映射使互操作封送拆收器可以在沒有精確匹配的情況下提供近似匹配字符。
Provides access to the underlying object wrapped by a custom marshaler.
提供對(duì)自定義封送拆收器包裝的基礎(chǔ)對(duì)象的訪問權(quán)限。
If either attribute is omitted, the marshaler can optimize by eliminating either copy.
如果忽略了其中一個(gè)特性,則封送拆收器可以通過消除其中一個(gè)副本進(jìn)行優(yōu)化。
You apply them to method parameters when you want to alter the default behavior of the marshaler.
可以在希望改變封送拆收器的默認(rèn)行為時(shí)將它們應(yīng)用于方法參數(shù)。
The marshaler pins data to reduce the overhead of copying and enhance performance.
封送拆收器鎖定數(shù)據(jù)以減小復(fù)制的系統(tǒng)開銷并提高性能。
Describes the process for writing a custom marshaler for interoperation.
描述如何為實(shí)現(xiàn)互用性編寫自定義封送拆收器。
The marshaler can use the CLSID to locate the metadata for the wrapper.
封送拆收器可以使用該CLSID找到包裝的元數(shù)據(jù)。
By using a custom marshaler, you can minimize the distinction between new .
藉由使用自訂封送處理器,您可以盡量縮小新的。
Before you can build a marshaler, you must define the managed and unmanaged interfaces being marshaled.
在生成封送拆收器之前,必須定義所封送的托管和非托管接口。
For example, the marshaler determines that the class wrapper should be used to wrap the interface that was passed into managed code.
例如,封送拆收器確定應(yīng)當(dāng)使用類包裝來包裝傳遞到托管代碼中的接口。