 | CSYSIGetWindowsDir Method (CGXNETCore, String) |
Get the Windows directory path
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetWindowsDir(
CGXNETCore gxNetShared,
ref string dir
)
public static void IGetWindowsDir(
CGXNETCore gxNetShared,
ref string dir
)
Public Shared Sub IGetWindowsDir (
gxNetShared As CGXNETCore,
ByRef dir As String
)
Public Shared Sub IGetWindowsDir (
gxNetShared As CGXNETCore,
ByRef dir As String
)
public:
static void IGetWindowsDir(
CGXNETCore^ gxNetShared,
String^% dir
)
public:
static void IGetWindowsDir(
CGXNETCore^ gxNetShared,
String^% dir
)
static member IGetWindowsDir :
gxNetShared : CGXNETCore *
dir : string byref -> unit
static member IGetWindowsDir :
gxNetShared : CGXNETCore *
dir : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - dir
- Type: SystemString
Buff for directory path string
See Also