Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods that enable developers to debug Silverlight-based applications in the common language runtime (CLR) environment.
interface ICorDebugRemoteTarget : IUnknown
{
HRESULT GetHostName (
[in] ULONG32 cchHostName,
[out] ULONG32* pcchHostName,
[out, size_is(cchHostName),
length_is(*pcchHostName)]
WCHAR szHostName[]
);
};
Methods
Method |
Description |
---|---|
Returns the host name or the IP address of a remote machine. |
Remarks
Mixed-mode (that is, managed and native code) debugging is not supported on Windows 95, Windows 98, or Windows ME, or on non-x86 platforms (such as IA-64 and AMD64).
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl
Library: : CorGuids.lib
.NET Framework Versions: 3.5 SP1
See Also
Reference
Other Resources
Change History
Date |
History |
Reason |
---|---|---|
Added topic. |
Information enhancement. |