Interfaccia ICorDebugRemoteTarget

Fornisce i metodi che consentono agli sviluppatori di eseguire il debug delle applicazioni basate su Silverlight nell'ambiente CLR (Common Language Runtime).

Sintassi

interface ICorDebugRemoteTarget  : IUnknown  
{  
    HRESULT GetHostName (  
        [in]  ULONG32                    cchHostName,  
        [out] ULONG32*                   pcchHostName,  
        [out, size_is(cchHostName),  
              length_is(*pcchHostName)]  
                  WCHAR szHostName[]  
        );  
};  

Metodi

Metodo Descrizione
Metodo ICorDebugRemoteTarget::GetHostName Restituisce il nome host o l'indirizzo IP di un computer remoto.

Commenti

Il debug in modalità mista (ovvero il codice gestito e nativo) non è supportato in piattaforme non x86, ad esempio IA-64 e AMD64.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl

Libreria: : CorGuids.lib

Versioni di .NET Framework: 3.5 SP1

Vedi anche