pinvoke

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)

CLRSUPPORTLASTERRORPInvoke調用保留上次錯誤代碼

How to: Marshal Embedded Pointers Using PInvoke

如何使用PInvoke封送嵌入式指針

How to: Marshal Function Pointers Using PInvoke

如何使用PInvoke封送函數指針

PInvoke return types of UIntPtr throw a

PInvokeUIntPtr返回類型引發

Call unmanaged code with PInvoke

使用PInvoke調用非托管代碼