C# Класс Grib.Api.Interop.GribContext

Wraps grib_context struct.
Наследование: AutoRef
Показать файл Открыть проект

Открытые методы

Метод Описание
GribContext ( IntPtr h ) : Grib.Api.Interop.SWIG

Initializes a new instance of the GribContext class.

Защищенные методы

Метод Описание
OnDispose ( bool disposing ) : void

Called when [dispose].

Приватные методы

Метод Описание
OnLogReceived ( IntPtr ctx, int lvl, [ msg ) : void

Called when [log received].

Описание методов

GribContext() публичный Метод

Initializes a new instance of the GribContext class.
public GribContext ( IntPtr h ) : Grib.Api.Interop.SWIG
h System.IntPtr The h.
Результат Grib.Api.Interop.SWIG

OnDispose() защищенный Метод

Called when [dispose].
protected OnDispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void