hi there:

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

thanks a lot.

--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php

Re: FastGetExistingType() method question? by =?ISO-8859-1?Q?=22Patrik_L=F6wendahl_=5BC=23_MVP=5D=22?=

=?ISO-8859-1?Q?=22Patrik_L=F6wendahl_=5BC=23_MVP=5D=22?=
Wed Nov 24 03:41:43 CST 2004

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.
>

Re: FastGetExistingType() method question? by jiangyh

jiangyh
Wed Nov 24 19:14:46 CST 2004

hi Patrik Löwendahl [C# MVP]:

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

thanks a lot

--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php
"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.
> >



Re: FastGetExistingType() method question? by Mattias

Mattias
Thu Nov 25 01:44:22 CST 2004


> 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.