System::Net::NetworkInformation::IPGlobalProperties classe
Contenuti
[
Nascondere
]IPGlobalProperties class
Rappresenta un’informazione sulla connessione di rete del computer locale. Gli oggetti di questa classe dovrebbero 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 fault di asserzione. Avvolgi sempre questa classe in un puntatore System::SmartPtr e usa 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.Page for C++