We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8773bb3 commit df085efCopy full SHA for df085ef
README.md
@@ -119,6 +119,11 @@ static class Program
119
Some functionality requires administrator privileges to access the data.<br/>
120
Consider adding a manifest file to your application and set ``requestedExecutionLevel`` to ``requireAdministrator``.
121
122
+### Can I use my own driver ?
123
+Yes, you can implement your own driver via our IDriver interface.<br/>
124
+You just have to assign an instance to RAMSPDToolkit and it will use your implementation instead.<br/>
125
+Please be sure to use a well tested driver.
126
+
127
## License
128
RAMSPDToolkit is free and open source software licensed under MPL 2.0.<br/>
129
You can use it in private and commercial projects.<br/>
0 commit comments