Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameters
Message
De
17/05/2005 09:59:42
 
 
À
17/05/2005 09:47:40
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Divers
Thread ID:
01014872
Message ID:
01014880
Vues:
19
Paul,

You can get at the args[] array passed into the Main method.
static int Main(string[] args) 
{
   if (args.Length > 0)
   {
      // Do something useful here.
   }
}
Regards
Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform