Class TypeResolver
Type resolver with a configurable list of lookup assemblies
Namespace: Unity.Semantic.Traits.Utility
Syntax
public static class TypeResolver
Methods
AddResolver(String)
Add a resolver to the type lookup system
Declaration
public static void AddResolver(string formatString)
Parameters
| Type | Name | Description |
|---|---|---|
| String | formatString | A format string that includes '{0}' for the typeName to be integrated. Examples: "{0},Assembly-CSharp", "CustomNamespace.{0},CustomAssembly" |