Thread.GetCompressedStack メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("Thread.GetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class")> _ Public Function GetCompressedStack As CompressedStack
Dim instance As Thread Dim returnValue As CompressedStack returnValue = instance.GetCompressedStack
[ObsoleteAttribute("Thread.GetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class")] public CompressedStack GetCompressedStack ()
[ObsoleteAttribute(L"Thread.GetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class")] public: CompressedStack^ GetCompressedStack ()
/** @attribute ObsoleteAttribute("Thread.GetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class") */ public CompressedStack GetCompressedStack ()
ObsoleteAttribute("Thread.GetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class") public function GetCompressedStack () : CompressedStack
現在のスレッドのスタックをキャプチャするために使用できる CompressedStack オブジェクト。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- Thread.GetCompressedStack メソッドのページへのリンク