Click here to Skip to main content
15,900,907 members
Home / Discussions / C#
   

C#

 
JokeRe: How to Empty the DataSet Pin
Muhammad Gouda8-Jul-07 1:50
Muhammad Gouda8-Jul-07 1:50 
GeneralRe: How to Empty the DataSet Pin
Vikram A Punathambekar8-Jul-07 4:48
Vikram A Punathambekar8-Jul-07 4:48 
QuestionOpen XML (Rss) file. Pin
jafingi8-Jul-07 1:11
jafingi8-Jul-07 1:11 
QuestionSQL Server Express connection problems Pin
sgeorgije7-Jul-07 22:46
sgeorgije7-Jul-07 22:46 
AnswerRe: SQL Server Express connection problems Pin
mav.northwind7-Jul-07 23:02
mav.northwind7-Jul-07 23:02 
GeneralRe: SQL Server Express connection problems Pin
sgeorgije8-Jul-07 1:00
sgeorgije8-Jul-07 1:00 
GeneralRe: SQL Server Express connection problems Pin
mav.northwind8-Jul-07 2:45
mav.northwind8-Jul-07 2:45 
QuestionHow to Get Current Type from within a Static Method Pin
Waleed Eissa7-Jul-07 22:42
Waleed Eissa7-Jul-07 22:42 
It's quite easy to get the current type from an instance method e.g. this.GetType() but is it possible to get the name of the current type from within a static method?

For example:

class MyClass
{
    static void MyMethod()
    {
        // how to get the current type from here
    }
}




Wal
http://www.waleedeissa.com

AnswerRe: How to Get Current Type from within a Static Method Pin
mav.northwind7-Jul-07 23:00
mav.northwind7-Jul-07 23:00 
GeneralRe: How to Get Current Type from within a Static Method Pin
Waleed Eissa7-Jul-07 23:28
Waleed Eissa7-Jul-07 23:28 
GeneralRe: How to Get Current Type from within a Static Method Pin
Daniel Grunwald8-Jul-07 5:41
Daniel Grunwald8-Jul-07 5:41 
GeneralRe: How to Get Current Type from within a Static Method Pin
mav.northwind8-Jul-07 6:22
mav.northwind8-Jul-07 6:22 
GeneralRe: How to Get Current Type from within a Static Method Pin
Daniel Grunwald8-Jul-07 6:33
Daniel Grunwald8-Jul-07 6:33 
GeneralRe: How to Get Current Type from within a Static Method Pin
mav.northwind8-Jul-07 6:59
mav.northwind8-Jul-07 6:59 
AnswerRe: How to Get Current Type from within a Static Method Pin
Robert Rohde8-Jul-07 0:10
Robert Rohde8-Jul-07 0:10 
GeneralRe: How to Get Current Type from within a Static Method Pin
Urs Enzler8-Jul-07 2:56
Urs Enzler8-Jul-07 2:56 
GeneralRe: How to Get Current Type from within a Static Method Pin
Robert Rohde8-Jul-07 5:57
Robert Rohde8-Jul-07 5:57 
QuestionUpdate Query in MS Access Pin
DKalepu7-Jul-07 21:45
DKalepu7-Jul-07 21:45 
AnswerRe: Update Query in MS Access Pin
Robert Rohde8-Jul-07 0:08
Robert Rohde8-Jul-07 0:08 
GeneralRe: Update Query in MS Access Pin
DKalepu8-Jul-07 2:31
DKalepu8-Jul-07 2:31 
AnswerRe: Update Query in MS Access Pin
Muhammad Gouda8-Jul-07 1:09
Muhammad Gouda8-Jul-07 1:09 
GeneralRe: Update Query in MS Access Pin
DKalepu8-Jul-07 2:38
DKalepu8-Jul-07 2:38 
GeneralRe: Update Query in MS Access Pin
Muhammad Gouda8-Jul-07 2:47
Muhammad Gouda8-Jul-07 2:47 
GeneralRe: Update Query in MS Access Pin
DKalepu8-Jul-07 2:55
DKalepu8-Jul-07 2:55 
GeneralRe: Update Query in MS Access Pin
Muhammad Gouda8-Jul-07 3:02
Muhammad Gouda8-Jul-07 3:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.