Home All Groups Group Topic Archive Search About

How to change settings in the default AppDomain?

Author
31 Mar 2006 12:22 PM
GiGi
I want to know if it is possible to change the "ApplicationName"
property of default AppDomain.
All the property of  AppDomain.CurrentDomain are read only.

Thanks for the reply in advance.

Author
31 Mar 2006 2:37 PM
Naveen
No I don't think so. This created by the host and it cannot be
changed. Is there any particular reason why you would want to change
the default appdomains value?
Author
31 Mar 2006 3:18 PM
Cowboy (Gregory A. Beamer) - MVP
Change the name in the properties of the app. But, this is design time
change, not runtime.

Runtime? Nada. Reason: App changing name could potentially be used to create
malware.

Potential place to look (for the stubborn): Windows API.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


Show quote
"GiGi" wrote:

> I want to know if it is possible to change the "ApplicationName"
> property of default AppDomain.
> All the property of  AppDomain.CurrentDomain are read only.
>
> Thanks for the reply in advance.
>
>

AddThis Social Bookmark Button