C# 클래스 Grib.Api.Interop.GribContext

Wraps grib_context struct.
상속: AutoRef
파일 보기 프로젝트 열기: 0x1mason/GribApi.NET

공개 메소드들

메소드 설명
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