Method GetTypeStrict
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
GetTypeStrict(string)
Converts an assembly qualified type name into a Type object. If the type does not exist, throws an ArgumentException.
public static Type GetTypeStrict(string assemblyQualifiedTypeName)
Parameters
assemblyQualifiedTypeNamestringThe assembly qualified type name.