callee n.〔美國〕受訪問者;被呼喚人;電話受話人。
n. 〔美國〕受訪問者;被呼喚人;電話受話人。 “callegari“ 中文翻譯: 卡萊加里“calledparty“ 中文翻譯: 受叫方 被呼叫方 被呼叫用戶“callegarin“ 中文翻譯: 卡萊加林“callede“ 中文翻譯: 卡萊德“callegarini“ 中文翻譯: 卡萊加里尼“calledda“ 中文翻譯: 卡萊達“callegaro“ 中文翻譯: 卡萊加羅“calleda“ 中文翻譯: 卡列達“callego“ 中文翻譯: 卡列戈“called-up capital“ 中文翻譯: 已催繳股本
caller |
|
It is possible , for example , that the callee is not the right person for whom the caller is looking ; by listening carefully , the callee can respone tot he needs of the customer on the line 舉例而言,接話者可能不是來電者索要尋找的對象;只要仔細聽,接話者就能在電話中回應對方的需求。 |
|
Both platform invoke and com interop use interop marshaling to accurately move method arguments between caller and callee and back , if required 平臺調用和com interop都使用interop封送處理在調用方和被調用方之間準確地移動方法參數,并且如果需要,也可以將數據從被調用方移回調用方。 |
|
Although the marshaler has the length information needed to marshal the array , the array length is usually passed as a separate argument to convey the length to the callee 雖然封送拆收器具有封送數組所需的長度信息,但是通常將數組長度作為單獨參數傳遞以將長度傳達給被調用方。 |
|
Pascal calling convention is the reverse of c calling convention . it passes parameters from left to right and the callee is responsible for the stack balancing after the call Pascal調用約定時完全相反于c調用約定,它從左到右傳遞參數并且由被調用者負責在調用后平衡堆棧結構 |
|
Function layout based on the call graph and profiled caller callee behavior , functions that tend to be along the same execution path are placed in the same section 函數布局根據調用關系圖和配置的調用方/被調用方行為,將傾向于沿相同路徑執行的函數放在同一節中。 |
|
If the return value is not present on the callee evaluation stack , no value is returned no stack transition behaviors for either the callee or caller method 如果在被調用方的計算堆棧上不存在返回值,則不返回任何值(沒有被調用方或調用方方法的堆棧轉換行為) 。 |
|
The number of process boundaries between caller and callee is irrelevant ; the same direct referencing occurs for in - process and out - of - process calls 調用方和被調用方之間的進程邊界的數目并不相干;對于進程內和進程外調用都會發生相同的直接引用處理。 |
|
Value types are passed by value on the stack and consequently any changes made to the members of the type by the callee are not seen by the caller 值類型通過值傳遞(在堆棧上) ,因此被調用方對類型的成員所做的任何更改對于調用方都是不可見的。 |
|
Due to this added overhead , in out parameters must be explicitly applied to an argument if the caller wants to see changes made by the callee 由于這項附加的開銷,如果調用方希望看見被調用方所做的更改,則必須將in / out參數顯式應用于參數。 |
|
In contrast , the callee should avoid changing the contents when the parameter is set to marshal as in , which is the default for formatted blittable types 與此相對,當參數被設置為作為in參數封送時,被調用方應當避免更改內存內容。 |
|
Returns from the current method , pushing a return value if present from the callee s evaluation stack onto the caller s evaluation stack 從當前方法返回,并將返回值(如果存在)從調用方的計算堆棧推送到被調用方的計算堆棧上。 |
|
This is done so the callee can ignore the upper bits of the register if need be and can access only the portion of the register necessary 因此,被調用方可以根據需要忽略寄存器中上面的位,并且只訪問所需的寄存器部分。 |
|
If a non - blittable class is marshaled by reference , the callee receives a pointer to a pointer to a copy of the data structure 如果按引用封送非直接復制到本機結構中的類,則被調用方接收該數據結構的副本的指針的指針。 |
|
As a wireless mobile telephone , it ' s easy and handy to carry it wherever one goes and call the callee however faraway he is 作為無線移動電話,無論你走到哪里,它都輕便易攜帶;無論被叫者離你有多遠,都可以到達對方。 |
|
Learn about annotation features of the code analysis tool to detect violations of the contract between the caller and the callee 了解代碼分析工具的批注功能,該功能用于檢測調用方和被調用方之間的協定的沖突。 |
|
Simply passing a string does not work in this case because the callee cannot modify the contents of the passed buffer 在這種情況下,只傳遞字符串不起作用,原因是被調用方無法修改傳遞的緩沖區的內容。 |
|
These types can appear to be marshaled as in out parameters when the caller and callee are in the same apartment 在調用方和被調用方位于同一單元中時,這些類型可能看上去是被作為in / out參數封送的。 |
|
If a non - blittable class is marshaled by value , the callee receives a pointer to a copy of the data structure 如果按值封送非直接復制到本機結構中的類,則被調用方接收指向該數據結構的副本的指針。 |
|
When these types require marshaling , a pointer to the object in the heap is passed to the callee directly 當這些類型需要封送處理時,指向堆中的對象的指針被直接傳遞給被調用方。 |