Method | Description | |
---|---|---|
Dispose ( ) : void |
Call FreeLibrary on the unmanaged dll. All function pointers handed out from this class become invalid after this. This is very dangerous because it suddenly invalidate everything retrieved from this dll. This includes any functions handed out via GetProcAddress, and potentially any objects returned from those functions (which may have an implemention in the dll)./// |
Method | Description | |
---|---|---|
Load ( string path ) : |
||
UnmanagedLibrary ( |
Constructor to load a dll and be responible for freeing it.
|