AppDomain.MonitoringSurvivedProcessMemorySize プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
最後のコレクションの実行後に残された、プロセス内のすべてのアプリケーション ドメインにおける合計バイト数を取得します。
public:
static property long MonitoringSurvivedProcessMemorySize { long get(); };
public static long MonitoringSurvivedProcessMemorySize { get; }
public static long MonitoringSurvivedProcessMemorySize { [System.Security.SecurityCritical] get; }
member this.MonitoringSurvivedProcessMemorySize : int64
[<get: System.Security.SecurityCritical>]
member this.MonitoringSurvivedProcessMemorySize : int64
Public Shared ReadOnly Property MonitoringSurvivedProcessMemorySize As Long
プロパティ値
プロセスに残っている合計バイト数。
- 属性
例外
static
(Visual Basic では Shared
) MonitoringIsEnabled プロパティが false
に設定されています。
注釈
完全なブロッキング コレクションの後、この数はマネージド ヒープで現在ライブに保持されているバイト数を表します。 メソッドによって報告される数に近い値にする GetTotalMemory 必要があります。 エフェメラル コレクションの後、この数は、エフェメラル世代で現在ライブに保持されているバイト数を表します。