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.
Specifies memory usage target level of WebView.
public enum CoreWebView2MemoryUsageTargetLevel
type CoreWebView2MemoryUsageTargetLevel =
Public Enum CoreWebView2MemoryUsageTargetLevel
- Inheritance
-
CoreWebView2MemoryUsageTargetLevel
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Specifies normal memory usage target level. |
Low | 1 | Specifies low memory usage target level. Used for inactivate WebView for reduced memory consumption. |