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