Table of Contents

Class NativeMethods

Namespace
NAudio.Utils
Assembly
NAudio.Core.dll

General purpose native methods for internal NAudio use

public static class NativeMethods
Inheritance
NativeMethods
Inherited Members

Methods

FreeLibrary(nint)

Free a library

public static extern bool FreeLibrary(nint hModule)

Parameters

hModule nint

Returns

bool

GetProcAddress(nint, string)

Get procedure address

public static extern nint GetProcAddress(nint hModule, string procedureName)

Parameters

hModule nint
procedureName string

Returns

nint

LoadLibrary(string)

Loads a DLL

public static extern nint LoadLibrary(string dllToLoad)

Parameters

dllToLoad string

Returns

nint