AssemblyResolver Class

AssemblyResolver Class

Assembly Resolver for the Rhino App Domain.
Inheritance Hierarchy
SystemObject
  Rhino.RuntimeAssemblyResolver

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static class AssemblyResolver
Public NotInheritable Class AssemblyResolver

The AssemblyResolver type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddSearchFile
Register another file with the Assembly Resolver. File must be a .NET assembly, so it should probably be a dll, rhp or exe.
Public methodStatic memberAddSearchFolder
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.
Top
See Also