AssemblyInfo.WorkingSet 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取映射到进程上下文的物理内存量。
public:
property long WorkingSet { long get(); };
public long WorkingSet { get; }
member this.WorkingSet : int64
Public ReadOnly Property WorkingSet As Long
属性值
一个 Long
值,包含映射到进程上下文的物理内存的字节数。
例外
存在部分信任的情况,用户缺少必要的权限。
示例
此示例使用 My.Application.Info.WorkingSet
属性显示映射到应用程序的物理内存的字节数。
MsgBox("Application working set: " & My.Application.Info.WorkingSet)
注解
属性 My.Application.Info.WorkingSet
的行为与 属性相同 WorkingSet 。
可用性(按项目类型)
项目类型 | 可用 |
---|---|
Windows 窗体应用程序 | 是 |
类库 | 是 |
控制台应用程序 | 是 |
Windows 窗体控件库 | 是 |
Web 控件库 | 否 |
Windows 服务 | 是 |
网站 | 否 |