C# 클래스 Grib.Api.GribEnvironment

Interface for configuring GribApi.NET's runtime environment.
See also https://software.ecmwf.int/wiki/display/GRIB/Environment+variables.
파일 보기 프로젝트 열기: 0x1mason/GribApi.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AssertValidEnvironment void
PutEnvVar void

공개 메소드들

메소드 설명
Init ( ) : void

Initializes GribApi.NET. In very rare cases, you may need to call this method directly to ensure the native libraries are bootstrapped and the environment setup correctly.

비공개 메소드들

메소드 설명
AssertValidEnvironment ( ) : void

Asserts the valid environment.

PutEnvVar ( string name, string val ) : void

Sets an env variable and notifies the C runtime to update its values.

메소드 상세

Init() 공개 정적인 메소드

Initializes GribApi.NET. In very rare cases, you may need to call this method directly to ensure the native libraries are bootstrapped and the environment setup correctly.
public static Init ( ) : void
리턴 void