ServiceHealthModel.ProcessInformationModel.GCMode 属性

定义

获取受监视服务进程的 GC 模式。Gets the GC mode of the monitored service process.

public:
 property System::String ^ GCMode { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string GCMode { get; }
[<System.Runtime.Serialization.DataMember>]
member this.GCMode : string
Public ReadOnly Property GCMode As String

属性值

String

GC 模式 ( 受监视服务进程的 "服务器" 或 "工作站" ) 。The GC mode ("Server" or "Workstation") of the monitored service process.

属性

注解

有关服务器和工作站垃圾回收的详细信息,请参阅:For more information on server and workstation garbage collections, see:

适用于