C# Класс Grib.Api.GribEnvironment

Interface for configuring GribApi.NET's runtime environment.
See also https://software.ecmwf.int/wiki/display/GRIB/Environment+variables.
Показать файл Открыть проект Примеры использования класса

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