Click or drag to resize
Akka.NETUnityDependencyResolverGetType Method (String)
Retrieves an actor's type with the specified name

Namespace: Akka.DI.Unity
Assembly: Akka.DI.Unity (in Akka.DI.Unity.dll) Version: 1.0.7.19 (1.0.7.19)
Syntax
public Type GetType(
	string actorName
)

Parameters

actorName
Type: SystemString
The name of the actor to retrieve

Return Value

Type: Type
The type with the specified actor name

Implements

IDependencyResolverGetType(String)
See Also