次の方法で共有


Process.PrivateMemorySize プロパティ

プライベート メモリのサイズを取得します。

Public ReadOnly Property PrivateMemorySize As Integer
[C#]
public int PrivateMemorySize {get;}
[C++]
public: __property int get_PrivateMemorySize();
[JScript]
public function get PrivateMemorySize() : int;

プロパティ値

関連付けられたプロセスに割り当てられ、他のプロセスと共有できないバイト数。

例外

例外の種類 条件
PlatformNotSupportedException Windows 98 を使用して、このメンバにアクセスしています。

必要条件

プラットフォーム: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

Process クラス | Process メンバ | System.Diagnostics 名前空間