PerformanceCounter.DefaultFileMappingSize 字段

定义

注意

This field has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping.

注意

PerformanceCounter.DefaultFileMappingSize has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping instead.

注意

This field has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping instead.

指定由性能计数器共享的全局内存的大小(以字节为单位)。 默认大小为 524,288 个字节。

public: static int DefaultFileMappingSize;
[System.Obsolete("This field has been deprecated and is not used.  Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping.")]
public static int DefaultFileMappingSize;
[System.Obsolete("PerformanceCounter.DefaultFileMappingSize has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping instead.")]
public static int DefaultFileMappingSize;
public static int DefaultFileMappingSize;
[System.Obsolete("This field has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping instead.")]
public static int DefaultFileMappingSize;
[<System.Obsolete("This field has been deprecated and is not used.  Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping.")>]
 staticval mutable DefaultFileMappingSize : int
[<System.Obsolete("PerformanceCounter.DefaultFileMappingSize has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping instead.")>]
 staticval mutable DefaultFileMappingSize : int
 staticval mutable DefaultFileMappingSize : int
[<System.Obsolete("This field has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping instead.")>]
 staticval mutable DefaultFileMappingSize : int
Public Shared DefaultFileMappingSize As Integer 

字段值

属性

适用于