 | CSYSIGetWindowsDir Method (CGXNETCore, String, Int32) |
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,
int size
)
public static void IGetWindowsDir(
CGXNETCore gxNetShared,
ref string dir,
int size
)
Public Shared Sub IGetWindowsDir (
gxNetShared As CGXNETCore,
ByRef dir As String,
size As Integer
)
Public Shared Sub IGetWindowsDir (
gxNetShared As CGXNETCore,
ByRef dir As String,
size As Integer
)
public:
static void IGetWindowsDir(
CGXNETCore^ gxNetShared,
String^% dir,
int size
)
public:
static void IGetWindowsDir(
CGXNETCore^ gxNetShared,
String^% dir,
int size
)
static member IGetWindowsDir :
gxNetShared : CGXNETCore *
dir : string byref *
size : int -> unit
static member IGetWindowsDir :
gxNetShared : CGXNETCore *
dir : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - dir
- Type: SystemString
Buff for directory path string - size
- Type: SystemInt32
Size of the buff
See Also