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
Esempio n. 1
0
 static GribStream()
 {
     GribEnvironment.Init();
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes the <see cref="GribFile"/> class.
 /// </summary>
 static GribFile()
 {
     GribEnvironment.Init();
 }
Esempio n. 3
0
 static GribMessage()
 {
     GribEnvironment.Init();
 }