C# Class Grib.Api.Interop.GribHandle

Wraps grib_handle struct.
Inheritance: AutoRef
Afficher le fichier Open project: 0x1mason/GribApi.NET Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the GribHandle class.

Méthodes protégées

Méthode Description
OnDispose ( bool disposing ) : void

Called when [dispose].

Method Details

GribHandle() public méthode

Initializes a new instance of the GribHandle class.
public GribHandle ( 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