 | CTESTWrapperTest Method |
Test to make sure all wrappers are valid linking
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void WrapperTest(
string funcs,
string log
)
public static void WrapperTest(
string funcs,
string log
)
Public Shared Sub WrapperTest (
funcs As String,
log As String
)
Public Shared Sub WrapperTest (
funcs As String,
log As String
)
public:
static void WrapperTest(
String^ funcs,
String^ log
)
public:
static void WrapperTest(
String^ funcs,
String^ log
)
static member WrapperTest :
funcs : string *
log : string -> unit
static member WrapperTest :
funcs : string *
log : string -> unit
Parameters
- funcs
- Type: SystemString
List of functions to test - log
- Type: SystemString
Output log file
See Also