C# Class Grib.Api.Interop.GribHandle

Wraps grib_handle struct.
Inheritance: AutoRef
Exibir arquivo Open project: 0x1mason/GribApi.NET Class Usage Examples

Public Methods

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

Initializes a new instance of the GribHandle class.

Protected Methods

Method Description
OnDispose ( bool disposing ) : void

Called when [dispose].

Method Details

GribHandle() public method

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