C# Class Grib.Api.Interop.GribContext

Wraps grib_context struct.
Inheritance: AutoRef
Exibir arquivo Open project: 0x1mason/GribApi.NET

Public Methods

Method Description
GribContext ( IntPtr h ) : Grib.Api.Interop.SWIG

Initializes a new instance of the GribContext class.

Protected Methods

Method Description
OnDispose ( bool disposing ) : void

Called when [dispose].

Private Methods

Method Description
OnLogReceived ( IntPtr ctx, int lvl, [ msg ) : void

Called when [log received].

Method Details

GribContext() public method

Initializes a new instance of the GribContext class.
public GribContext ( IntPtr h ) : Grib.Api.Interop.SWIG
h System.IntPtr The h.
return Grib.Api.Interop.SWIG

OnDispose() protected method

Called when [dispose].
protected OnDispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void