Classe System::Net::NetworkInformation::IPGlobalProperties
Contenuti
[
Nascondere
]IPGlobalProperties class
Rappresenta informazioni sulla connessione di rete del computer locale. Gli oggetti di questa classe devono essere allocati solo usando la funzione System::MakeObject(). Non creare mai un’istanza di questo tipo sullo stack o usando l’operatore new, poiché ciò provocherà errori di runtime e/o fallimenti di asserzione. Avvolgere sempre questa classe in un puntatore System::SmartPtr e usare questo puntatore per passarlo alle funzioni come argomento.
class IPGlobalProperties : public System::Object
Metodi
| Metodo | Descrizione |
|---|---|
| virtual get_DomainName() | Restituisce il dominio in cui il computer locale è registrato. |
| virtual get_HostName() | Restituisce il nome host del computer locale. |
| static GetIPGlobalProperties() | Informazioni RTTI. |
Vedi anche
- Class Object
- Namespace System::Net::NetworkInformation
- Library Aspose.Font for C++