C# Class Grib.Api.Interop.GribContext

Wraps grib_context struct.
Inheritance: AutoRef
Afficher le fichier Open project: 0x1mason/GribApi.NET

Méthodes publiques

Méthode Description
GribContext ( IntPtr h ) : Grib.Api.Interop.SWIG

Initializes a new instance of the GribContext class.

Méthodes protégées

Méthode Description
OnDispose ( bool disposing ) : void

Called when [dispose].

Private Methods

Méthode Description
OnLogReceived ( IntPtr ctx, int lvl, [ msg ) : void

Called when [log received].

Method Details

GribContext() public méthode

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

OnDispose() protected méthode

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