 | CSYSIGetSysInfo Method (Int32, String) |
Get system information
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetSysInfo(
int sys_info,
ref string info
)
public static void IGetSysInfo(
int sys_info,
ref string info
)
Public Shared Sub IGetSysInfo (
sys_info As Integer,
ByRef info As String
)
Public Shared Sub IGetSysInfo (
sys_info As Integer,
ByRef info As String
)
public:
static void IGetSysInfo(
int sys_info,
String^% info
)
public:
static void IGetSysInfo(
int sys_info,
String^% info
)
static member IGetSysInfo :
sys_info : int *
info : string byref -> unit
static member IGetSysInfo :
sys_info : int *
info : string byref -> unit
Parameters
- sys_info
- Type: SystemInt32
<define>SYS_INFO</define> - info
- Type: SystemString
Returned setting
See Also