Table of Contents

Method AddDllDirectory

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

AddDllDirectory(string)

Adds a directory to the process DLL search path.

public static extern nint AddDllDirectory(string NewDirectory)

Parameters

NewDirectory string

The directory to add.

Returns

nint

A handle to the added directory if successful; otherwise, Zero.