Click or drag to resize

CSYSIGetSysInfo Method (Int32, String, Int32)

Get system information

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetSysInfo(
	int sys_info,
	ref string info,
	int size
)

public static void IGetSysInfo(
	int sys_info,
	ref string info,
	int size
)

Parameters

sys_info
Type: SystemInt32
<define>SYS_INFO</define>
info
Type: SystemString
Returned setting
size
Type: SystemInt32
Size of string
See Also