all groups > dotnet clr > august 2005 >
You're in the

dotnet clr

group:

CLR Info


CLR Info Eduardo Fonseca B.
8/29/2005 5:20:02 PM
dotnet clr: 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?
Re: CLR Info Vadym Stetsyak
8/30/2005 11:17:29 AM
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...
[quoted text, click to view]

Re: CLR Info Eduardo Fonseca B.
9/2/2005 7:53:01 PM
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

[quoted text, click to view]
Re: CLR Info Vadym Stetsyak
9/5/2005 12:00:00 AM
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]

AddThis Social Bookmark Button