pinvoke
美
英 
例句
Indicates that the method implementation is forwarded through PInvoke (Platform Invocation Services).
指示此方法的實現通過PInvoke(平臺調用服務)轉發。
Platform invoke (PInvoke) methods must not be declared abstract or virtual.
不能將平臺調用(PInvoke)方法聲明為抽象的或虛擬的。
The Declare statement and the DllImportAttribute class both use this mechanism automatically, and you do not need any knowledge of PInvoke.
Declare語句和DllImportAttribute類都會自動使用此機制,您無需對PInvoke有任何了解。
The linker does not generate PInvoke calls in objects compiled with.
編譯的對象中生成PInvoke調用。
Failure to find function within PInvoke DLL.
在PInvokeDLL中查找函數時失敗。
The library is an alternative to more complex and less efficient approaches such as Using PInvoke.
封送處理庫是其他更復雜、效率更低的方法(例如使用PInvoke)的替代方法。
Visual Basic uses the. NET Framework platform invoke (PInvoke) mechanism to resolve and access external procedures.
VisualBasic使用.NETFramework的平臺調用(PInvoke)機制來解析和訪問外部過程。
The code inserted into a module as the result of PInvoke is entirely managed and explicit PInvoke is supported for
作為PInvoke的結果插入到模塊中的代碼是完全托管的,并且
CLRSUPPORTLASTERROR (Preserve Last Error Code for PInvoke Calls)
CLRSUPPORTLASTERROR(為PInvoke調用保留上次的錯誤代碼)
How to: Marshal Embedded Pointers Using PInvoke
如何:使用PInvoke封送嵌入式指針
How to: Marshal Function Pointers Using PInvoke
如何:使用PInvoke封送函數指針
PInvoke return types of UIntPtr throw a
PInvoke的UIntPtr返回類型將引發
Call unmanaged code with PInvoke
使用PInvoke調用非托管的代碼