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

Wraps grib_handle struct.
상속: AutoRef
파일 보기 프로젝트 열기: 0x1mason/GribApi.NET 1 사용 예제들

공개 메소드들

메소드 설명
GribHandle ( IntPtr h ) : Grib.Api.Interop.SWIG

Initializes a new instance of the GribHandle class.

보호된 메소드들

메소드 설명
OnDispose ( bool disposing ) : void

Called when [dispose].

메소드 상세

GribHandle() 공개 메소드

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