RhinoCommon API
AssemblyResolverAddSearchFile Method |
Register another file with the Assembly Resolver. File must be a .NET assembly,
so it should probably be a dll, rhp or exe.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
public static void AddSearchFile( string file )
Public Shared Sub AddSearchFile ( file As String )
Parameters
- file
- Type: SystemString
Path of file to include during Assembly Resolver events.