| FactoryResolverAdd Method (String, String) |
Adds a new contractname resolver to the dictionary.
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public void Add(
string contractName,
string resolveToTypeName
)
Public Sub Add (
contractName As String,
resolveToTypeName As String
)
public:
void Add(
String^ contractName,
String^ resolveToTypeName
)
Parameters
- contractName
- Type: SystemString
The contractname to resolve. - resolveToTypeName
- Type: SystemString
The name of the type that is assigned to the contractname.
See Also