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