What do you mean by "access actual method that
the application is running"?
If you mean that in the runtime you want to change the parameters
passed/returned to/from the method, then you can implement your own
RealProxy, then you'll be able to intercept method calls and you'll have the
access to the paramenters. However the object must be inherited from
MarshalByRefObject or ContextBound
url here (
http://msdn.microsoft.com/msdnmag/issues/05/09/NETMatters/default.aspx )
--
Vadym Stetsyak aka Vadmyst
"Eduardo Fonseca B." <EduardoFonsecaB@discussions.microsoft.com> wrote in
message news:D5C6D422-77CC-4481-AAAA-4DCF4A5D227E@microsoft.com...
[quoted text, click to view] > And what kind of CLR information can I access,
> because I also need to access the actual method that
> the application is running and the parameter values.
> Thanks
>
> "Vadym Stetsyak" wrote:
>
> > You can utilize Profiling API for this purpose
> >
> > watch for word wrap
> > (
> >
http://msdn.microsoft.com/netframework/programming/ > > performance/default.aspx?pull=/msdnmag/issues/01/12/hood/toc.asp
> > )
> > --
> > Vadym Stetsyak aka Vadmyst
> >
> > "Eduardo Fonseca B." <EduardoFonsecaB@discussions.microsoft.com> wrote
in
> > message news:ACD5B497-385F-44AF-A399-53302E89044C@microsoft.com...
> > > Is there a way in which I can access the CLR information, like what
..NET
> > > applications are running, the object that are created, the memory the
use,
> > > etc?
> > > Thanks.
> >
> >
> >