Click or drag to resize

AssemblyResolverCurrentDomainAssemblyResolve Property

Standard resolver function used by Rhino in execution context. This is added to the Current AssemblyResolve.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public static ResolveEventHandler CurrentDomainAssemblyResolve { get; }

Property Value

Type: ResolveEventHandler
See Also