PerformanceCounter.DefaultFileMappingSize フィールドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

メモ : このフィールドは、互換性のために残されています。

名前空間: System.Diagnostics
アセンブリ: System (system.dll 内)
構文構文

Visual Basic (宣言)

<ObsoleteAttribute("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 Shared DefaultFileMappingSize As Integer

Visual Basic (使用法)

Dim value As Integer

value = PerformanceCounter.DefaultFileMappingSize

PerformanceCounter.DefaultFileMappingSize = value

C#

[ObsoleteAttribute("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

C++

[ObsoleteAttribute(L"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

J#

/** @attribute ObsoleteAttribute("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

JScript

ObsoleteAttribute("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 var DefaultFileMappingSize : int

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 1.01.1
2.0 では、互換性のために残されています (コンパイル時警告)

参照参照

関連項目
PerformanceCounter クラス
PerformanceCounter メンバ
System.Diagnostics 名前空間