Click or drag to resize

AssemblyResolver Methods

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