C# Class Grib.Api.GribEnvironment

Interface for configuring GribApi.NET's runtime environment.
See also https://software.ecmwf.int/wiki/display/GRIB/Environment+variables.
Afficher le fichier Open project: 0x1mason/GribApi.NET Class Usage Examples

Private Properties

Свойство Type Description
AssertValidEnvironment void
PutEnvVar void

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

Init() public static méthode

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
Résultat void