C# Class Grib.Api.GribEnvironment

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

Private Properties

Property Type Description
AssertValidEnvironment void
PutEnvVar void

Public Methods

Method 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

Method 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 method

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
return void