Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something like SYS(2015)
Message
 
À
30/06/2004 15:34:38
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00919303
Message ID:
00919379
Vues:
8
Take a look at the System.Diagnostics.StackTrace class:
Dim s As New System.Diagnostics.StackTrace(True)
        Return s.GetFrame(1).GetMethod().ReflectedType.FullName + "." + s.GetFrame(1).GetMethod.Name
>Hi.
>
>Sorry. English is not my first language.
>
>Exist something like VFP functions SYS(2015), PROGRAM() and LINEO() in VB.NET
>
>Thanks.
Hector Correa
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform