Table of Contents

Method FindNativeDll

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FindNativeDll(string)

Tries to find native library in the subfolder of the application.

public static string? FindNativeDll(string nativeModuleNameWithExt)

Parameters

nativeModuleNameWithExt string

Name and extension of the library.

Returns

string