Click or drag to resize
Akka.NETExtensionsGetTypeValue Method
Retrieves the Type with a given name from the current AppDomain.

Namespace:  Akka.DI.Core
Assembly:  Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Type GetTypeValue(
	this string typeName
)

Parameters

typeName
Type: SystemString
The string representation of the type to retrieve.

Return Value

Type: Type
The Type with the given name.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also