CoreClrDebugProcInfo Structure
Represents a process that is running on a remote machine.
struct CoreClrDebugProcInfo {
DWORD m_dwPID;
DWORD m_dwInternalID;
WCHAR m_wszName[256];
};
Members
Member |
Description |
---|---|
m_dwPID |
OS-assigned process identifier. |
m_dwInternalID |
Process identifier that is assigned by the remote debugging proxy running on the target machine. This identifier recycles less often than the OS identifier. |
m_wszName |
Command-line of the process. This member may be truncated. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: CoreClrRemoteDebuggingInterfaces.h
Library: mscordbi_macx86.dll
.NET Framework Versions: 3.5 SP1
See Also
Other Resources
Debugging Structures for the Macintosh
Silverlight Remote Debugging Reference for the Macintosh
Change History
Date |
History |
Reason |
---|---|---|
October 2008 |
Added topic. |
Information enhancement. |