Table of Contents

Class NativeBridgeLibraryLoader

Namespace
JYPPX.Shared.Interop
Assembly
JYPPX.Shared.dll

Shared native bridge loader used by managed assemblies that P/Invoke the bridge. 供托管程序集调用的共享原生 bridge 加载器。

public static class NativeBridgeLibraryLoader
Inheritance
NativeBridgeLibraryLoader
Inherited Members

Methods

EnsureInitialized(Assembly)

Ensures that the native bridge loader and resolver are initialized for an assembly. 确保为指定程序集初始化原生 bridge 加载器与解析器。

public static void EnsureInitialized(Assembly assembly)

Parameters

assembly Assembly

The assembly that issues bridge P/Invoke calls. 发起 bridge P/Invoke 调用的程序集。