Method IsFromLocalAssembly
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
IsFromLocalAssembly(Type)
Determines if the given type is from a local assembly.
public static bool IsFromLocalAssembly(this Type type)
Parameters
typeTypeThe type to verify
Returns
- bool
Returns
trueif the type originates in a local assembly;falseif the type originates in the GAC.