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调用非托管代码