Table of Contents

Class KnownRuntimeNames

Namespace
AsmResolver.DotNet
Assembly
AsmResolver.DotNet.dll

Provides strings of known runtime names used in .NET Core, .NET 5.0 and later.

public static class KnownRuntimeNames
Inheritance
KnownRuntimeNames
Inherited Members

Fields

NetCoreApp

Indicates an application targeting the default .NET Core runtime.

public const string NetCoreApp = "Microsoft.NETCore.App"

Field Value

string

WindowsDesktopApp

Indicates an application targeting the Windows Desktop environment runtime.

public const string WindowsDesktopApp = "Microsoft.WindowsDesktop.App"

Field Value

string