Home All Groups Group Topic Archive Search About

FastGetExistingType() method question?

Author
24 Nov 2004 8:52 AM
jiangyh
hi there:

  I found FastGetExistingType() method in Object class.I want to look it's
source.how to resolve this.

thanks a lot.

Author
24 Nov 2004 9:41 AM
Patrik_Löwendahl_[C#_MVP]
It's an external method, meaning it's implemented in unamaged code.

The only way to find out is to download ROTOR and check out the code for
yourselfe.

--
Patrik Löwendahl [C# MVP]
cshrp.net - 'Elegant code by witty programmers'
cornerstone.se 'IT Training for professionals'

jiangyh wrote:
Show quoteHide quote
> hi there:
>
>   I found FastGetExistingType() method in Object class.I want to look it's
> source.how to resolve this.
>
> thanks a lot.
>
Are all your drivers up to date? click for free checkup

Author
25 Nov 2004 1:14 AM
jiangyh
hi Patrik Löwendahl [C# MVP]:

    What's means ROTOR and where can I download this.

    thanks a lot

Show quoteHide quote
"Patrik Löwendahl [C# MVP]" <patrik.lowendahl.no.freakin.spam@home.se> ????
news:OlHy9mg0EHA.3120@TK2MSFTNGP12.phx.gbl...
> It's an external method, meaning it's implemented in unamaged code.
>
> The only way to find out is to download ROTOR and check out the code for
> yourselfe.
>
> --
> Patrik Löwendahl [C# MVP]
> cshrp.net - 'Elegant code by witty programmers'
> cornerstone.se 'IT Training for professionals'
>
> jiangyh wrote:
> > hi there:
> >
> >   I found FastGetExistingType() method in Object class.I want to look
it's
> > source.how to resolve this.
> >
> > thanks a lot.
> >
Author
25 Nov 2004 7:44 AM
Mattias Sjögren
>    What's means ROTOR and where can I download this.

It's also known as SSCLI, Microsofts shared-source CLI implementation
which shares much of it's source code with the CLR. You can download
it at http://www.msdn.com/net/sscli/ or just browse the source online
at http://www.sscli.net



Mattias

--
Mattias Sjögren [MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Bookmark and Share