Click or drag to resize
Akka.NETIDependencyResolverGetType Method
Retrieves an actor's type with the specified name

Namespace:  Akka.DI.Core
Assembly:  Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
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
See Also