プライベート メモリのサイズを取得します。
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 セキュリティ:
- SecurityPermission (完全信頼を指定して System.Diagnostic.Process のメンバを呼び出すためのアクセス許可) PermissionState.Unrestricted (関連する列挙体)