Co5375ToUInt64_ubArr_i.Main C# (CSharp) Méthode

Main() public static méthode

public static Main ( String args ) : void
args String
Résultat void
 public static void Main(String[] args) 
   {
   Boolean bResult = false;
   Co5375ToUInt64_ubArr_i cbA = new Co5375ToUInt64_ubArr_i();
   try {
   bResult = cbA.runTest();
   } catch (Exception exc_main){
   bResult = false;
   Console.WriteLine(s_strTFAbbrev + " : FAiL! Error Err_9999zzz! Uncaught Exception in main(), exc_main=="+exc_main);
   }
   if (!bResult)
     {
     Console.WriteLine ("Path: "+s_strTFName + s_strTFPath);
     Console.WriteLine( " " );
     Console.WriteLine( "FAiL!  "+ s_strTFAbbrev);
     Console.WriteLine( " " );
     }
   if (bResult) Environment.ExitCode = 0; else Environment.ExitCode = 1;
   }
}