 | UnityDependencyResolverGetType Method (String) |
Retrieves an actor's type with the specified name
Namespace: Akka.DI.UnityAssembly: Akka.DI.Unity (in Akka.DI.Unity.dll) Version: 1.0.7.19 (1.0.7.19)
Syntaxpublic Type GetType(
string actorName
)
abstract GetType :
actorName : string -> Type
override GetType :
actorName : string -> Type
Parameters
- actorName
- Type: SystemString
The name of the actor to retrieve
Return Value
Type:
TypeThe type with the specified actor name
Implements
IDependencyResolverGetType(String)
See Also