Table of Contents

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

type Type

The type to verify

Returns

bool

Returns true if the type originates in a local assembly; false if the type originates in the GAC.