Table of Contents

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

assemblyQualifiedTypeName string

The assembly qualified type name.

Returns

Type

The instance of the Type.