 | CTESTCoreClass Method |
Generic Class Test Wrapper
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void CoreClass(
string cl,
string log
)
public static void CoreClass(
string cl,
string log
)
Public Shared Sub CoreClass (
cl As String,
log As String
)
Public Shared Sub CoreClass (
cl As String,
log As String
)
public:
static void CoreClass(
String^ cl,
String^ log
)
public:
static void CoreClass(
String^ cl,
String^ log
)
static member CoreClass :
cl : string *
log : string -> unit
static member CoreClass :
cl : string *
log : string -> unit
Parameters
- cl
- Type: SystemString
Name of class to test - log
- Type: SystemString
Output log file
See Also