CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
host_information.h
1
2#pragma once
3
4#include <system/object.h>
5#include <system/string.h>
6
7namespace System { namespace Net { namespace NetworkInformation {
8
14{
19
21 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
23 ASPOSECPP_SHARED_RTTI_INFO_DECL();
24
25public:
32};
33
34}}} // namespace System::Net::NetworkInformation
Represents information about a host. Objects of this class should only be allocated using System::Mak...
Definition: host_information.h:14
static String get_HostName()
Returns the host name of the local computer.
static String get_DomainName()
Returns the domain in which the local computer is registered.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9