Click or drag to resize
CGXNETCore Class
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CGXNETCore : IDisposable

The CGXNETCore type exposes the following members.

Constructors
  NameDescription
Public methodCGXNETCore
Initializes a new instance of the CGXNETCore class
Public methodCGXNETCore(IntPtr)
Initializes a new instance of the CGXNETCore class
Top
Methods
  NameDescription
Public methodDispose
Default destructor
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the CGXNETCore and optionally releases the managed resources
Public methodStatic memberFilterSEH
Protected methodFinalize
finalizer (cleans up unmanaged resources)
(Overrides ObjectFinalize.)
Public methodStatic memberGetByteVM
Get a VM array of bytes.
Public methodStatic memberGetByteVV
Get a VV array of bytes.
Public methodStatic memberGetDoubleVM
Get a VM array of doubles.
Public methodStatic memberGetDoubleVV
Get a VV array of doubles.
Public methodStatic memberGetFloatVM
Get a VM array of floats.
Public methodStatic memberGetFloatVV
Get a VV array of floats.
Public methodStatic memberGetGeoGXHandle
Get the gx handle from tls
Public methodStatic memberGetIntVM
Get a VM array of integers.
Public methodStatic memberGetIntVV
Get a VV array of integers.
Public methodStatic memberGetShortVM
Get a VM array of shorts.
Public methodStatic memberGetShortVV
Get a VV array of shorts.
Public methodStatic memberGetStack
Public methodStatic memberGetUShortVM
Get a VM array of unsigned shorts.
Public methodStatic memberGetUShortVV
Get a VV array of unsigned shorts.
Public methodStatic memberiCheckError
Test if Geosoft function has terminated with an error
Public methodStatic memberLockParentWindow
Public methodStatic memberReleaseStack
Public methodStatic membersCheckTerminate
Check to see if terminate has been called by a wrapper.
Protected methodSetGeoGXHandle
Set the gx handle into tls
Public methodStatic membersGetError
Gets the error string for 1 error.
Public methodStatic memberShowError
Shows any errors to stdout or to gui if gui app
Public methodStatic memberUnlockParentWindow
Top
Fields
  NameDescription
Protected fieldm_hGeoGxHandle
Handle to geogx object
Protected fieldm_hPrevGeoGxHandle
Handle to previous geogx object, stored in tls
Top
Events
See Also