Method Resolve
- Namespace
- Millrace.Invocations
- Assembly
- Millrace.dll
Resolve(string)
Loads the type a stored reference names, reversing Format(Type).
public static Type Resolve(string typeName)
Parameters
typeNamestring
Returns
Exceptions
- InvalidOperationException
The type cannot be loaded — renamed, moved to another assembly, or living in one this process never loads. The underlying failure is wrapped rather than surfaced raw because it names only the string it was handed, while the fact worth reporting is that a deploy moved a type out from under jobs that were already queued against it.