Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Provides methods that enable developers to debug Silverlight-based applications in the common language runtime (CLR) environment.
Syntax
interface ICorDebugRemoteTarget : IUnknown
{
HRESULT GetHostName (
[in] ULONG32 cchHostName,
[out] ULONG32* pcchHostName,
[out, size_is(cchHostName),
length_is(*pcchHostName)]
WCHAR szHostName[]
);
};
Methods
| Method | Description |
|---|---|
| ICorDebugRemoteTarget::GetHostName Method | 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 non-x86 platforms (such as IA-64 and AMD64).
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl
Library: : CorGuids.lib
.NET versions: 3.5 SP1
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.