|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to change settings in the default AppDomain?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. 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? 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. -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA *************************** Think Outside the Box! *************************** "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. > > |
|||||||||||||||||||||||