AppContext
BaseDirectory
TargetFrameworkName
GetData(String)
SetData(String, Object)
SetSwitch(String, Boolean)
TryGetSwitch(String, Boolean)
net7.0
namespace System
{
public static class AppContext
{
public static void SetData(string! name, object? data);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 7.08.09.010.0 |
Information specific to net7.0 | |
Assembly | System.Runtime , Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API