 | CSYS.IGetWindowsDir Method (String) |
Get the Windows directory path
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetWindowsDir(
ref string dir
)
public static void IGetWindowsDir(
ref string dir
)
Public Shared Sub IGetWindowsDir (
ByRef dir As String
)
Public Shared Sub IGetWindowsDir (
ByRef dir As String
)
public:
static void IGetWindowsDir(
String^% dir
)
public:
static void IGetWindowsDir(
String^% dir
)
static member IGetWindowsDir :
dir : string byref -> unit
static member IGetWindowsDir :
dir : string byref -> unit
Parameters
- dir
- Type: System.String
Buff for directory path string
See Also