Co3152GetMethod.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 )
   {
   bool bResult = false; 
   Co3152GetMethod cb0 = new Co3152GetMethod();
   try
     {
     bResult = cb0.runTest();
     }
   catch ( System.Exception exc )
     {
     bResult = false;
     System.Console.Error.WriteLine(  "Co3152GetMethod."  );
     System.Console.Error.WriteLine( exc.ToString() );
     }
   if ( bResult == true ) Environment.ExitCode = 0; else Environment.ExitCode = 11; 
   }
}