Click or drag to resize

NativeUtilityDllImportResolverReflection Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate IntPtr DllImportResolverReflection(
	string libraryName,
	Assembly assembly,
	DllImportSearchPath? searchPath
)

Parameters

libraryName  String
 
assembly  Assembly
 
searchPath  NullableDllImportSearchPath
 

Return Value

IntPtr
See Also