Table of Contents

Property AssemblyName

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

AssemblyName

Gets the assembly name. May return a simple assembly name (i.e., "mscorlib"), or may return a fully qualified name (i.e., "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089").

string AssemblyName { get; }

Property Value

string