CoreWebView2MemoryUsageTargetLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Desired memory consumption level of a WebView.
public enum CoreWebView2MemoryUsageTargetLevel
type CoreWebView2MemoryUsageTargetLevel =
Public Enum CoreWebView2MemoryUsageTargetLevel
- Inheritance
-
CoreWebView2MemoryUsageTargetLevel
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Normal memory usage target level. |
Low | 1 | Low memory usage target level. Used for inactivate WebView for reduced memory consumption. |