Click or drag to resize

CSYSIGetWindowsDir Method (String, Int32)

Get the Windows directory path

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

public static void IGetWindowsDir(
	ref string dir,
	int size
)

Parameters

dir
Type: SystemString
Buff for directory path string
size
Type: SystemInt32
Size of the buff
See Also