Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What type is THIS page when passing it?
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
What type is THIS page when passing it?
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01293614
Message ID:
01293614
Vues:
55
I want to pass object 'this' from a page code to a static method in a class in .cs file. In the called method, I need to define what type is this object. How do I define it?

Here is an example:
// in the calling program:
MyClass.MyMethod( this )
// in the .CS file
public static void MyMethod( 'type of object' ThisObject )
// What should be in the 'type of object'?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform