class TargetFrameworkAttribute

in global :: System . Runtime . Versioning

Identifies the version of the .NET Framework that a particular assembly was compiled against.


public string FrameworkDisplayName { get; set; }

Gets the display name of the .NET Framework version against which an assembly was built.

  • Returns The display name of the .NET Framework version.

public string FrameworkName { get; }

Gets the name of the .NET Framework version against which a particular assembly was compiled.

  • Returns The name of the .NET Framework version with which the assembly was compiled.

public object TypeId { get; }

😔 No documentation found.