Class DynDll
public static class DynDll
- Inheritance
-
DynDll
Methods
- CloseLibrary(nint)
- Release a library handle obtained from OpenLibrary(string?) or TryOpenLibrary(string?, out nint).
- GetExport(nint, string)
- Get a pointer to an export from the given library.
- OpenLibrary(string?)
- Open a given library and get its handle.
- TryCloseLibrary(nint)
- Try to close a library handle obtained from OpenLibrary(string?) or TryOpenLibrary(string?, out nint).
- TryGetExport(nint, string, out nint)
- Get a pointer to an export from the given library.
- TryOpenLibrary(string?, out nint)
- Try to open a given library and get its handle.