Wrapper for dynamic loading of RPS dll
コード例 #1
0
ファイル: RpsTicket.cs プロジェクト: dotnet/corefx
 /// <summary>
 /// Static constructor for the RpsTicket class.
 /// </summary>
 static RpsTicket()
 {
     // Initialize the rps object
     s_rps = new RPS();
     s_rps.Initialize(null);
 }
コード例 #2
0
 /// <summary>
 /// Static constructor for the RpsTicket class.
 /// </summary>
 static RpsTicket()
 {
     // Initialize the rps object
     s_rps = new RPS();
     s_rps.Initialize(null);
 }