CoreClrDebugRuntimeInfo Structure
Represents a common language runtime (CLR) instance that is loaded in a process on a remote machine.
struct CoreClrDebugRuntimeInfo {
DWORD m_dwInternalID;
};
Members
Member |
Description |
---|---|
m_dwInternalID |
Runtime identifier that is assigned by the remote debugging proxy running on the target machine. |
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. |