Property | Type | Description | |
---|---|---|---|
AssertValidEnvironment | void | ||
PutEnvVar | void |
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.
|
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.
|