Represents a single DLL file. More...
Public Member Functions | |
| bool | Load () |
| void | Unload () |
| DllFile (string path) | |
| DllFile (string path, string sha256hash) | |
| void | Dispose () |
Properties | |
| string | DllPath [get] |
| IntPtr | Handle [get] |
| int | UseCount [get] |
Represents a single DLL file.
Definition at line 30 of file DllFile.cs.