AssemblyResolverAddSearchFolder Method |
Register a custom folder with the Assembly Resolver. Folders will be
searched recursively, so this could potentially be a very expensive operation.
If at all possible, you should consider only registering individual files.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static void AddSearchFolder(
string folder
)
Public Shared Sub AddSearchFolder (
folder As String
)
Parameters
- folder
- Type: SystemString
Path of folder to include during Assembly Resolver events.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also