| ExtensionsGetTypeValue Method |
Namespace:
Akka.DI.Core
Assembly:
Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Type GetTypeValue(
this string typeName
)
[<ExtensionAttribute>]
static member GetTypeValue :
typeName : string -> Type
Parameters
- typeName
- Type: SystemString
The string representation of the type to retrieve.
Return Value
Type:
TypeThe
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