Click or drag to resize

CTESTWrapperTest Method

Test to make sure all wrappers are valid linking

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void WrapperTest(
	CGXNETCore gxNetShared,
	string funcs,
	string log
)

public static void WrapperTest(
	CGXNETCore gxNetShared,
	string funcs,
	string log
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
funcs
Type: SystemString
List of functions to test
log
Type: SystemString
Output log file
See Also